Web Development from Scratch: External Stylesheets
basix

Web Development from Scratch: External Stylesheets

Tutorial Details
  • Difficulty: Beginner
  • Format: Video
This entry is part 6 of 15 in the Web Development from Scratch Session
« PreviousNext »

In this lesson, we’ll review the process of creating and linking to external CSS stylesheets. We’ll discuss why this is preferable to using inline styling.

Subscribe to our YouTube and Blip.tv channels to watch more screencasts.

Add Comment

Discussion 21 Comments

  1. Nick says:

    Wow! jeffrey, many many thanks for this great series. A couple of days ago I started researching what I might need to learn web design and developement. And this is exactly it. A couple of days ago I didn’t have a clue, but your very clear and basic teaching is exactly what I need. You are a very good at teaching, after watching your lessons coding doesn’t quite seem so scary!

    Thanks again I am looking forward to learning more.

  2. Potado says:

    Thanks for uploading this to youtube. The normal player is very buggy for me.

  3. Ace says:

    Awesome session, keep it coming! :)
    I love your way of teaching!

    Love the video, much better than simple text!

  4. Yuri says:

    GREAT!)

  5. kelvos says:

    Thanks Jeffrey !!!!!!!

    You are the master of your craft sir!!!!!!!!

  6. GeoffW says:

    Nice work Jeffrey. Great introduction in an easy to understand format, and extremely well delivered.

    Thanks!

  7. DG says:

    Great tutorials, really helpful and simple to understand.

    One thing though, if you could zoom in every now and then on the CSS page as i cannot see what your typing out in there from the normal distance.

    Thanks!

  8. All says:

    i can’t link my Css to my Html i use note pad ++ and i tried to open my html with chrome, firefox and IE.
    both files are in the same folder.
    this is my Html

    TestTry1

    hallo
    Hallo
    Du text En exemple

    and this is my css

    h1{
    color: red;
    font-size: 50px;
    margin: auto;
    }

    can any one help me?

  9. josephnicklo says:

    Thanks so much for this series! It’s helped a lot so far. Anxiously awaiting the next session!

  10. Becky says:

    Is it just me or does the element article not work in notepad++ ?

    • Avery says:

      Hey Becky,

      I’m using Notepad++ on Windows XP and the CSS wasn’t being fully applied to the article element. I tried using the div element and the accompanying CSS and that worked fine. Must just be a bug, just thought i’d let you know you’re not the only one having the issue.

  11. Keep it up, with this series I am starting to wonder why anyone would go to school when you have provided more knowledge in these videos than most books that I have read on html/css

  12. Rasha says:

    Hi , I think you need to zoom your screen or record on full screen , because i can’t see well what are you doing :)
    thanks

  13. Mikalai says:

    I wonder is there a windows html/css editor with Espresso’s “Live Preview” feature shown in this video?

  14. Tugce says:

    You are amazing!

  15. JanDirk says:

    SOOO AWESOME HELP. I love these HTML and CSS tutorials. Can’t wait to study this for a 3rd time :D

    Thanks a thousand Jeffrey Way!

  16. sumit says:

    Can’t get any better professional assistance elsewhere. Jeff is the best!!

  17. Nik says:

    I’m pulling my hair out trying to link the div or article elements through E-TextEditor. It works fine for h1, but that’s it. Am I missing something? Soooooo frustrating

Add a Comment

To add a code snippet to your comment, please wrap your code like so: <pre name="code" class="html">YOUR CODE</pre>. You can replace the class name with "js," "css," "sql," or "php." If there are any "<" or ">" within your code, please search and replace them with: &lt; and &gt; respectively.