|
|
Created by Anika Patry
about 9 years ago
|
|
| Question | Answer |
| how do you declare a document in html? and how do you declare an html 5 document | !DOCtype !DOCtype html |
| how do you link to a style sheet in html5? | <link href="name of css file" rel="stylesheet" type="text/css" /> |
| what is a character set? name them | is a set of characters. types: ASCII, Latin-1 iso 8959 UNICODE UTF-8 |
| how do you declare a character set inan html document? | <meta charset = (char set type) /> it is places in the header. |
| what are the two types of lists. and what are there elements? | <nav ol> </nav ol> is an ordered list <nav ul></nav ul> is an unordered list |
| what an attribute | modifier of an element. |
| what is an element? | an individual component of an html document. ex/ p -paragraph, link href, h1 |
Want to create your own Flashcards for free with GoConqr? Learn more.