Learn HTML/CSS

Learn the fundamentals of web design with our HTML and CSS tutorials. Build landing pages, apps, websites, and more, with animations and other advanced effects.

Getting started with HTML/CSS

  • Design and Code Your First Website in 9 Easy-to-Understand Steps

    Design and Code Your First Website in 9 Easy-to-Understand Steps

    Nathan Umoh
  • HTML & CSS for Beginners (MEGA Free Course!)

    HTML & CSS for Beginners (MEGA Free Course!)

    Adi Purdila
  • All HTML/CSS content:

    1. Working with Classes and IDs Generated By WordPress

      Working with Classes and IDs Generated By WordPress

      Tutorial Beginner

      A helpful feature of WordPress is the way it generates classes and IDs. Some of these are generated by the system itself, while in other cases you insert...

    2. Using CSS Preprocessors With WordPress - LESS Structures

      Using CSS Preprocessors With WordPress - LESS Structures

      Tutorial Intermediate

      In the first part of the series I gave a quick overview of the popular preprocessors LESS and SASS. I also covered the frameworks they are usually associated...

    3. Using CSS Preprocessors With WordPress - What Are They?

      Using CSS Preprocessors With WordPress - What Are They?

      Tutorial Intermediate

      I've been working with WordPress for three years, but it wasn't until a year ago that I got serious about WordPress development. Specifically, I'm passionate...

    4. Creating a Mobile Event Calendar With DHTMLX

      Creating a Mobile Event Calendar With DHTMLX

      Tutorial Beginner

      This tutorial describes how to build an HTML5-based mobile calendar to track conferences and events that run on iOS and Android phones using a mobile version...

    5. Creating an Image-Based Archive Page: Styling

      Creating an Image-Based Archive Page: Styling

      Tutorial Intermediate

      In Part 1 of this tutorial you learned how to create a template file for a custom post type in order to display featured images and titles for each post. You...

    6. Cross-Platform Sass and Compass in WordPress

      Cross-Platform Sass and Compass in WordPress

      Tutorial Beginner

      I find it particularly interesting when other developers share their workflow tips and tricks. It can be very helpful to take a sneak-peak into somebody...

    7. jQuery Succinctly: HTML Forms & jQuery

      jQuery Succinctly: HTML Forms & jQuery

      Tutorial Intermediate

      Disable/Enable Form Elements Using jQuery, you can easily disable form elements by setting the disabled attribute value of a form element to disabled. To...

    8. Building a Mobile First Responsive WordPress Theme

      Building a Mobile First Responsive WordPress Theme

      Tutorial Intermediate

      Theme building is at the heart of WordPress. It's the technique you use to build bespoke websites for yourself or your clients and it's a vital skill for...

    9. Source Maps 101

      Source Maps 101

      Tutorial Intermediate

      In today's modern workflow, the code that we author in our development environments is considerably different from the production code, after running it...

    10. Lessons Learned from Building Shopify Themes

      Lessons Learned from Building Shopify Themes

      Tutorial Beginner

      I first used Shopify not long after it launched in 2006. I loved that it was a simple to use and competitively priced hosted e-commerce platform. But above...

    11. 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...