Saturday, October 19, 2013

Blog 10

Blog 10

Describe what these lines of CSS do.

div div p { color: red}

Tuesday, October 15, 2013

Saturday, October 12, 2013

blog 8

Blog 8

Name a tag that is self closing. ie does not have a closing tag.


Wednesday, October 9, 2013

Blog 7

Blog 7

Tell what these 5 tags are used for


<ol>

<tr>

<a href="">

<p></p>

<div></div>

Monday, October 7, 2013

blog #6

blog #6
 tell me the difference between the two and which one has numbers in front of each line?

<ul> <li>Dish soap</li> <li>Kitty litter</li> <li>Tomato sauce</li> </ul>


AND

<ol> <li>First item!</li> <li>Second item!</li> <li>Last item!</li> </ol>

Friday, October 4, 2013

Blog #5

Blog #5

HTML CODE
<p><a href="http://www.quackit.com/html/tutorial/html_links.cfm">Example Link</a></p>
<div class="more-info"><a href="/html/examples/html_links_examples.cfm">More Link Examples...</div>


Tell me what is missing.

Wednesday, October 2, 2013

Blog #4

Blog #4


Tell me the difference between these two lines of HTML code

<a href= "http://fwallpapers.com/files/images/cute-dog-40.jpg/> Puppy pile! </a>

<a href= "http://www.pics4learning.com/details.php?img=mvc-022f.jpg/> Puppy pile! </a>