Please solve this from 1-10
understanding HTML
Attachments:
ayushsingh215:
okkkk
Answers
Answered by
3
1. body tag is for the content of the web page without body tag you will not be able to add any content
2. tag- there are 2 different types of tag that tell the browser that this is an Html document
3. hypertext is text which contain link to other text ... hypertext is text with hyperlinks
4. it is use to link page from one to another <a herf=" ">
5. <body bgcolor="green"> # you can put another colour
6. there are 6 headings in html
7. short example :-
<html>
<head>
<title>
write your title
</title>
</head>
<body>
content of the page
</body>
</html>
8. <hr>
9. container tag:- <html> , <body>
empty tag:- <br> , <hr>
10. <html>
<head>
<title>
school information
</title>
</head>
<body>
<b> <i><u> name- XYZ , class - abc , school- sch</u></i></b>
</body>
</html>
##<b> text </b> .... bold
<i> text </i> .... italic
<u> text </u> ... underline
2. tag- there are 2 different types of tag that tell the browser that this is an Html document
3. hypertext is text which contain link to other text ... hypertext is text with hyperlinks
4. it is use to link page from one to another <a herf=" ">
5. <body bgcolor="green"> # you can put another colour
6. there are 6 headings in html
7. short example :-
<html>
<head>
<title>
write your title
</title>
</head>
<body>
content of the page
</body>
</html>
8. <hr>
9. container tag:- <html> , <body>
empty tag:- <br> , <hr>
10. <html>
<head>
<title>
school information
</title>
</head>
<body>
<b> <i><u> name- XYZ , class - abc , school- sch</u></i></b>
</body>
</html>
##<b> text </b> .... bold
<i> text </i> .... italic
<u> text </u> ... underline
Similar questions
Psychology,
7 months ago
Social Sciences,
7 months ago
History,
7 months ago
Math,
1 year ago
Social Sciences,
1 year ago
Math,
1 year ago
Science,
1 year ago