HTML Flashcards
What HTML tag is used to link to another website?
Anchor element
What is an absolute URL?
The URL to go to an external website
What is a relative URL?
relative url locates resources relative to an external URL
How do you indicate the relative link to a parent directory?
By using href followed by ../
How do you indicate the relative link to a child directory?
name of the child folder / files name
How do you indicate the relative link to a grand parent directory?
../../ file name
in other words dot dot slash, then dot dot slash, followed by the file name
How do you indicate the relative link to the same directory?
using the file name
What is the purpose of an HTML form element?
collecting information from the website visitiors
Give five examples of form control elements.
adding text, making choices, submitting forms, uploading files
Give three examples of type attributes for HTML elements.
text, radio, checkbox
Is an HTML element a block element or an inline element?
inline