1. What are the 4 types of tags that are covered in this tutorial?
A: HTML, head,div and body tags.
2. Every HTML document begins with what?
A: <!doctype html>
3. What is the first and last tag in your document?
A: <html> and </html>
4. Anytime you write code to tell your web browser something it goes where?
A: In the <head> tag
5. Where does your content go for the webpage?
A: In the <body> tag
6. How do you maintain the readability of the code?
A: Spacing and Indentation
7. What is another way to type the code below that wouldn't change the function on a browser but would change how it looks in the code view?
A: <head><title>Put your content here</title></head>
8. If you want to change the name of the browser tab where do you change the code?
A: Change it in the <title> tag
9. How does Google decide what shows up in the search engine?
A:What is in your title
10. What tag do you use to divide a page?
A: <div> and </div>
11. Make sure you have content for your page. It should look similar to the content on the tutorial. If you don't have content use his page to type out your content now.
A: Ok
12. What is the shortcut key for opening your page in a browser? (he doesn't say it but you can find it by looking for the shortcut when he opens his "view in browser" button)
A: F12
13. Did you name your divisions? If not, do it now.
A: Yea
No comments:
Post a Comment