write a programme and output of H2 tags
Answers
Answered by
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