Monday, August 24, 2015

Dreamweaver Quiz 3

Click here for Tutorial 3

1.   He compares a webpage to a _office____.
2.  What is the language that websites are written in?
      CSS. Plain English.
3.  What are the titles of the four aspects of every webpage?
      Structure HTML, Presentation CSS, Content Text/Images, Action JavaScript/PHP.
4.  What are the three main steps to starting a web page?
     Content, Appearance, Action
5.  What does HTML stand for?  (You'll need to look this up online)
     Hypertext Markup Language, a standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pages.
6.  What are the two tags used in HTML?
      There are multiple tags used in HTML.
7.  What does  <p> stand for?  (What is it called?)
      Paragraph.
8.  What does a slash (For Example : <p/>)  mean?
      It closes the tag.
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?
       It means it is not currently saved.
12.  Do you have to use a closing tag with the <br>?
       No.
13.  What does <li> stand for? 
       List.
14.  How do you change from an unordered or bulleted list to an ordered or numbered list?
        Instead of using the tag <ul>, use <ol> for Ordered List.
15.  Does HTML recognize tabs? 
       No.

No comments:

Post a Comment