illustration for Create and Deploy a Basic Static HTML Website

Create and Deploy a Basic Static HTML Website

Instructor

Chris Achard
27m closed-captioning
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
3.8
25
people completed
Bookmark
Download
RSS

This course will walk you through the entire process for creating and deploying your first Static HTML Site.

You will learn HTML (HyperText Markup Language), the language common to every website. HTML describes the basic structure and content of a web page. If you want to build a website or web application, you'll need to know HTML.

Additionally, you will learn how to make your website responsive using CSS media queries, add custom emojis, animations, and a "Tweet" button.

To finalize the course, you will learn how to deploy and host your Static HTML Site with Netlify, a powerful service that automates builds, deployments, and manages your websites and web apps.

Free Community Resource

A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.

What you'll learn

  • Getting Started with HTML
  • Global Structure of an HTML Document
  • Structuring Your Content
  • CSS Media queries
  • SVG Basics
  • Making Changes to the DOM
  • Deploying on Netlify

Course Content

27m • 11 lessons

    You might also like these resources:

    illustration for Build An Eleventy (11ty) Site From Scratch

    Build An Eleventy (11ty) Site From Scratch

    Stephanie Eckles・19m・Course

    Start from a blank project and build up to an Eleventy site that includes a blog collection and is prepared to source content from a headless CMS. You'll also learn how to add Sass as the styling solution, complete with triggering 11ty to re-compile when the Sass changes.

    illustration for CSS Fundamentals

    CSS Fundamentals

    Tyler Clark・33m・Course

    Even the most experienced developer can learn something new when it comes to using and understanding how the browser interprets CSS. In this course, we will slowly style a website according to a mocked image.