Learn HTML

Learn how to create the backbone of any website with our HTML tutorials. Start from scratch or brush up on the latest features and best practices.

All HTML tutorials:

  1. A Simple Parallax Scrolling Technique

    A Simple Parallax Scrolling Technique

    Tutorial Intermediate

    Parallax scrolling is an interesting technique, where, as you scroll, the background images translate slower than the content in the foreground, creating the...

  2. Why You Should Add Authorship Information to Your Website

    Why You Should Add Authorship Information to Your Website

    Tutorial Beginner

    Authorship information is becoming increasingly important. It's easy to implement and it can give your website a real boost in exposure. In this article...

  3. Quick Tip: Utilizing Normal Document Flow

    Quick Tip: Utilizing Normal Document Flow

    Tutorial Beginner

    Layouts can be one of the trickiest things to master when it comes to CSS, though they're undeniably one of the most important. In this Quick Tip we're going...

  4. Super Simple Lightbox With CSS and jQuery

    Super Simple Lightbox With CSS and jQuery

    Tutorial Beginner

    Rather than using a bloated plugin that has features you’ll never use, this tutorial shows you how to create a super simple lightbox for handling images....

  5. Using OpenLayers with GeoNames WebServices

    Using OpenLayers with GeoNames WebServices

    Tutorial Intermediate

    In this tutorial, I'll show you how to use OpenLayers, a simple to use open source JavaScript library to load, display, and render maps, with the...

  6. Building a "Coming Soon" Page With HTML and LESS

    Building a "Coming Soon" Page With HTML and LESS

    Tutorial Intermediate

    Having designed our Coming Soon page in Photoshop, let's now kick off the build process with some markup and styling. We'll speed up the whole process by...

  7. Develop Your First Game in Canvas From Start to Finish

    Develop Your First Game in Canvas From Start to Finish

    Tutorial Intermediate

    Whether you're taking part in the discussion, or reading articles about it, you must be aware that, even though it's still a specification, HTML5 is ready to...

  8. Getting Started With Scalable Vector Graphics (SVG)

    Getting Started With Scalable Vector Graphics (SVG)

    Tutorial Beginner

    As a web designer it's high time you knew how to implement SVG (Scalable Vector Graphics) into your websites. Let's now take a look at the basics of SVG, as...

  9. Twitter Bootstrap 101: The Carousel

    Twitter Bootstrap 101: The Carousel

    Tutorial Beginner

    One of Twitter Bootstrap's many handy features is a pleasing sliding carousel for featuring images and content! Setup is not difficult. It requires some...

  10. Markdown: The Ins and Outs

    Markdown: The Ins and Outs

    Tutorial Beginner

    Markdown is a shockingly simple markup language that allows you to write, using an easy-to-read, easy-to-write, plain text format. This format can then, in...

  11. Perfectly Rotate and Mask Thumbnails With CSS3

    Perfectly Rotate and Mask Thumbnails With CSS3

    Tutorial Beginner

    Ever seen a website showcasing image thumbnails that are slightly rotated? It's a simple effect that adds a layer of visual personality. Saying that, if...

  12. Create a Customized HTML5 Audio Player

    Create a Customized HTML5 Audio Player

    Tutorial Intermediate

    During this tutorial I'm going to be introducing you to HTML5 audio and showing you how you can create your own player.