HTML Flashcards
1
Q
format of an HTML page
A
2
Q
Image
A
<img></img>
3
Q
Biggest heading
A
<h1>
| </h1>
4
Q
Table
A
row 1, cell 1
row 1, cell 2
row 2, cell 1
row 2, cell 2
5
Q
Div
A
<div>
<div>
<h1>Main Title of Web Page</h1></div>
~~~
<div>
<b>Menu</b><br></br>
HTML<br></br>
CSS<br></br>
JavaScript</div>
~~~
<div>
Content goes here</div>
</div>
6
Q
Form
A
First name: <br></br>
Last name:
7
Q
Hyper Links
A
<a>Link text</a>