Make a webpage using 10 different tags with their output
Answers
Answered by
0
Answer:
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<p>The content of the document...... To break lines<br>in a text,<br>use the br element </p>
</body>
</html>
Similar questions