Beginner HTML Flashcards

Your first step towards becoming fluent in HTML.

1
Q

comment (does not appear)

A

<!–text–>

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

anchor

A

<a href=”http://www.brain-scape.com”>text</a>

displays as

text

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

bold

A

<b>text</b>

text

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

big

A

<big>text</big>

<big>text</big>

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

body (the body of the page)

A

<body>text</body>

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

line break

A

text
more text

text
more text

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

center

A

text

text

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

font

A

three <font face=”Times New Roman”>blind </font>mice

threeblindmice

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

heading

A

<hl>top heading</hl>

top heading

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

head (does not appear)

A

<head>description of page</head>

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

horizontal line

A

<hr />

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

html

A

<html>all the rest of the code</html>

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

italics

A

<i>text</i>

text

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

image

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

list

A

<li>text</li>

<li>more text</li>

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

ordered list

A
  1. thing 1
  2. thing 2
  3. thing 1
  4. thing 2
17
Q

paragraph

A

<p>first paragraph</p><p>second paragraph</p>

first paragraph

second paragraph

18
Q

small

A

<small>text</small>

<small>text</small>

19
Q

strike

A

<strike>text</strike>

text

20
Q

title (appears in the title bar of the browser)

A

<title>this will appear as the title of the window</title>

Brainscape

21
Q

underline

A

<u>text</u>

text