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 tutorials:

    1. An Introduction to JavaScript Event Listeners for Web Designers

      An Introduction to JavaScript Event Listeners for Web Designers

      Tutorial Beginner

      With JavaScript event listeners, you can add dynamic functionality to your web page. You can react to events taken place on the page–for instance, you can...

    2. HTML Element: canvas

      HTML Element: canvas

      Tutorial Beginner

      The HTML canvas element allows you to create interactive graphics on a web page using JavaScript. It provides a drawing surface for JS code to create dynamic...

    3. HTML Element: table

      HTML Element: table

      Tutorial Beginner

      table is an HTML element that displays data in tabular format. HTML tables use rows and columns to make data and relationships easy to interpret.

    4. Vertical and Horizontal Scrolling With fullPage.js

      Vertical and Horizontal Scrolling With fullPage.js

      Tutorial Beginner

      These days more and more sites are designed based on the single-page approach (known as single-page or one-page sites). In this tutorial, we’ll explore how...

    5. HTML Element: col

      HTML Element: col

      Tutorial Beginner

      The HTML col element defines a column within a table, and is often used in combination with the colgroup element. It is used to apply properties to all cells...

    6. HTML Element: bdo

      HTML Element: bdo

      Tutorial Beginner

      The HTML bdo element is used to override the current directionality of text, which can be helpful in cases where content needs to be displayed in a direction...

    7. HTML Element: colgroup

      HTML Element: colgroup

      Tutorial Beginner

      The HTML colgroup element defines a group of columns within a table. It is used to specify properties for a column or a group of columns in a table using the...

    8. HTML Element: caption

      HTML Element: caption

      Tutorial Beginner

      The HTML caption element represents the title of a table and must be the first child of a table element. A caption can introduce context for a table, making...

    9. fullPage.js and Animate.css: the Perfect Combination for Scroll Animations

      fullPage.js and Animate.css: the Perfect Combination for Scroll Animations

      Tutorial Beginner

      In this tutorial, I’ll show you how to create scroll-based animations with fullPage.js and Animate.css—a cross-browser library of CSS animations.

    10. Make A FullScreen Button with JavaScript (for Video and Other HTML Elements)

      Make A FullScreen Button with JavaScript (for Video and Other HTML Elements)

      Tutorial Intermediate

      In this tutorial, you’ll learn how to make an element enter fullscreen mode on any browser using the JavaScript FullScreen API.

    11. CSS Property: position

      CSS Property: position

      Tutorial Beginner

      The position property in CSS is like a magician’s wand that allows you to control the placement of an element on a web page. It lets you decide how an...

    12. 17+ Best New HTML Templates for Your Blog

      17+ Best New HTML Templates for Your Blog

      Tutorial Beginner

      Looking for blog website templates to start your next project? In this roundup I’ll show you some of the best new HTML templates for your blog, available...