write a HTML program to display output explanation about yourself use H1 tag b tag I tag u tag strike tag bgcolor colour tag centre tag BR tag p tag in a program.
Answers
Answered by
1
<html>
<head>
<body bgcolor="Aqua">
<h1>h1 tag is used to write heading in an webpage.</h1>
<li>< i > tag is used to write text in <i>italic </i>in a webpage.
<li>
< u > tag is used to <u>underline</u> text in a webpage
<li>
< b > tag is used to<b> bold</b> text in a webpage
<li>
< p > tag used to write some paragraph in a webpage
<li>
< center > tag is used to align items in center like this:-
<center><b>Center</b></center>
<li>
< br > tag is used to break the line</li>
</li>
</li>
</li>
</li>
</li>
</body>
</head>
</html>
Hope this is helpful
Similar questions