Skip to main content

Welcome to HTML

Welcome to the HTML tutorial at CodeHarborHub! If you've ever wanted to build your own corner of the internet, you are in the right place.

Ever wanted to build your own corner of the internet? You are in the right place.

HTML (HyperText Markup Language) is the very first step for every developer. It is the raw structure the bones of every website on the planet.

Why HTML First?

Before you can make a site look "cool" with CSS or "smart" with JavaScript, you must give it a structure.

FeatureThe AnalogyThe Tech
StructureThe Skeleton / BricksHTML
StyleThe Skin / PaintCSS
LogicThe Brain / ElectricityJavaScript
note

HTML is the DNA of the Internet. Every billionaire tech founder, every high-paid software engineer, and every creator started exactly where you are right now: Writing their first <h1> tag.

What will you learn?

In this module, we are going to:

  • Stop being just a consumer of the web.
  • Start being a creator.
  • Build a real website from scratch using just text.
No Math Required!

A common myth is that you need to be a math genius to code. False. If you can write a grocery list, you can write HTML.

The Developer's Toolkit

To follow along with these tutorials, you only need two things:

  1. A Browser: (Chrome, Firefox, or Brave).
  2. A Code Editor: We highly recommend VS Code. It’s free and used by pros.
Absolute Beginner Tip

You don't need a powerful computer to be a web developer. If your computer can run a web browser, it can run HTML!

Ready to Start?

Don't just read build. We have designed these tutorials to be hands-on. By the end of this tutorials, you will have built your very first Personal Portfolio Page.

Join the Community

Stuck on a tag? Found a bug in your code?

  • Join our CodeHarborHub Discord
  • Check out the Student Gallery for inspiration.