Thirdy 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 Websiteinnovatewithwebsite.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 Sharmaqaquasar.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 Sharmaqaquasar.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 Sharmaqaquasar.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 VAISHNAVIvaishnavidevdiary.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 Mohantychinmayamohanty.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
Manoharcmanohar05.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 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
Shopinsonshopinson.hashnode.dev·Oct 18, 2023HTML Basics: A Simplified Guide to HTML Tags and ElementsIntroduction HTML, or HyperText Markup Language, is the foundation of all web pages. In this beginner's guide, we'll demystify HTML basics and walk you through HTML tags and elements. This simplified guide is designed to help newcomers understand the...Discuss·1 like·27 readshtmlbasics