Andrew Arhangelskife-dev.hashnode.dev·Dec 6, 2024Building an Accessible Front End: A Journey Towards Inclusive Web DesignCreating an accessible front end is not just about meeting legal requirements or checking off boxes; it's about making sure every user can fully engage with and enjoy our applications. Accessibility empowers individuals with diverse needs, whether th...Frontend Development
Aman Kumaramankumarblog.hashnode.dev·Dec 5, 2024My Journey to Build a Responsive WebsiteAs a web designer, I’ve always been inspired by the creative, high-quality websites featured on Awwwards — a platform that celebrates exceptional web design. To take my skills to the next level, I set out to build a responsive website that mimics the...Responsive Web Design
Payal Porwalcodeswithpayal.hashnode.dev·Nov 16, 2024Comprehensive Guide to HTML Tags with Attributes and ExamplesHTML (HyperText Markup Language) is the foundation of web development, allowing developers to create structured documents. This guide covers every HTML tag, all its attributes, and their usage with examples. The language is crafted to ensure clarity ...416 readsHTML5
Kartikkartikshukla.hashnode.dev·Oct 30, 2024Basics of Web Developement!💪You’ve probably heard of HTML, CSS, and JavaScript — the three pillars of web development. If you're a beginner in web dev, don't worry! Here, I’ll share everything I’ve learned(and learning) on my journey from scratch to advanced concepts. Let’s sta...11 likesHTML5
Vivekheyvivek.com·Oct 12, 2024🛠️ Understanding CSS At-rule Prefixes: Customizing Your Styles with Advanced CSS 🎨💻When it comes to writing CSS, most developers are familiar with standard properties like color, margin, and padding. But there’s a powerful part of CSS that often goes under the radar: At-rule Prefixes. These prefixes allow you to define custom behav...11 likes·31 readscss prefix
Shivani Patelpatelshivani.hashnode.dev·Oct 8, 2024Understanding HTML Computer Code ElementsIn web development, presenting code snippets or programming examples clearly is crucial for enhancing readability and comprehension. HTML provides specific elements designed to format and display code effectively. In this blog post, we’ll explore the...HTMLHTML5
Shivani Patelpatelshivani.hashnode.dev·Oct 8, 2024Mastering HTML for Responsive Web DesignResponsive web design (RWD) is a fundamental approach to web development that ensures websites function well on various devices and screen sizes. With the growing diversity of devices—from smartphones to tablets to desktop computers—creating flexible...HTMLHTML5
Shivani Patelpatelshivani.hashnode.dev·Oct 8, 2024Mastering HTML Layout Elements and TechniquesCreating a well-structured and visually appealing web layout is fundamental in web development. HTML layout elements provide the building blocks for organizing content on a webpage, ensuring it is accessible and responsive. In this blog post, we’ll e...HTMLHTML5
Shivani Patelpatelshivani.hashnode.dev·Oct 8, 2024Understanding HTML File PathsWhen building a website, understanding how to reference files correctly is essential. File paths in HTML are crucial for linking to resources like images, stylesheets, scripts, and other HTML documents. This guide will cover the different types of fi...HTMLHTML5
Shivani Patelpatelshivani.hashnode.dev·Oct 8, 2024Understanding HTML IframesIframes, or inline frames, are an essential feature of HTML that allow you to embed another document within the current HTML document. They offer a variety of applications, from displaying external content to enhancing user experience. In this blog p...HTMLHTML5