Computer Applications
The document structure elements of HTML page is/are:
- HTML
- BODY
- HEAD
- All the above
HTML Intro
2 Likes
Answer
All the above
Reason — The document structure of an HTML document is as follows:
<html>
<head>
<title> ... </title>
</head>
<body>
...the body of the document...
</body>
</html>
Answered By
3 Likes
Related Questions
Write HTML code to display an ordered list (with uppercase roman numbers) listing any three subjects being taught in your school. The web page should have a red background and the title of the page should be 'My Subjects'.
Fill in the blanks:
(i) …………… tag is used to insert a line break on a web page.
(ii) The tag …………… is used to create subscripts and …………… tag is used to create superscripts on a web page.
Which attribute does not come in
<HR>tag ?- Size
- Colour
- Width
- Length
A software used to open web pages on the internet is called a …………… .
- Surfer
- Portal
- Browser
- Provider