Computer Science, asked by paramjeetkaur19, 11 months ago

write a programme and output of H2 tags ​

Answers

Answered by adijadhav2006
1

Answer:The other else is basic HTML format and the one I wrote in curly bracket is the main tag for your question

Explanation:

<!doctype html>

<html>

<head>

<title>H2 heading</title>

</head>

<body>

{ <h2> This is the tag </h2> }

</body>

</html>

Similar questions