Learn To Code Blog

Lesson 8: HTML Tables (Organizing Data)

We’re wrapping up Phase 2! While many modern websites use “Flexbox” or “Grid” (which are CSS topics) for layout, HTML Tables are still the absolute best way to display structured data. An HTML table...

Lesson 2: The Essential HTML Boilerplate

In Lesson 1, we learned that HTML is the skeleton of a webpage. But before you start adding “bones” like headings and images, you need to set up the environment. In web development, we...

What We Know About Laravel 13

What We Know About Laravel 13 Laravel 13 is the next major release of the Laravel framework, scheduled for March 2026. This release will require PHP 8.3 as the minimum version and will follow...