3. Write the HTML program to display the given output?
This is a Header
This is a Medium Header
This is a new paragraph!
This is a new paragraph!
This is a new sentence without a paragraph break
Answers
Answered by
5
<HTML>
<HEAD>
<TITLE> anything you want </TITLE>
</HEAD>
<BODY>
<H1> HI </H1>
<H3> HI </H3>
<P>HELLO OR ANYTHING ELSE YOU WANT TO ADD......</P>
<P>NEW PARAGRAPH WILL AUTOMATICALLY STARTS FROM HERE....
<BR>NEW LINE WITHOUT A PARAGRAPH BREAK WILL START..
</P>
Similar questions