Construct HTML document to set the font of a text, size of the font, style of the font.


Input


<!DOCTYPE html>
<html>
<body>
<font face = "Comic sans MS">Hello World!!</font>
<br><font face = "Comic sans MS" size =" 10">Hello World!!</font>
<p style="color:red;">Hello World!!</p>
</body>

</html>




Output

No comments:

Post a Comment