Skip to main content

4 docs tagged with "scope"

View all tags

Creating Complex HTML Tables

Master the creation of complex HTML tables by learning how to use the rowspan and colspan attributes to merge cells, and the scope attribute for improved accessibility.

CSS Variables (Custom Properties)

Learn how to use CSS Custom Properties (Variables) to define reusable values for colors, fonts, spacing, and more, enabling easier maintenance and dynamic theming.

Debugging in JavaScript

In this tutorial, you will learn how to debug JavaScript code in the browser using the Chrome DevTools. We will cover the basics of debugging, including breakpoints, console, sources, call stack, watch, scope, network, performance, memory, profiling, and code coverage.

Table Attributes (Focus on Accessibility)

Learn about modern and legacy HTML attributes for tables. This tutorial focuses on essential accessibility attributes (id, headers) and discourages the use of deprecated styling attributes.