#html
Study materials by tag "html" from expert practitioners. Current articles and useful tips for development.
Articles with tag "#html"
All materials on the topic html
Semantic HTML5 Tags
Semantic tags describe the meaning of content, not just its appearance. A browser won't visually distinguish <div> from <article> —...
Links and Images in HTML
Links and images are two elements that make the web what it is. The <a> tag connects pages together; <img>...
What is HTML
HTML is a markup language that tells the browser how to interpret a page's structure. It doesn't program logic —...
HTML Lists
Lists are one of the most common markup elements. Navigation menus, post tags, how-to steps, glossaries — all of these...
Basic HTML Tags
Tags are the building blocks of every HTML page. Knowing the core tag set lets you mark up most content:...
Browser DevTools for HTML and CSS
DevTools is the built-in developer tool in every modern browser. It lets you see a page's structure, change HTML and...
HTML Form Validation
Browsers can validate form data before it's sent to the server — without a single line of JavaScript. Built-in validation...
HTML Forms
A form is the primary way to collect data from users: logins, search queries, comments, settings. Understanding HTML forms also...
Similar tags
Study related topics
Looking for more on the topic?
Study all our materials or subscribe to updates