149k views
1 vote
Plzzzz help!!!!!!!!!!!

Which tag tells the browser that the document is in HTML format?

The _________ tag tells the browser that the document is in HTML format.

2 Answers

6 votes

Answer:

<html>

Step-by-step explanation:

PLATO

User Greg Kramida
by
7.0k points
2 votes

That would be the <!DOCTYPE> declaration, and you put it at the top of your HTML file like this:

<!DOCTYPE html>

Notice there’s an important distinction here between a tag and a declaration. A DOCTYPE declaration is an instruction to the browser telling it which version of HTML your file is written in.

User Tamekia
by
6.2k points