Developing a Web Page Flashcards
Terms : Hide Images [1]
3479490158 | What code do you use to make a table with 2 rows and 2 columns? | 0 | ||||||
3479545250 | Which one is the proper anchor tag?
a) lol
b) | c. | 1 | |||||
3479575344 | Whats the difference between
|
| 2 | |||||
3479598583 | Which one is correct? a) .jpg b) .gif c) .png d) all the above | d) | 3 | |||||
3479622748 | To add an extra space on a web page you use the tag _________ (not a break). | 4 | ||||||
3479632993 | The tag is used to add a break in the web page. T/F | F, it adds a horizontal rule. | 5 | |||||
3479651921 | The tag puts the text after it in a new column at the top of the web page. T/F | F, it acts as the 'enter' key. | 6 | |||||
3479671657 | Explain the difference between relative and absolute links. | The main difference is absolute paths always include the domain name of the website, including http://www. Whereas relative links only point to a file or a file path- index.html, /graphics/image.png, /help/articles/how-do-i-set-up-a-webpage.html. | 7 | |||||
3479683694 | How do you "tell" a browser to look for a file "deeper" into the current folder (or looking for subfolders)? | To view a subfolder in the current folder just use a (/FileName) | 8 | |||||
3479698332 | An external link and Internal link can only be used on words. T/F | F, They can be used on pictures as well. | 9 | |||||
3479708063 | What is the proper code to insert an image from an outside source? | 10 | ||||||
3479749666 | Do you need a height or width attribute when inserting an image? | No | 11 | |||||
3479755064 | what is the code for spanning a cell 2 columns? | 12 | ||||||
3479762571 | Give an example of a table style using html code. | 13 | ||||||
3479782607 | What's the difference between | and | ? | is used for a regular column cell, | makes a cell become a header; making the words inside centered and bold | 14 |
---|