Web Development with HTML and CSS

HTML Structure and Indentation

Assessment
Activity
Enlightenment
Which of the following tags would you expect to see first in an HTML document?
head
body
title
html
The text between the title and close title tags appears
At the top of the webpage
In the tab of the web browser above the webpage
When a tag and it's corresponding close tag are on different lines, what should be used to indent all of the text between the lines?
a tab
spaces

This comic strip was generated at http://www.MakeBeliefsComix.com. Used by permission of author and site creator Bill Zimmerman.

"All about me" - the self-centric web page

For this activity, create a new webpage. Include the following:
  1. Your name
  2. Your professional interests/passions
  3. Your non-professional interests passions
  4. An anecdote that wil help me remember you.
Make sure the text does not appear all on one line in the browser. Type <br> every place in your response where you want a line break to occur.

- Web Reference - w3schools