click below
click below
Normal Size Small Size show me how
HTML
| Term | Definition |
|---|---|
| HTML Tags | |
| HTML Tags | |
| a | |
| body | |
| button | |
| div | |
| form | |
| h1 | |
| h2 | |
| h3 | |
| h4 | |
| h5 | |
| h6 | |
| img | |
| input | |
| ul | |
| li | |
| p | |
| span | |
| section | |
| link | |
| select | |
| option | |
| Semantic HTML Tags | |
| Non-Semantic HTML Tags | |
| section | |
| header | |
| footer | |
| article | |
| aside | |
| address | |
| main | |
| Block Level Elements | |
| Inline Elements | |
| Custom Attributes | |
| Global Attributes | |
| async | |
| checked | |
| class | |
| id | |
| href | |
| src | |
| disabled | |
| name | |
| type | |
| title | |
| alt | |
| Data Attributes | |
| data-* | |
| dataset | |
| getAttribute | |
| Media print | |
| Media all | |
| link media attribute | |
| onload media switch | |
| script | |
| async | |
| defer | |
| type module | |
| preload | |
| prefetch | |
| preconnect | |
| DOM | |
| CSSOM | |
| Render Tree | |
| Layout | |
| Paint | |
| reflow | |
| repaint | |
| composite | |
| CSR | |
| SSR | |
| Hydration | |
| Streaming SSR | |
| lazy loading | |
| Intersection Observer | |
| Critical Render Path | |
| localStorage | |
| sessionStorage | |
| cookies | |
| Cache API | |
| IndexedDB | |
| HTML | |
| DOM | |
| form | |
| name | |
| id | |
| label | |
| fieldset | |
| legend | |
| tabindex | |
| document | |
| body | |
| head | |
| Web Workers | |
| onmessage | |
| postmessage | |
| Service Workers | |
| PWA | |
| manifest.json | |
| βΈ» | |
| Events | |
| Event Listeners | |
| onchange | |
| onclick | |
| onfocus | |
| onkeydown | |
| onload | |
| Event Bubbling | |
| Event Capturing | |
| Event Delegation | |
| HTML URL Encoding | |
| ASCII Character Set | |
| Window Events | |
| Form Events | |
| Mouse Events | |
| Keyboard Events | |
| Accessibility | |
| Headings | |
| Alt Text | |
| Semantic Elements | |
| Descriptive Link Text | |
| Keyboard Accessibility | |
| Color Accessibility | |
| Form Accessibility | |
| ARIA roles | |
| Accessibility Tree | |
| HTML Entities | |
| < | |
| & | |
| Viewport Meta Tag | |
| picture | |
| autocomplete | |
| Web Components | |
| Custom Elements | |
| slot | |
| Shadow DOM | |
| attachShadow | |
| crossorigin | |
| srcset | |
| window | |
| alert | |
| setTimeout | |
| history | |
| location | |
| Security | |
| XSS | |
| CSRF | |
| CSP | |
| CORS | |
| fetch API | |
| Geolocation API | |
| History API | |
| pushState | |
| popState | |
| replaceState | |
| Document | |
| document.getElementById | |
| document.getElementsByClassName | |
| document.querySelector | |
| document.querySelectorAll | |
| document.addEventListener | |
| document.removeEventListener | |
| document.cookie | |
| document.createElement | |
| HTML Element | |
| element.addEventListener | |
| element.addEventListener capture | |
| element.removeEventListener | |
| element.attributes.length | |
| element.children | |
| element.click | |
| element.innerHTML | |
| element.getBoundingClientRect | |
| element.getElementsByClassName |