Computer Applications
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
HTML Intro
2 Likes
Answer
all browsers can display the document
Reason — An advantage of using basic HTML to create a document is that all browsers can display the document. HTML is a document layout and hyperlink specification language which tells the browser to display the contents of a hypertext document in a certain way.
Answered By
1 Like
Related Questions
Which of the following will produce a solid circle bullet when given as value of type with
<UL>
?- disc
- circle
- square
- none of these
Tag(s) required to create Description lists in HTML :
<DL>
<DT>
<DD>
- All of the above
Factors that affect how an HTML document looks on the monitor do not include :
- operating system
- window size
- color depth
- html tags
Every HTML document must include the tags :
<html> </html>
&<body> </body>
<body> </body>
& at least one<p>
<html> </html>
&<head> </head>