White Board: Floating Content

Floating blocks have three markup/style requirements

Using the sample paragraph, figure, image, and figcaption above,
describe the requirements which allow the figure to float next to the paragraph:

  1. The HTML markup for the paragraph and figure must be in what order?
  2. The CSS style declaration must include what property and value?
  3. The CSS style declaration must also include what property and value?

White Board: Lists

  1. Unordered Lists are:

     

     

    Markup the syntax for an unordered list:

    
        apples
     
        oranges
    
    
  2. Ordered Lists are:

     

     

    Markup the syntax for an ordered list:

    
        apples
     
        oranges
    
    
  3. Definition/Description Lists are:

     

     

    Markup the syntax for an Definition/Description list:

    
        apples
     
        oranges
    
    

White Board: Languages

Compare the four languages covered in this course by answering these questions:

  1. How do HTML, CSS, PHP, and JavaScript differ in terms of syntax?
    And…
  2. What is the purpose of HTML?
  3. What is the purpose of CSS?
  4. What is the purpose of PHP?
  5. What is the purpose of JS?
  6. Why is HTML content kept separate from styles and functions?Avoid using the words easier, improved, better, and faster.

White Board: Connections

Describe the connections between web servers and computers:

  —
  1. What is the home directory (folder) on your Web Server that is visible to the world?
  2. What is the public address (URL) of your Web Server’s home directory?
  3. What is the secure domain address used to connect to your Web Server?
  4. What does SFTP stand for and why do we need it?
  5. What is the most efficient way to backup files from the remote web server to your local hard drive when using the text/code editor of your choice?
  6. What is the quickest way to view the markup of other people’s web pages?