advanced code Flashcards
1
Q
any visible content is placed between ____
A
body tags ( )
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
3
Q
tags
A
<h1> and so forth are tags that act as headings</h1>
4
Q
<ol></ol>
A
ordered list
5
Q
<ul></ul>
A
unordered list
6
Q
<li>
</li>
A
list x text
7
Q
<em> and <strong></strong></em>
A
<em> is italics and <strong> is bold</strong></em>
8
Q
<img></img> and
A
obvious, but to display content use “src=” followed by a link or a file.
9
Q
<br></br>
A
line break
10
Q
?=?
A
atributes