HTML

Preview this deck

What does <!DOCTYPE html> declare?

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

1

All-time users

2

Favorites

0

Last updated

3 years ago

Date created

Feb 4, 2021

Cards (14)

HTML

(14 cards)

What does <!DOCTYPE html> declare?

Front

That the document is a HTML5 document

Back

Which element defines the document's body?

Front

<body></body>

Back

What does HTML consist of?

Front

A series of elements

Back

What does the <p> element define?

Front

A paragraph

Back

What does the <h1> element define?

Front

A large heading

Back

HTML is the standard markup language for...?

Front

Creating web pages

Back

How does every HTML document start?

Front

<!DOCTYPE html>

Back

What element specifies a title for the HTML page?

Front

<title></title>

Back

What do the HTML-elements tell the browser?

Front

How to display the content

Back

What is the root element of every HTML page?

Front

<html>

Back

An HTML element is defined by a ______, some______ , and an ______

Front

Start tag, some content, end tag

Back

What does the <head> element contain?

Front

Meta information about the HTML page

Back

What does HTML describe?

Front

The structure of a web page

Back

What does HTML stands for?

Front

Hyper Text Markup Language

Back