Computer Science, asked by hsrinusrinivas18, 2 months ago

1Q. Write HTML code to get the following output.
I have understood What are fonts and its attributes in HTML
(Courier 12 points) (Arieal 12 pts)(century Gothic, Bold 14 pts).​

Answers

Answered by zezus
0

<!DOCTYPE html> 

<html>

<head>

<title>My Page</title>

</head>

<body>

<basefont color="green" face="arial" size="12"><b>

I have understood What are fonts and its attributes in HTML.<b><br><br>

 

</body>

</html>

Similar questions