Computer Science, asked by chemdruid33061, 1 year ago

What is the basic fundamental block of an html page mcq?

Answers

Answered by Geekydude121
17
The basic fundamental block of HTML page comprises of everything will be inside the HTML tag as it is a hypertext markup language and within the HTML tag there will be two broad sections the first section will be the head tag and II section will be the body tag again inside the head section there is a special attack call the title tag which will comprise of the title of the website and rest of the coding will be in the body section that will be comprising of the background picture of content or footer of the website I have given below the basic structure kindly follow it.

<html>
<head> <title></title> </head>
<body></body>
</html>
Answered by Chirpy
0

Answer is - HTML tag


Every web page begins and ends with some important tags. The basic fundamental block of an HTML page is HTML tag. It tells the browser that this is an HTML document. It represents the root of an HTML document. It is the container for all other HTML elements except for the <!DOCTYPE> tag.

Similar questions