Create a HTML web page using heading,Paragraph, line break,
bold, italic , Underline,colour strong, tags
parwatigupta599:
will it really work
Answers
Answered by
1
Answer:
Ans is..
Explanation:
<html>
<head>
<title>HTML b, i, and u tags</title>
</head>
<body>
Hi <b>HTML!</b> <br/>
Hi <strong>HTML!</strong> <br/>
Hi <i>HTML!</i> <br/>
Hi <em>HTML!</em> <br/>
Hi <u>HTML!</u> <br/>
Hi <ins>HTML!</ins> <br/>
</body>
</html>
Similar questions