Computer Science, asked by 123prpradeepyadav, 9 months ago

Create an HTML according to following instruction,
a) Heading level 3
b) The text should be left aligned.
The text color should be red.
The font should be: Comic Sans MS.
The font size should be 5.
5​

Answers

Answered by VISHALKUMARV22
11

Answer:

<html>

<head>

<title>VISHALKUMARV22</title>

</head>

<body>

       <h3>HEADING</h3>

       <font size="5px" color="red" face="comic sans ms">Mark me as Brainliest</font>

</body>

</html>

Similar questions