Computer Science, asked by studykarle51, 1 month ago

write the working of each structured tag in html​

Answers

Answered by asritha718
6

Answer:

HTML is a mark-up language with 'tags' identifying parts of the document to behave in a certain way, for example, to act as a link or to make the text bold. Tags generally consist of an opening and closing pair. They are written in lower case using angled brackets ie <html> 

Explanation:

hope it helps u

please mark as brainlist answer

Answered by sjk17312
5

Structural tags

These are the basic tags which must be a part of every web page. They tell the browser that the document is a web page.

<html>

<head>

<title>Title of Webpage</title>

</head>

<body>

This is where the main part of the web page would go.

</body>

hope it's help uh

Similar questions