What does <!DOCTYPE html> declare?
Front
Active users
1
All-time users
2
Favorites
0
Last updated
4 years ago
Date created
Feb 4, 2021
HTML
(14 cards)
What does <!DOCTYPE html> declare?
That the document is a HTML5 document
Which element defines the document's body?
<body></body>
What does HTML consist of?
A series of elements
What does the <p> element define?
A paragraph
What does the <h1> element define?
A large heading
HTML is the standard markup language for...?
Creating web pages
How does every HTML document start?
<!DOCTYPE html>
What element specifies a title for the HTML page?
<title></title>
What do the HTML-elements tell the browser?
How to display the content
What is the root element of every HTML page?
<html>
An HTML element is defined by a ______, some______ , and an ______
Start tag, some content, end tag
What does the <head> element contain?
Meta information about the HTML page
What does HTML describe?
The structure of a web page
What does HTML stands for?
Hyper Text Markup Language