shlogg · Early preview
Matheus Fernandes @xtirian

HTML Basics For Web Development

Learn HTML basics: DOCTYPE declaration, main elements (<html>, <head>, <body>), opening & closing tags, and essential metadata like charset, viewport, title, and links.

Course Objectives

In this module, you will learn about the basic structure of an HTML document, including:

The doctype declaration (<!DOCTYPE html>)
The main elements (<html>, <head>, <body>)
Important elements within the <head>: <title>, <meta>, and <link>
How opening and closing tags work.



  
  
  1. What is HTML?

Just a remind, HTML (HyperText Markup Language) is the language used to create web pages. It provides the structure of the page and defines the content that will be displayed in the browser. Each HTML page is composed of a set of "tags" that organize and structure the content...