Tuesday, August 25, 2015

Dreamweaver Quiz 4

Click here for Tutorial 4

1.  What are the 4 types of tags that are covered in this tutorial?
2.  Every HTML document begins with what?
3.  What is the first and last tag in your document?
4.  Anytime you write code to tell your web browser something it goes where?
5.  Where does your content go for the webpage?
6.  How do you maintain the readability of the code?
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?
<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?
9.  How does Google decide what shows up in the search engine?
10.  What tag do you use to divide a page?
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.
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)
13.  Did you name your divisions?  If not, do it now.

No comments:

Post a Comment