Nikita Sarkanianikitasarkania.hashnode.dev·Aug 30, 2024Elements vs. Tags: A Friendly GuideEver wondered what the difference is between an element and a tag in HTML?Let's break it down in a way that's easy to understand. Imagine a House Think of a house. The house is like an element in HTML. It's the whole building. Inside the house, you h...HTML
Kartik Paulkartikpaulblog.hashnode.dev·Mar 12, 2024HTML Emmets :-Emmet is a plugin for text editors that allows you to write HTML and CSS faster by using abbreviations that expand into full code. It can save a lot of time when writing code because we can type a few characters and then expand them into a long block...HTML5
Breanna Brownleebreannacodes.hashnode.dev·Dec 11, 2023Unveiling the Foundations: A Comprehensive Guide to HTML MasteryWelcome to the world of web development! In this blog post, we'll delve into the essentials of HTML (Hypertext Markup Language) — the backbone of every webpage. Whether you're a beginner or looking to brush up your skills, this guide aims to empower ...HTML5
GOWHAR HUSSAIN SHEIKHgowhar77.hashnode.dev·Jun 24, 2023Your First Steps with HTML: Building Blocks for Web DesignWhat is HTML? HTML stands for Hypertext Markup Language. It is the standard markup language used for creating web pages and applications. HTML provides a set of tags and elements that define the structure and content of a web page. These tags are use...1 likeGeneral Programming
Satyabrata Sanatechcs.hashnode.dev·Feb 1, 2023GET and Post FormsFor sending the information from the client to the server that you fill on your form we need to have "method=get" or "method=post" attributes. there are differences between the get and post methods. when we give "method=get".it sends the user data in...1 like·71 readsHTML5