Friday, August 21, 2015

DREAMWEAVER Quiz #3

DREAMWEAVER Quiz #3

1.   He compares a webpage to a ________.
      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, Content Text/Images, and 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?
      p tag and h tag
7.  What does  <p> stand for?  (What is it called?)
      Paragraph tag
8.  What does a slash (For Example : <p/>)  mean? 
      It means it is the ending of that heading or paragraph
9.  What does the <h> mean in Dreamweaver?
      Heading
10.  Does HTML recognize extra lines in the code view?
       No
11.  What does the asterix ( * ) mean on the tab at the top of your page?
       You have unsaved changes
12.  Do you have to use a closing tag with the <br>?
       No
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> to <ol>
15.  Does HTML recognize tabs?
       No

No comments:

Post a Comment