HTML Flashcards
Write an HTML Doctype
Write an HTML Doctype
Set the character set for a page.
Where is the meta tag placed in the html?
Within the head tag.
Where does the title tag go in the html?
Within the head tag.
Where does the title tag go in the html?
Within the head tag.
Set the character set for a page.
Where is the meta tag placed in the html?
Within the head tag.
Add a title element to the page.
Hello
Where does the title tag go in the html?
Within the head tag.
How do you add form inputs?
What are the three parts of the input element?
type, id, and name
Write a sample form input.
Do input elements have a closing tag?
No
Is a textarea an input type? Or a tag?
A tag.
Where do tags go?
Inside form elements.
Do s need closing tags?
Yes.
What is a mandatory part of a button tag?
A type.