Lesson 3: Text Basics (Headings and Paragraphs)
When you write a document in Microsoft Word, you use different font sizes to show what is a title and what is a body of text. In HTML, we do this using Semantic Tags....
When you write a document in Microsoft Word, you use different font sizes to show what is a title and what is a body of text. In HTML, we do this using Semantic Tags....
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...
If you’ve ever wanted to build a website, you’ve probably heard of HTML. But what exactly is it? At Coding Learners, we like to explain it using the “Building” analogy. If a website were...
Lens for Laravel Brings WCAG Auditing to Your Local Dev Workflow Accessibility is easy to overlook during development, and regressions are hard to catch in code review. Lens for Laravel, created by Jakub Lipiński, is...
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...
Laravel Artisan Browse Browse and Execute Artisan Commands from an Interactive TUI If you’ve ever blanked on the exact syntax of an Artisan command mid-session, Artisan Browse by Josh Embling gives you an interactive terminal interface...
Not all of this is like absolutely brand spanking new just-dropped-in-2024 stuff. Some of it is, but generally it’s relatively new stuff that’s all pretty great. I’m pointing things out that I think are really worth knowing about....
Modern HTML (HTML5 and2025 updates) focuses on enhanced native interactivity, reducing JavaScript dependencies via the Popover API and HTML Invoker Commands, improved semantic structure with the inert attribute for dialogs, and better media handling. These features improve accessibility and...