click below
click below
Normal Size Small Size show me how
HTML Study Guide
A study guide for the unit 3 test about html
Question | Answer |
---|---|
What does HTML stand for? | Hyper Text Markup Language |
What type of images can be used in HTML? | Jpg, gif, png, tif. |
The visible part of the HTML document is between what tags? | The body tags |
When creating a webpage the document should be saved as | Html |
In html, the two tags that do not require an opening and closing tag are: | Img, br . |
In html, if you wanted your text to appear in bold what tag would you use | Strong or b. |
If you were to pick the smallest heading which heading element would you use? | h6 |
If you were to use the largest sized heading which element would you choose? | h1 |
In html, which tag defines the document? | !DOCTYPE |
In html, which tag defines the document? | </html |
In html, if you forget to use the closing tag, </html>, what will happen? | the website might show but some functions might not work |
In html, how are pictures defined? | As a img tag and with a src=”” after that. |
CSS allows a web designer to: | Change the color scheme of the website without making a change to every page and just one page. |
What kind of list can you create with html? | You can create unordered or ordered lists witch decides if they have numbers or not. |