Sunday, November 10, 2013

Week 11 Outside Class

Homework for class
Notes on what I've learned from the Lynda.com HTML and CSS videos.
Saved an image of a chart that shows different commands for HTML and CSS. It seemed very helpful to save so that I can refer back to it if I need to in the future.
Looking at how HTML handles "white space", which is the spaces between lines of text in a HTML document. HTML can take any amount of white space that you put into your document, it compresses them together.
How to control line spaces and breaks. You can use a <br> </br> tag to create line breaks where you might want spaces between lines of text or paragraphs.
Also looked at how to create box models in CSS, since I had a little more difficulty making this command work for me. They determine how much space an element would need in a CSS document. You can also assign elements such as borders, styles, and colors to the box models. If a property is not desired, the automatic variant is 0.

No comments:

Post a Comment