Coursera HTML Basics Flashcards

1
Q

Tag for Table

A

<table></table>

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

Tag for Table Row

A

<tr></tr>

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

Tag for Table Data

A

<td></td>

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

Tag for Table Header

A

<th></th>

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

Form for Text Field

A

<form>
<label>Username:</label><br></br>
<input></input>

<label>Password:</label><br></br>
<input></input>
<input></input>
</form>

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

DOM stands for

A

Document Object Model
Tree structure of the objects

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