Factors that affect how an HTML document looks on the monitor do not include
(a) operating system
(b) window size
(c) color depth
(d) html tags
Answers
Answer:
(a) operating system
hope it hepls u :)
" Option D) HTML Tags ".
Explanation:
An HTML 4 document is composed of three parts: a line containing HTML version information, a declarative header section (delimited by the HEAD element), a body, which contains the document's content.
To build any webpage you will need four primary tags : <html>, <head>, <title> and <body>. so, these are all container tags and must appear as pairs with a beginning and an ending in the HTML documents.
Sometimes the web page looks different in individual screens or monitors. The main reasons are that each individual is using different operating systems, different browsers, and have different setting in their physical devices which affect the look and feel of any pages in website.
Here, the factors that affect how an HTML documents looks on the monitor do not include the HTML tags.