Week 2 Practice | Page Structure Stuff
April 5th

Block Elements

Block elements create key structural parts of web pages. Block Elements will seperate themselves from surrounding content with a line space above and below. They will also take up the full width of the parent space.

Block elements are different from inline/phrase elements. You'll notice that some common block elements include...

Inline/Phrasing Elements

Inline elements are generally (but not always) associated with chuncks of text and are there to markup chunks of text. The text is within the line, or in line. If you want to bold some text, then using the <strong>...<</strong> tages would do it. STRONG is an example of a popular inline element.

Other inline elements include...

Other Stuff to Consider with Webpage Structure

Where can I learn about more HTML tages and css properties?

There are lots of great resources on the Web. W3Schools has references both HTML Tags and CCC Properties . Both of these should be bookmarked and referenced weekly for ideas and learning syntax.

Another great resource is the Mozilla Developer Network .