Questions

HTML questions

Choose a question page, learn the concept, then test your understanding with a quiz.

How to Offset HTML Anchors for a Fixed Header Using CSS and JavaScript

Learn how to offset in-page HTML anchors for fixed headers using CSS scroll-margin, pseudo-elements, and JavaScript fallbacks.

htmljavascriptcssanchor

How to Open a Link in a New Tab in HTML

Learn how to open an HTML link in a new tab using target="_blank", plus security tips, examples, and common mistakes.

htmltabshyperlinkwindow

How to Parse and Process HTML/XML in PHP

Learn how to parse HTML and XML in PHP, extract data safely, and choose between DOMDocument, SimpleXML, and XPath.

htmlphpxmlxml-parsing

How to Play Audio in JavaScript for HTML5 Games

Learn how to play audio in JavaScript for HTML5 games using the Audio API, events, looping, and practical game-ready examples.

htmljavascripthtml5-audio

How to Prevent Buttons from Submitting Forms in HTML and JavaScript

Learn why buttons submit forms by default and how to stop it using button types, events, and JavaScript in HTML forms.

htmljavascript

How to Prevent Form Submission on Enter in HTML, JavaScript, and jQuery

Learn how to stop forms from submitting when users press Enter using HTML, JavaScript, and jQuery with examples and common pitfalls.

htmljqueryformsform-submit

How to Prevent Parent Collapse with Floated Elements in CSS

Learn why floated children make parent elements collapse in CSS and how to fix it using clearfix, overflow, and modern layout methods.

htmlcsslayoutcss-float

How to Redirect One HTML Page to Another on Load in HTML and JavaScript

Learn how to redirect one HTML page to another on load using HTML and JavaScript, with examples, pitfalls, and real-world usage.

htmlhttp-redirecthtml-meta

How to Reformat HTML in Sublime Text 2

Learn how to reformat and prettify HTML in Sublime Text 2 using packages, indentation tools, and practical formatting workflows.

htmlsublimetext2sublimetextindentation

How to Remove Bullets from an Unordered List in CSS

Learn how to remove bullets from an unordered list using CSS, with simple examples, common mistakes, and practical usage tips.

htmlcss

How to Right-Align a Flex Item in CSS Flexbox

Learn how to right-align a flex item in CSS Flexbox using auto margins and alignment techniques instead of absolute positioning.

htmlcssflexbox

How to Run JavaScript After Page Load in JavaScript

Learn how to execute JavaScript after HTML loads using DOMContentLoaded, load, and script placement with practical examples.

htmljavascriptdomdom-events

How to Scroll a Div to the Bottom in JavaScript for Chat UIs

Learn how to scroll a div to the bottom in JavaScript, including auto-scroll behavior after AJAX updates in chat interfaces.

htmljavascriptajaxchat

How to Select Elements by Name in jQuery

Learn how to select elements by name in jQuery using attribute selectors, with examples, mistakes to avoid, and practical use cases.

htmljavascriptjquerydom

How to Select an Element with Multiple Classes in jQuery

Learn how to select elements with multiple classes in jQuery using combined class selectors, examples, mistakes, and real use cases.

htmljquerycssjquery-selectors

How to Set Email Subject and Body with mailto: Links

Learn how to use mailto: links to prefill email subject and body, including syntax, examples, limitations, and common mistakes.

htmlemailmailto

How to Set Table Cell Padding and Spacing in CSS

Learn how to replace HTML table cellpadding and cellspacing with modern CSS using padding and border-spacing.

htmlcsshtml-tablealignment

How to Set a Default Selected Option in an HTML Select Element

Learn how to set the default selected option in an HTML select element using selected, option values, and JavaScript.

htmlhtml-select

How to Store JavaScript Objects in localStorage and sessionStorage

Learn why localStorage stores strings only and how to safely save and retrieve JavaScript objects using JSON.stringify and JSON.parse.

htmljavascriptlocal-storage

How to Style a Checkbox Using CSS

Learn why checkbox styling is limited by default and how to customize checkboxes with CSS using practical beginner-friendly examples.

htmlcsscheckbox

Page 4 of 6 - 105 questions