Computer Science, asked by rehan8555, 7 months ago

This is Italic heading. This is underlined paragraph Write the html code

Answers

Answered by purnimarawat200716
0

Answer:

Formatting elements were designed to display special types of text:

<b> - Bold text

<strong> - Important text

<i> - Italic text

<em> - Emphasized text

<mark> - Marked text

<small> - Smaller text

<del> - Deleted text

<ins> - Inserted text

<sub> - Subscript text

<sup> - Superscript text

Answered by nakrasameer18
2

Explanation:

<HTML>

<Head>

<Title> HTML file</Title>

</Head>

<body>

<H1> <i> Heading in italic</i></H1>

<p><u>Life is full of moments of joy, pleasure, success and comfort punctuated by misery, defeat, failures and problems. There is no human being on Earth, strong, powerful, wise or rich, who has not experienced, struggle, suffering or failure </u></p>

</body>

</HTML>

Similar questions