html Flashcards
Where do you put non-visable content about the HTML document?
Head tag
Where do you put visable content about the HTML document?
Body tag
Where do the and tags go in a valid HTML document?
Within the HTML tag
What is the purpose of a declaration?
To tell the browser what type of document it’s working with
What are 5 examples of HTML element tags
<h1>
</h1>
What is the purpose of HTML attributes?
They provide additional information about the HTML element.
Give an example of an HTML entity
Copyright symbol, yen, less than sign etc.
How do block-level elements affect the document flow?
These elements will always start a new line.
How do inline elements affect the document flow?
These elements will continue on the same line as their neighboring elements
What are the default width and height of a block-level element?
The width will always be the full size of its container and the height is what ever height it needs
What are the default width and height of an inline element?
Inline elements take up the size of its contents
What is the difference between an ordered list and an unordered list in HTML?
An ordered list is numbered, while an unordered list is bulleted.
Is an HTML list a block element or an inline element?
It is a block element
What HTML tag is used to link to another website?
An anchor tag
What is an absolute URL?
The full web address of the site
What is a relative URL?
When a page is within the same site and you do not need to specify the domain name. Files within the same file directory
How do you indicate the relative link to a parent directory?
”..” allows you to go to the parent level.
How do you indicate the relative link to a child directory?
Use the “/” do go further down the tree
How do you indicate the relative link to a grand parent directory?
”../..” will allow you travel up the tree 2 levels.
How do you indicate the relative link to the same directory?
Simply write the file name as you are already in the same directory.
What is the purpose of an HTML form element?
To collect data from users and send data to the server to process
Give 5 examples of form control elements
input, submit, image, file, text area
Give 3 examples of type attributes for HTML elements.
text, radio, checkbox
Is an HTML element a block element or an inline element?
Inline
What are the six primary HTML elements for creating tables?
table, tr, td, th, thead, tbody
What purpose do the thead and tbody elements serve?
The thead allows you to style the column data identifier.
tbody allows clarity in seeing the data
Give 2 examples of data that would lend itself well to being displayed in a table
Bank account balances, schedules