What is a <html> tag?

Experience Level: Junior
Tags: HTML

Answer

<html> is HyperText Markup Language. <html> is a set of per-defined elements or tags that tell a browser what content to display and how to display that content.

Example
<html>
    <head>...</head>
    <body>...</body>
</html>
Related HTML job interview questions

Comments

No Comments Yet.
Be the first to tell us what you think.
HTML for beginners
HTML for beginners

Are you learning HTML ? Try our test we designed to help you progress faster.

Test yourself