Computer Science, asked by bhargavi1214, 10 months ago

Write the HTML code to display the following output on the web page.​

Attachments:

Answers

Answered by alok3185
24

Explanation:

<html>

<head>

<title>small code </title>

</head>

<body>

this is heading3

</body>

</html>

Answered by edupilot004
2

Answer:

The correct answer is <p> tag called as paragraph tag.

Explanation:

<html>

<head>

<title>Headings </title>

<p>This is heading 2</p>

<p>This is heading 3</p>

</head>

</html>

Output: This is heading 2

              This is heading 3

Similar questions