....or... on a html page helps in formatting the text
Answers
Answered by
1
<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
Social Sciences,
5 months ago
English,
5 months ago
Biology,
11 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago