Skip to main content

3 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.

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.

Variable Scopes in JavaScript

Learn about variable scopes in JavaScript, including global, local, and block scopes, and how they affect variable accessibility.