Computer Applications
Every HTML document must include the tags :
<html> </html>&<body> </body><body> </body>& at least one<p><html> </html>&<head> </head>
HTML Intro
3 Likes
Answer
<html> </html> & <body> </body>
Reason — Every HTML document must include <html> </html> & <body> </body> tags. <html> </html> tags are used to mark the beginning and end of an HTML document. The <body> </body> tags define a document's body.
Answered By
1 Like
Related Questions
An advantage of using basic HTML to create a document is that :
- all word processors can display the document
- all browsers can display the document
- it will print better than a word processing document
- it is easier to write in HTML
Factors that affect how an HTML document looks on the monitor do not include :
- operating system
- window size
- color depth
- html tags
If the HTML code looks like :
<font face="Arial" size="3" color ="#000000">Welcome</font>then the text would look like:
- Welcome
- Welcome
- Welcome
- Welcome
Which attribute is not valid for
<BODY>tag ?- background
- color
- vlink
- leftmargin