class
JS Classes
ES6, also known as ECMAScript2015, introduced classes. A class is a type of function, but…
Events and Actions
jQuery is tailor-made to respond to events in an HTML page. What are Events? All…
Syntax and Selectors
With jQuery you select (query) HTML elements and perform “actions” on them. jQuery Syntax The…
HTML Global Attributes
HTML attributes give elements meaning and context. The global attributes below can be used on any HTML…
HTML and JavaScript
JavaScript makes HTML pages more dynamic and interactive. The HTML <script> Tag The <script> tag is used…
CSS Selectors
What Are CSS Selectors? CSS selectors are used to “find” (or select) the HTML elements…