Computer Science, asked by riya866, 11 months ago

....or... on a html page helps in formatting the text​

Answers

Answered by brainly7944
1

\huge{\bf{\underline{Answer:-}}}

<html>

<head>

<title>first page</title>

</head>

<body>

<p>This is regular text </p>

<p><b>bold text </b></p>

<p><big> big text </big></p>

<p><i> italic text </i></p>

<p><small> small text </small></p>

<p><strong> strong text </strong></p>

<p><sub> subscripted text </sub></p>

<p><sup> superscripted text </sup></p>

<p><ins> inserted text </ins></p>

<p><del> deleted text </del></p>

</body>

</html>

Attachments:
Similar questions