Computer Science, asked by abhinavsingh52, 10 months ago

Italicized and bold.
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​

Attachments:

Answers

Answered by dipayanghosh185
8

Answer:

<h1>This is Header</h1>

<h2>This is a Medium Header</h1>

<p>This is a new ParaGraph</p>

<p><b>This is a new ParaGraph</b></p>

<p><i>This is a new sentence without a paragraph break</i></p>

HOPE YOU LIKE IT...

THEN PLEASE MAKE ME BRAINLIST OR FOLLOW ME.....

Explanation:

Similar questions