Blog 10
Describe what these lines of CSS do.
div div p { color: red}
Saturday, October 19, 2013
Tuesday, October 15, 2013
Saturday, October 12, 2013
Wednesday, October 9, 2013
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>
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.
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>
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>
Subscribe to:
Posts (Atom)