Implementation: HTML Flashcards
Revision
What is the purpose of < ol >… < /ol > tags?
To show ordered list
This are the links that keep you within the website you are visiting, but take you to a different page
Internal Hyperlinks
What are the building blocks of HTML Pages?
HTML Elements
It is the Text that appears within < a > with a link< /a >
Anchor
What document type declaration should ALL HTML documents must start with?
< !DOCTYPE html >
This are the links that take you to another website
External Links
This tag is used to include image on a webpage
< img >
What does HTML stands for?
Hyper Text Markup Language
It is what we use to move around the web from page to page
Hyperlinks
This tag is used to play, pause and stop buttons and is recommended for audio clips
< audio controls >
What does < h1 > .. < /h1 > creates?
Headings
This tag that used so that CSS styles can be easily applied to group of elements
< div > < /div >