HTML day 2 Flashcards
How do you indicate the relative link to a parent directory?
Use ../ to indicate the folder above the current one,
then follow it with the file name.
How do you indicate the relative link to a child directory?
For a child folder, use the name of the child folder,
followed by a forward slash, then the file name.
How do you indicate the relative link to a grand parent directory?
Repeat the ../ to indicate that you want to go up
two folders (rather than one), then follow it with the
file name.
How do you indicate the relative link to the same directory?
To link to a file in the same folder, just use the file
name. (Nothing else is needed.)
What is the purpose of an HTML form element?
HTML form on a web page allows a user to enter data that is sent to a server for processing
Give five examples of form control elements.
- -
Give three examples of type attributes for HTML elements.
- Radio
- Checkbox
Is an HTML element a block element or an inline element?
Inline
What are the six primary HTML elements for creating tables?
, , , , ,
What purpose do the thead and tbody elements serve?
- The HTML element defines a set of rows defining the head of the columns of the table.
- The HTML element encapsulates a set of table rows ( elements), indicating that they comprise the body of the table ().
Give two examples of data that would lend itself well to being displayed in a table.
Time Table, Sports Stats