Tuesday, August 25, 2015

DREAMWEAVER Quiz #4

DREAMWEAVER Quiz #4

1.  What are the 4 types of tags that are covered in this tutorial?
     HTML tag, head tag, body tag, and div tag
2.  Every HTML document begins with what?
     A doc type statement
3.  What is the first and last tag in your document?
     An HTML tag
4.  Anytime you write code to tell your web browser something it goes where?
     Into the head section
5.  Where does your content go for the webpage?
      In the body section
6.  How do you maintain the readability of the code?
     Indenting
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>
     <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?
     In the title section
9.  How does Google decide what shows up in the search engine?
     The text that's in your title tag
10.  What tag do you use to divide a page?
        <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.
       I have content.
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)
       F12     
13.  Did you name your divisions?  If not, do it now.
       Yes

No comments:

Post a Comment