Elements Flashcards

(11 cards)

1
Q

What are HTML elements with no content called?

A

empty elements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which element defines a line break?

A

<br></br>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an HTML element?

A

everything from start tag to end tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What declaration represents the document type?

A

<!DOCTYPE html>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which element is the root element of an HTML page?

A

<html>...</html>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which element contains meta information about the HTML page?

A

<head>...</head>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which element specifies a title for the HTML page (the browser’s title bar)?

A

<title>...</title>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which element defines the document’s body, and is a container for all the visible contents?

A

<body>...</body>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which element defines a large heading (the largest and most important)?

A

<h1>...</h1>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which element defines a paragraph?

A

<p>...</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which element is the most common way of creating sections for a page?

A

<div>...</div>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly