asked 1.5k views
3 votes
To help ensure that an HTML document renders well in many different web browsers, it is important to include which of the following at the top of the file. an tag a doctype declaration a tag a tag

asked
User Ggmathur
by
7.0k points

2 Answers

6 votes

Answer:

I think it is:

B. a doctype declaration

Step-by-step explanation:

answered
User Chamon Roy
by
8.1k points
6 votes

Answer:

A Doctype

Step-by-step explanation:

When we first make a HTML document, we ALWAYS add a doctype on the 1st line. It is standard for coders to do so.

answered
User Morten Fast
by
7.6k points