Prashant Katareprashantblog.hashnode.dev·Oct 28, 2024Static Navbar with HTML and vanilla CSS<div class="nav"> <a class="navItem" href="homePageUrl.com">Home</a> <a class="navItem" href="AboutPageUrl.com">About</a> <a class="navItem" href="ArticlesPageUrl.com">Articles</a> </div> .navItem { display: inline-block; mar...navbar
Shivani Patelpatelshivani.hashnode.dev·Aug 26, 2024Understanding Basic and Elements of HTMLHTML (HyperText Markup Language) is the foundation of web development. It's the language used to create and structure content on the web. Understanding basic HTML elements is essential for anyone looking to build and design web pages. In this blog, w...HTMLWeb Development
Arjun Sharmaqaquasar.hashnode.dev·May 4, 2024HTML void elements"Imagine you're playing with building blocks, and you have a special block that you can't stack anything on top of. That's like a void element in HTML! Void elements are special because they don't have anything inside them, like a block that can't h...html void elements
Adnan Adnansameeradnan1.hashnode.dev·Mar 20, 2024Basic HTML tagsHTML is used to create structure of web page ,it is very easy to learn and understand <!doctype html> --->doctype refers to version 5 in HTML ,there are some of versions before but most of the developers use version 5 <head> --->head works like a hum...basic html
AMOS JOHN FEMIamosjohnfemi.hashnode.dev·Sep 1, 2023Basic HTML Tags and Their Uses.Table of Content 1.What is an HTML Tags 2.List of basic HTML Tags i.<html> - Document Root ii.<head> - Document Metadata iii.<body> - Page Content iv.<h1>, <h2>, <h3>, <h4>, <h5>, <h6> - Headings v.<p> - Paragraphs vi.<a> - Hyperlinks ...HTML Tag
Bhanu Thapabhanu7.hashnode.dev·Aug 5, 2023Learn Basic HTMLHTML HTML stands for HyperText Markup Language. It is a standard markup language document designed to be displayed in a web browser. It allows the creation and structure of sections, paragraphs, and links using HTML elements (the building blocks of a...HTML5
GOWHAR HUSSAIN SHEIKHgowhar77.hashnode.dev·Jun 24, 2023"Decoding HTML: Comments, Tags, Elements, and Attributes Explained"Unraveling the intricacies of HTML can be a daunting task, especially when it comes to understanding the roles and differences between comments, tags, elements, and attributes. These fundamental components lie at the heart of every web page, shaping ...basic html
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
Nikhil Bhandariwemakedevloper.hashnode.dev·Jun 3, 2023basic of htmlHTML, which stands for Hypertext Markup Language, is the standard markup language used for creating web pages and web applications. It provides a structure for organizing content on the web and is composed of HTML elements and tags. Here are the basi...HTML5
Umar Khanumarkhan.hashnode.dev·Apr 6, 2023HTML Basics: From Headings to Forms and Everything in BetweenHey there! Are you interested in creating a website but don't know where to start? Well, look no further! Understanding HTML is the first step toward building a website. In this blog, we'll cover the basic HTML tags that are used in almost every webs...htmlbasics