Write opening and closing HTML tags for the following formatting
functions:
a) Start and end of HTML
b) Main body of HTML
c) Create a line break
d) Section header level 1
e) Title of the WWW page
Answers
Answered by
0
Answer:
1. <HTML> </HTML>
2. <BODY> </BODY>
3. <BR> It has no closing tag
4. <HR> </HR>
5. <TITLE> </TITLE>
Similar questions