Respuesta :

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.

Answer:

<html>

Explanation:

PLATO