HTML Tags Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

<h1></h1>

<h2></h2>

<h3></h3>

A

Heading styles in decreasing sizes.

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

<p></p>

A

A paragraph separated with a line above and below.

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

<a></a>

A

Anchor tag defining a hyperlink with locating parameters. e.g. <a>Visit W3Schools.com!</a>.

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

<ol> </ol>

A

Defines an ordered list. (numbers).

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

<ul></ul>

A

Defines an ordered list (bullet points).

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

<li>
</li>

A

Defines as individual list item.

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

<div></div>

A

Creates a division of a page into separate areas each which can be referred to uniquely by name.

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

< title >

A

Defines the the text that appears with the tab or window heading area.

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

< head >

A

Defines the browser tab or window heading area.

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

< link >

A

This is used to link to a css stylesheet.

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

< body >

A

Defines the content in the main browser content area..

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

< html >

A

All the code is written within these tags is interpreted as HTML.

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