Amrendra Singhamrendrasingh.hashnode.dev·Feb 5, 2025"HTML Basics: Your Gateway to Web Development"🔗I am initiating this series of daily posts to enhance my writing skills through regular practice. I will share essential knowledge and concepts necessary for embarking on a journey in web development to become a Full Stack Web Developer. I will provi...HTML5
akshay Rawalakshay-rawal.hashnode.dev·Jan 23, 2025CSS Basics: Styling the WebCSS (Cascading Style Sheets) is the language used to style HTML documents, giving life and design to otherwise plain webpages. Whether it's changing colors, positioning elements, or creating layouts, CSS provides developers with the tools needed to b...CSS
akshay Rawalakshay-rawal.hashnode.dev·Jan 21, 2025How to Create Forms in HTML: A Beginner’s GuideForms are an important part of web development, it allows users to interact with websites by submitting data. It’s an essential skill to understand how to create form in HTML, whether it's a login form, registration form, or a simple search bar. In t...10 likesHTML
Anmol singhjavascript-part-2.hashnode.dev·Jan 16, 2025Step-by-Step Guide to Linking JavaScript with HTMLLinking JavaScript Files with HTML JavaScript is a powerful language that adds interactivity and functionality to web pages. To effectively use JavaScript in your projects, you need to link your JavaScript files to your HTML files. This blog will gui...Linking JavaScript Files with HTML
Siddharth Rukadikarrukadikarsiddharth.hashnode.dev·Jan 15, 2025Css GridCSS GRID INRODUCTION : CSS GRID LAYOUT IS A TWO DIMENSIONAL LATOUT AS COMPARED TO THE FLEX WHICH WAS A ONE DIMENSIONAL LAYOUT SYSTEM. GRID PROPERTY IN CSS WAS INTRODUCED TO SOLVE THE LAYOUT PROBMLEM IN WEB PAGES BY DEFAULT THE GRID PROPERTY IN CSS BE...HTML CSS JAVASCRIPT
Siddharth Rukadikarrukadikarsiddharth.hashnode.dev·Jan 15, 2025CSS-Flex BoxFLEXBOX: Flexbox is a layout system in CSS that helps you create flexible and responsive layouts. It makes it easy to align and distribute elements within a container, even when their sizes are unknown or dynamic. The property of Flexbox in CSS can b...Hashnode
Bran Livinstonbranlivinston.hashnode.dev·Dec 31, 2024Why Web Development?Web development is the backbone of the modern digital landscape, powering the websites, applications, and services that drive businesses, connect people, and inspire innovation. From creating user-friendly interfaces to building robust back-end syste...Web Development
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 ...444 readsHTML5