Michael Baisdenmikesselftaughtbolg.hashnode.dev·Aug 30, 2024Who does number two work for? HTML basics.One obvious change I would like to make is I will write an article once a week instead of every two days. I recently started my own business, began writing a book with my girlfriend, and provide home health care at night. My schedule is very full, so...My self-taught journey to Programing and the technologies!HTML
Akunna Agugbue Ifunanyamsakunnawrites.hashnode.dev·Feb 4, 2024HTML Semantics: Crafting Meaningful web experiencesHyper Text Markup Language (HTML), is a standard markup language for creating web pages. Html describes the structure of a webpage, and consists of a series of elements which tell the browser how to display the content. Semantic HTML, or semantic mar...HTML STRUCTURE
Vivek Kumarvk429.hashnode.dev·Dec 29, 2023Building Web Structure with HTML: Headings, Paragraphs, and Text StylesOnce again Welcome to our in-depth exploration of HTML, where we'll focus on fundamental elements that shape the structure and style of your web content. In today's Article, we'll delve into the intricacies of headings, paragraphs, and text styles, u...11 likesWeb Development
Oyinkansola Shoroyetechbaddey.hashnode.dev·Jun 22, 2023Introduction to HTML: Building Blocks of the WebIntroduction HTML (Hypertext Markup Language) is a fundamental language for building web pages. It provides the structure and content of a webpage, defining the elements and their relationships. Understanding HTML is crucial for anyone venturing into...2 likes·29 readsHTML5
Shubham Meteshubhammete.hashnode.dev·Apr 21, 2023Crafting Meaningful HTML: The Importance of Semantic HTML and AccessibilityDesigning the meaningful HTML As a student who has just learned HTML, I have come to appreciate the importance of crafting meaningful HTML by gaining knowledge about it from the course "Crafting Meaningful HTML" by Jen Kramer. Here's the link Craftin...10 likesWeb DevelopmentHTML5
KENNEDY NDUTHAkennedyndutha.hashnode.dev·Oct 18, 2022Understanding Document Object Model (DOM)A Document Object Model (abbreviated as DOM) is a structure which acts as the framework of a standard HTML (HyperText Markup Language) or DHTML (Dynamic HyperText Markup Language) webscript. DOM is basically a tree with many branches and sub-branches...5 likesHTML DOM