Friday, July 18, 2014

Week5-A little bit (June 30- July 4)

                                      
       

             Another activity again, well I got 2 points because I am the first 5 to finished the activity. I do it but there's some part of my work that is wrong so I need to ask Herica which she is the second who finished the activity. Oops! I'm not a cheater I am just asking. So when she correct my mistake I called sir to check my work then I got the first 5 to finished the activity in our batch.
         I am hoping and praying that next time I will do it  with my own.     

There are three types of CSS styles:
  • inline styles
    Inline styles are styles that are written directly in the tag on the document. Inline styles affect only the tag they are applied to.
    <a href="" style="text-decoration: none;">
  • embedded styles
    Embedded styles are styles that are embedded in the head of the document. Embedded styles affect only the tags on the page they are embedded in.
    <style type="text/css">
    p { color: #00f; }
    </style>
  • external styles
    External styles are styles that are written in a separate document and then attached to various Web documents. External style sheets can affect any document they are attached to.
    <link rel="stylesheet" type="text/css" href="styles.css" />
Link: http://webdesign.about.com/od/css/qt/aatypesofcss.htm

Syrell Calabag, signing off..

No comments:

Post a Comment