Basics Flashcards

1
Q

First tag in an HTML document

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

Second tag in an HTML document

A

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

Second tag in an HTML document

A

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

Line break tag

A

<br></br>

*Empty element

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

Format of a basic HTML document.

A

Doc title

<h1>Heading</h1>

<p>Content</p>

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

Centre content

A

*Note: US spelling

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

Horizontal line

A

<hr></hr>

*Empty element

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

Non-breaking spaces

A

&nbsp

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

Tag vs element

A

Element = opening tag + content + closing tag

<p> Content </p>

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

What is a nested element?

A

An element inside of another element. Eg, <p>The <i>italic tag</i> for words.</p>

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

What is a nested element?

A

An element inside of another element. Eg, <p>The <i>italic tag</i> for words.</p>

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