1. He compares a webpage to a ________.
A:Building
2. What is the language that websites are written in?
A:HTML
3. What are the titles of the four aspects of every webpage?A:Structure(HTML), Presentation(CSS), Content(Text/Images) and Action(JavaScript)
4. What are the three main steps to starting a web page?
A:Create Page Structure, Add Sample Content to Structure and Create Page Presentation - CSS - formatting and positioning.
5. What does HTML stand for? (You'll need to look this up online)
A:Hypertext Markup Language
6. What are the two tags used in HTML?
A:HTML and CSS
7. What does <p> stand for? (What is it called?)
A:Paragraph
8. What does a slash (For Example : <p/>) mean?
A: The end of that code.
9. What does the <h> mean in Dreamweaver?
A:Heading
10. Does HTML recognize extra lines in the code view?
A:No
11. What does the asterix ( * ) mean on the tab at the top of your page?
A:That it is unsaved.12. Do you have to use a closing tag with the <br>?
A:No
13. What does <li> stand for?
A:List items14. How do you change from an unordered or bulleted list to an ordered or numbered list?
A:By changing <ul> to <ol>.15. Does HTML recognize tabs?
A: No
No comments:
Post a Comment