Computer Applications
Which sequence of HTML tags is correct ?
<html><head><title></title></head><body></body></html>
<html><head><title><body></title></head></body></html>
<html><head><title</head><body></body>></title></</html>
<htm1><head><title><body></body></title></head></html>
HTML Intro
1 Like
Answer
<html><head><title></title></head><body></body></html>
Reason — The correct document structure of an HTML document is <html><head><title></title></head><body></body></html>
.
Answered By
1 Like
Related Questions
Which of the following tags identifies the document as an HTML document?
<HTML>
<HEAD>
<BODY>
<P>
The tags that require a starting as well as an ending tag are called …………… .
- Pair Element
- Twin Element
- Container Element
- Empty Element
To specify the background image for the document, Background attribute is used with which of the following tags ?
<BODY>
<HTML>
<P>
- None of these
To define the basic font size, which of following tag is used ?
- SIZE
- BASEFONT
- FONT
- All of these