HTML Tags & Attributes Flashcards

1
Q
A

First line of a webpage.

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

First line of a webpage.

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

Second line of a webpage.

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

First true section, although most of what you enter here won’t be seen. Carries fonts, links to stylesheets, etc..

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

The name for your site

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

All the stuff for your site goes here.

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

Headlines

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

<a></a>

A

Hyperlink (shows text: “Go to Google”)

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

<a></a>

A

Hyperlink (shows text: “Go to Google”)

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

<div></div>

A

Div tags “Dividers” separate sections and allow you to put in id’s or classes.

<div></div>

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

<div></div>

A

Div tags “Dividers” separate sections and allow you to put in id’s or classes.

<div></div>

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

Second line of a webpage.

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

First true section, although most of what you enter here won’t be seen. Carries fonts, links to stylesheets, etc..

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

The name for your site

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

What is a void element?

A

A tag that doesn’t require a second tag to close it. Such as: <br></br> (there is no ).

Other examples are:

<img></img>

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

Headlines

17
Q

<p></p>

A

Paragraph text

18
Q

<a></a>

A

Hyperlink (shows text: “Go to Google”)

19
Q

<br></br>

A

line break

20
Q

<div></div>

A

Div tags “Dividers” separate sections and allow you to put in id’s or classes.

<div></div>

21
Q

Order of tags in a basic website => GO!

A

List em.

22
Q
A

Placed above title. Says the character encoding is Unicode 8 which is used by all websites. It’s like a dictionary for translation. It is then followed by:

23
Q
A

Important for responsive devices.

24
Q

target

A

When you create an <a> link and use an href, including a target=”_blank”> will open a new page.</a>

example:

</a><a> This will take you to yahoo.com if you click here. </a>

25
Q

What is a void element?

A

A tag that doesn’t require a second tag to close it. Such as: <br></br> (there is no ).

26
Q

<b></b>

A

Bold.

27
Q

<i></i>

A

Italic

28
Q

<u></u>

A

Underlined

29
Q

<strong></strong>

A

Bold

30
Q

<em></em>

A

“Emphasized” (Bold)

31
Q

<hr></hr>

A

Horizontal Rule - Creates a line across the whole page.

32
Q

<a></a>

A

Anchor Tag. Used for connecting two sites. Anchor is used cuz it anchors the site to another.

33
Q

What does URL stand for?

A

Universal Resource Locator

34
Q

target

A

When you create an <a> link and use an href, including a target=”_blank”> will open a new page.</a>

example:

</a><a> This will take you to yahoo.com if you click here. </a>

35
Q

border

A

In an image tag, you can specify border immediately after. Set the pixel length.

<img></img>