Computer Science, asked by thejas1742, 1 year ago

write an html code to write each character of learning html tags in different font,size and color

Answers

Answered by soomeetkumarss
3

<html>
<head>
<title>
</title>
</head>
<body>
<font color ='blue' size ='7' face='Ariel'>
hello!
</font>
<--we can use attributes like color, face, size in font tag!>
<\body>
<\html>
Similar questions