Wednesday, October 30, 2013

blog 14

Blog 14

Write a CSS id statement for id enemy to make the font size 24px.


Monday, October 28, 2013

blog 13

blog 13

Set your div's float property to the right and clear both the other elements on the page.

Write the CSS.

Thursday, October 24, 2013

Blog 12

Blog 12


The paragraph below is given a id of "friend". Friends will all be written in Cursive.

<p id: "friend"> sponge bob </p>


Write the CSS for identifying your friends.


Tuesday, October 22, 2013

Blog 11

Blog 11

The division below is given a class of square. Write the CSS for the height 100px and width 100px.

<div class="square"></div>



CSS




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>