Music, asked by Banoo, 1 year ago

discuss HTML page structure with basic tags ​

Answers

Answered by Anonymous
2

Answer:

<html>

<head> <title>......</title>

</head>

<body>

..

..

..

</body>

</html>

Explanation:

here , html tag is container tag where we are going to write our html code . Head tag is having another container tag i.e. title tag where you can write the title of your web page . Body tag is where you write all content of your webpage and you can use many attributes in this tag to enhance your web page . .

Similar questions