write 15 tag with their attributes and uses ?
Answers
Answered by
2
Explanation:
HTML tag: It is the root of the html document which is used to specify that the document is html.
Syntax:
<html> Statements... </html>
Code:
filter_none
edit
play_arrow
brightness_4
<html>
<head>
<title>Title of your web page</title>
</head>
<body>HTML web page contents </body>
</html>
Head tag: Head tag is used to contain all the head element in the html file. It contains the title, style, meta, … etc tag.
Syntax:
<head> Statements... </head>
Code:
filter_none
edit
play_arrow
brightness_4
<head>Contains elements describing the document</head>
Body tag: It is used to define the body of html document. It contains image, tables, lists, … etc.
Syntax:
Answered by
3
Answer:
HOPE THIS HELPS
MARK ME Brainliest
Attachments:
Similar questions
Math,
3 months ago
Business Studies,
3 months ago
Social Sciences,
7 months ago
Biology,
11 months ago