HTML Flashcards
1
Q
Write an HTML Doctype
A
2
Q
Write an HTML Doctype
A
3
Q
Set the character set for a page.
A
4
Q
Where is the meta tag placed in the html?
A
Within the head tag.
5
Q
Where does the title tag go in the html?
A
Within the head tag.
6
Q
Where does the title tag go in the html?
A
Within the head tag.
7
Q
Set the character set for a page.
A
8
Q
Where is the meta tag placed in the html?
A
Within the head tag.
9
Q
Add a title element to the page.
A
Hello
10
Q
Where does the title tag go in the html?
A
Within the head tag.
11
Q
How do you add form inputs?
A
12
Q
What are the three parts of the input element?
A
type, id, and name
13
Q
Write a sample form input.
A
14
Q
Do input elements have a closing tag?
A
No
15
Q
Is a textarea an input type? Or a tag?
A
A tag.