28th January 2020 at 09:49
A web developer explains why they prefer HTML and CSS over static design tools like Figma for core design work, while acknowledging the latter's benefits for stakeholder collaboration.
A web developer explains why they prefer HTML and CSS over static design tools like Figma for core design work, while acknowledging the latter's benefits for stakeholder collaboration.
A guide to the various methods for hiding elements in web development, covering HTML, CSS, accessibility, and animation considerations.
An introductory article explaining what JavaScript is, its benefits, and how to use it in HTML for web development.
Explains five core CSS selector methods for targeting HTML elements, including class, ID, and attribute selectors.
An introductory guide explaining HTML (HyperText Markup Language), its core concepts, and basic syntax for building webpages.
An introductory guide explaining the basics of the World Wide Web, websites, web servers, clients, and the difference between static and dynamic sites.
Highlights from Chrome Dev Summit 2019, covering upcoming HTML form improvements, new CSS features like :is() and logical properties.
A guide for aspiring web developers on choosing programming languages, covering essential frontend (HTML, CSS, JavaScript) and backend options.
Explains the roles of HTML, CSS, and JavaScript in web development using a house analogy to illustrate structure, style, and behavior.
A satirical dialogue highlighting developer resistance and misconceptions about implementing web accessibility standards.
A tutorial on recreating the Apple Music playback header using HTML and CSS, focusing on layout with Flexbox and CSS Grid.
Explores the evolution of the World Wide Web from a simple 'Web of Documents' to the complex 'Web of Applications' we use today.
A reflection on web development fundamentals, arguing for prioritizing accessibility, HTML, and CSS over JavaScript frameworks to build a web for everyone.
Argues that front-end developers must learn foundational HTML and CSS before JavaScript to build robust, maintainable applications.
A tutorial on building a functional calendar layout using CSS Grid, covering HTML structure and grid placement techniques.
Explores strategies for building a website that can last 100 years, focusing on static site generators, open-source software, and durable web standards.
An overview of multiple methods to implement accessible icon buttons, covering HTML semantics, ARIA attributes, and screen reader compatibility.
A technical guide exploring native HTML form elements and DOM APIs like document.forms for accessing and manipulating forms without frameworks.
A developer shares their experience rebuilding a personal website in 2019 using only HTML and CSS, avoiding complex build tools and dependencies.
A front-end developer's detailed thought process for building a responsive header component from a UI design, using HTML and CSS.