1. He compares a webpage to a ________.
building
2. What is the language that websites are written in?
HTML
3. What are the titles of the four aspects of every webpage?
Structure HTML, Presentation CSS, Context Text/Images, Action Javascript/PHP
4. What are the three main steps to starting a web page?
1. Create page structure - HTML
2. Add sample content to structure
3. Create page presentation - CSS - formatting and positioning
5. What does HTML stand for? (You'll need to look this up online)
Hypertext Markup Language
6. What are the two tags used in HTML?
structural and semantic tags
7. What does <p> stand for? (What is it called?)
paragraph
8. What does a slash (For Example : <p/>) mean?
It represents a closing tag to an earlier tag
9. What does the <h> mean in Dreamweaver?
It creates a title in sizes 1-6
10. Does HTML recognize extra lines in the code view?
nope
11. What does the asterix ( * ) mean on the tab at the top of your page?
That there are unsaved changes to the document.
12. Do you have to use a closing tag with the <br>?
nope
13. What does <li> stand for?
"list item"
14. How do you change from an unordered or bulleted list to an ordered or numbered list?
<ul> = unordered list
<ol> = ordered list
15. Does HTML recognize tabs?
nope
No comments:
Post a Comment