DM 250 Week 1 - The Internet, XHTML, & CSS

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    1 Favorite

    DM 250 Week 1 - The Internet, XHTML, & CSS - Presentation Transcript

    1. The Internet, HTML & CSS NO MORE CONFUSION Photo by emagic
    2. THAT’S NOT THE INTERNET!
    3. IT’S NOT A TRUCK EITHER Senator Ted Stevens -- 2006 Photo by beardenb
    4. The Internet A SERIES OF TUBES It’s just a giant network.
    5. The Internet A SERIES OF TUBES It’s just a giant network. The Word Wide Web is something different.
    6. Introducing the World Wide Web
    7. What is <HTML>? HTML is a computer language devised to allow website creation. These websites can then be viewed by anyone else connected to the Internet. -- HTMLSource Graphic by itspaulkelly
    8. HyperText
    9. HyperText Markup
    10. HyperText Markup Language
    11. HTML Is the Foundation of a Web Page
    12. BUT <b>how</b> does it <i>work</i>? Photo by Rutty
    13. XHTML eXtensible HyperText Markup Language
    14. html <tags> Photo by Jesper
    15. <b>bold</b> <i>italic</i> <p>Paragraph text.</p> Photo by Jesper
    16. Why Is XHTML Better? Photo by Travelin Libarian
    17. Why Is XHTML Better? • It’s Strict. Photo by Travelin Libarian
    18. Why Is XHTML Better? • It’s Strict. • Helps you avoid cross-browser compatibility issues. Photo by Travelin Libarian
    19. Why Is XHTML Better? • It’s Strict. • Helps you avoid cross-browser compatibility issues. • It makes you cool. Photo by Travelin Libarian
    20. Introducing .css { font-size: 36px; color: green; font-weight: bold; text-align: left; } img#lolcat{ height: 640px; width: 539px; border: none; }
    21. Cascading
    22. Cascading Style
    23. Cascading Style Sheets
    24. <html> <p class=“redText”> This text is red with CSS styling it. </p> </html>
    25. <style> p.redText { color: red; } </style> <html> <p class=“redText”> This text is red with CSS styling it. </p> </html>
    26. <style> p.redText { color: red; } </style> <html> <p class=“redText”> This text is red with CSS styling it. </p> </html>
    27. <style> p.redText { color: red; } </style> <html> <p class=“redText”> This text is red with CSS styling it. </p> </html> This text is red with CSS styling it.
    28. Anatomy of an XHTML Document Doctype Head Body
    29. Document Type Definition AKA: DTD or Doctype For Example: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    30. Let’s Create an XHTML Skeleton Phote by: an_untrained_eye

    + Joel GoodmanJoel Goodman, 2 months ago

    custom

    335 views, 1 favs, 2 embeds more stats

    Introduction to Internet/Web, HTML, CSS. Made for m more

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 335
      • 307 on SlideShare
      • 28 from embeds
    • Comments 0
    • Favorites 1
    • Downloads 21
    Most viewed embeds
    • 26 views on http://joel.thegoodmanblog.com
    • 2 views on https://online.greenville.edu

    more

    All embeds
    • 26 views on http://joel.thegoodmanblog.com
    • 2 views on https://online.greenville.edu

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories