Vishal SinghforWhas is HTML ✏️thevishingh-html-blog.hashnode.dev·Nov 24, 2024Boost Your HTML Skills Tips, Tutorials, and Tricks You Need to KnowBasic Structure of an HTML Document 🏗️📄 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Basic HTML</title> </head> <body> <h1>Welcome to HTML</h1> ...Discuss·1 like#CodingTutorials
Thirdy GayaresforThirdy Gayaressoftware-engineer.thirdygayares.com·Sep 29, 2024HTML BasicsStructure of an HTML Document Every HTML page starts with a <!DOCTYPE html> declaration, followed by <html>, which is the root element. Inside <html>, there are two main sections: Head section: It contains meta-information about the document (like t...DiscussAngularhtmlbasics
InnovateWith WebsiteforInnovateWithWebsiteinnovatewithwebsite.hashnode.dev·Sep 16, 2024HTML Basics: What You Need to Start Coding TodayIntroduction Whether you're interested in becoming a web developer or just curious about how websites are created, HTML is your first step into the world of coding. HyperText Markup Language, commonly known as HTML, is the backbone of every webpage o...Discusshtml coding
Arjun SharmaforCodeCraft Chronicles: Mastering HTML, CSSqaquasar.hashnode.dev·May 4, 2024Indentation in HTMLImagine you're drawing a picture of a house with crayons on a piece of paper. When you want to draw the roof, you start a little bit to the right, so it looks like it's on top of the walls, right? That's like indentation in HTML! Indentation is like...Discusshtmlbasics
Arjun SharmaforCodeCraft Chronicles: Mastering HTML, CSSqaquasar.hashnode.dev·May 4, 2024Paragraph elements"Imagine you're writing a story in your notebook. Each time you want to talk about something new, you start on a new line. The HTML paragraph element is like a special instruction that tells the computer to start a new line in your story. So, if you'...Discusshtml curious
Arjun SharmaforCodeCraft Chronicles: Mastering HTML, CSSqaquasar.hashnode.dev·May 4, 2024Heading ElementsImagine you're building a Lego tower. Each part of your tower is like a different level in a storybook. HTML heading elements are like big, bold titles for each level of your story. <h1> Heading: The Biggest Title This is like the title of your en...DiscussHTML
GAJULA VAISHNAVIfordeveloper's blogvaishnavidevdiary.hashnode.dev·Apr 21, 2024welcome to HTML WORLDAs we all have heard the word HTML. Let's discuss in detail. The HTML stands for Hyper Text Markup Language. HTML was introduced by Tim Berners Lee. HTML is not a programming language but a markup language. which is supported by the browsers such as ...Discuss·4 likesHTML5
Chinmaya MohantyforChinmaya Mohanty's blogchinmayamohanty.hashnode.dev·Mar 20, 2024Understanding Basic HTML: A Beginner's GuideHTML, or HyperText Markup Language, is the foundation of web development. It provides the structure and layout for web pages, allowing you to create text, images, links, forms, and more. In this beginner's guide, we'll explore the basics of HTML and ...Discuss·1 likehtmlbasics
ManoharforHtmlcmanohar05.hashnode.dev·Mar 20, 2024IntroductionHTML, or HyperText Markup Language, is the foundation upon which the web is built. It's the secret sauce that turns lines of code into the stunning websites and immersive web applications we adore. In this blog series, we're going to demystify HTML a...Discusshtmlbasics
Jalaj SinghalforJalaj Singhaljalajsinghal3.hashnode.dev·Jan 24, 2024Starting with HTMLIt is important to know that web development consists of many languages, but it is advised to start the journey of learning web development with HTML, CSS, and JavaScript. Understanding HTML What is HTML? The basic language used to create and organiz...Discuss·1 likebegin