advanced code Flashcards

1
Q

any visible content is placed between ____

A

body tags ( )

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

tags

A

are used to define text. Tags, if not self closing, need a closing tag which is like the opening tag but with a / that proceeds the letter. (<p> is a opening tag and </p> is a closing tag

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

tags

A

<h1> and so forth are tags that act as headings</h1>

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

<ol></ol>

A

ordered list

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

<ul></ul>

A

unordered list

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

<li>
</li>

A

list x text

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

<em> and <strong></strong></em>

A

<em> is italics and <strong> is bold</strong></em>

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

<img></img> and

A

obvious, but to display content use “src=” followed by a link or a file.

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

<br></br>

A

line break

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

?=?

A

atributes

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