HTML void elements
The concept of void elements in HTML and how they differ from self-closing tags in XML, XHTML, and SVG. Highlighting, syntax, and parsing differences.
Collection of publications tagged with 'web development'.
The concept of void elements in HTML and how they differ from self-closing tags in XML, XHTML, and SVG. Highlighting, syntax, and parsing differences.
Introdution to arrays in JavaScript, covering their basic syntax, accessing elements, modifying elements, getting the length, and various array methods.
Introdution to variables in JavaScript using let and const and the differences between them and var. Naming conventions, best practices, data types.