Saurav Swainsauravswain.hashnode.dev·Jun 28, 2024Understanding HTML: A Quick Start GuideIntroduction HTML ( Hyper Text Markup Language) is a standard markup language use to create the structure/ backbone of every web page in the internet. HTML uses a system of tags to denote different element like headings, paragraphs, links, image, and...Discuss·11 likesHTML5
Grace Okorontaruchy20.hashnode.dev·Mar 8, 2024W3C: The World Wide Web ConsortiumWhat does the World Wide Web Consortium do? The main task of W3C is to define the technical standards and specifications that describe the fundamental technologies of the World Wide Web. Web-related technologies such as HTML (Hypertext Mark-up Langu...Discuss#w3c-for-developers
Aamina Stechbyabeginner.hashnode.dev·Mar 1, 2024Technology Standardization and Web StandardsTechnology standardization is the reason that our web experience is so seamless, we can switch from diverse platforms and still feel at ease. From the seamless rendering of web pages to the interoperability of mobile apps, adherence to standardized p...Discussw3c
Sean Coughlinblog.seancoughlin.me·Jan 15, 2024Exploring WebAssembly: The Future of Web DevelopmentIntroduction In the evolving landscape of web development, a groundbreaking technology has emerged, revolutionizing how we build and deploy web applications: WebAssembly (WASM). This game-changing standard is not just another tool in the developer's ...Discuss·3 likes·29 readsWeb DevelopmentWebAssembly
Camille Briandcamillebriand.hashnode.dev·Nov 3, 2023TIL: It is not possible to use overflow-x: scroll and overflow-y: visible at the same timeOn several browsers, using the visible value for the overflow-x or overflow-y properties will not behave as expected as soon as you specify any other value than visible for the other overflow property. In such cases, the visible is silently overridde...Discuss·30 readsCSS
Fruitful Ejirofruitfulejiro.hashnode.dev·Sep 10, 2023Understanding the Importance of Web StandardsWeb Standards are the foundational design principles for creating a unified and seamlessly interconnected digital world. They are implemented within web browsers, blogs, search engines, and other software that shape our online interactions and encoun...Discuss·36 likes·48 readsWeb Standards
Vincent “jose” Michukivincentmichuki.hashnode.dev·Jun 24, 2023Web Accessibility: Tips, Best PracticesWeb accessibility is crucial for creating an inclusive and user-friendly website for individuals with disabilities. With over 1 billion people globally and 53 million in the United States living with disabilities, addressing their needs is not only e...DiscussAccessibility
Austine Jack Wereajackwere.hashnode.dev·Jun 12, 2023Proofreading/Editing your HTML/CSS filesNeed help reviewing or editing your HTML or CSS file? After a busy day of writing hundreds of lines of code, you may find yourself overwhelmed and unable to identify bugs or errors in your CSS or HTML files. But worry no more! I have discovered a hel...Discussw3c
InclusiveDocsforInclusiveDocs Blogblog.inclusivedocs.com·Sep 12, 2019How the DAISY Standard and the World Wide Web Consortium (W3C) Work TogetherPlayers in all areas of publishing including trade publishing, independent publishing, and non-traditional publishing such as publishing internally within corporations, or university presses, all understand that there is a need for published content ...Discussw3c
InclusiveDocsforInclusiveDocs Blogblog.inclusivedocs.com·May 9, 2019The WCAG Four Foundational Principles of Accessibility – A Closer LookThe Web Content Accessibility Guidelines (WCAG) are part of a series of web accessibility guidelines published by the Web Accessibility Initiative (WAI) of the World Wide Web Consortium (W3C), which is the main international standards organization fo...Discuss#WCAG