Quick Links

HTML

Welcome to the dedicated HTML section. This page contains all of the HTML elements that I have understood and used so far on my journey into web design.

Tables

Tables help us to structure data and display it in an easy to digest format.

First Column Second Column Third Column
Row 1 - Cell 1 Row 1 - Cell 2 Row 1 - Cell 3
Row 2 - Cell 1 Row 2 - Cell 2 Row 2 - Cell 3

Forms

Forms allow us to collect an input from a user and perform an action with their input.