HTML tags Flashcards

1
Q

<!--...-->

A

Defines a comment

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

<a></a>

A

Defines a hyperlink

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

<abbr></abbr>

A

Defines an abbreviation or an acronym

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

<address></address>

A

Defines contact information for the author/owner of a document

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

<b></b>

A

Defines bold text

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

<blockquote></blockquote>

A

Defines a section that is quoted from another source

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

<br></br>

A

Defines a single line break

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

<cite></cite>

A

Defines the title of a work

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

<code></code>

A

Defines a piece of computer code

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

<dd></dd>

A

Defines a description/value of a term in a description list

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

<del></del>

A

Defines text that has been deleted from a document

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

<dfn></dfn>

A

Specifies a term that is going to be defined within the content

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

<div></div>

A

Defines a section in a document

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

<dl></dl>

A

Defines a description list

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

<dt></dt>

A

Defines a term/name in a description list

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

<em></em>

A

Defines emphasized text

17
Q

<h1> to <h6></h6></h1>

A

Defines HTML headings

18
Q

<hr></hr>

A

Defines a thematic change in the content

19
Q

<i></i>

A

Defines a part of text in an alternate voice or mood

20
Q

<img></img>

A

Defines an image

21
Q

<ins></ins>

A

Defines a text that has been inserted into a document

22
Q

<kbd></kbd>

A

Defines keyboard input

23
Q

<li>
</li>

A

Defines a list item

24
Q

<ol></ol>

A

Defines an ordered list

25
Q

<p></p>

A

Defines a paragraph

26
Q

<pre></pre>

A

Defines preformatted text

27
Q

<samp></samp>

A

Defines sample output from a computer program

28
Q

<small></small>

A

Defines smaller text

29
Q

<span></span>

A

Defines a section in a document

30
Q

<strong></strong>

A

Defines important text

31
Q

A

Defines subscripted text

32
Q

A

Defines superscripted text

33
Q

<u></u>

A

Defines some text that is unarticulated and styled differently from normal text

34
Q

<ul></ul>

A

Defines an unordered list

35
Q

<var></var>

A

Defines a variable