Payal Porwalcodeswithpayal.hashnode.dev·Nov 16, 2024Comprehensive Guide to HTML Tags with Attributes and ExamplesHTML (HyperText Markup Language) is the foundation of web development, allowing developers to create structured documents. This guide covers every HTML tag, all its attributes, and their usage with examples. The language is crafted to ensure clarity ...416 readsHTML5
dheeraj korangagyannbaato.hashnode.dev·Sep 11, 2024Semantic vs Non-Semantic Tags in HTMLSemantic tags and non-semantic tags refer to how HTML elements are used and how clearly they convey the meaning of the content they contain. 1. Semantic Tags Semantic tags clearly describe their meaning both to the browser and to developers. They giv...HTML for BegineersHTML5
Michael Andreuzzamichaelandreuzza.hashnode.dev·Aug 25, 2024How to use the HTML datalist tagHi Everyone! It's Sunday—time flies, right? Monday is just around the corner. But let's dive into the topic of today: the HTML <datalist> tag. What Is the <datalist> Tag? The <datalist> tag in HTML allows you to create a predefined list of options th...Accessibility
Meshack mutindasharpomen.hashnode.dev·Aug 20, 2024Semantic HTML: Building Meaningful Web PagesIntroduction HTML, the backbone or so-called skeleton of the web, has evolved significantly over the years. While initially designed for simple document structure, it now offers a rich set of elements to convey the meaning of content. This is where s...HTML5
Emmanuel Aderibigbeemeraldjs.hashnode.dev·Aug 5, 2024Utilizing Semantic HTML for developing SEO friendly Web Applications<div> and <span> are not semantic HTML tags! In as much as we prioritize building creative and visual appealing web applications, It is also important we understand the concepts of semantic HTML for our web applications to be accessible by people thr...Web Development
Samuel Ojerindesamueloj.hashnode.dev·Jul 29, 2024Understanding HTML Elements and TagsIntroduction HTML (Hypertext Markup Language) is the backbone of web development which serves as the standard language for creating web pages and web applications. Understanding HTML elements and tags is important for anyone who aims to build or main...HTML5
Aniuchi Adaobi Michelleadamichelle.hashnode.dev·May 31, 2024Notes on Building Accessible and Usable Front-end InterfacesI have been contributing to some LinkedIn collaborative articles in my field, which has been great. It's a good way to recall and reinforce knowledge. However, the 750-character limit does not give a lot of room to say everything I want to say. For t...semantichtml
Urvish Patelurvsworld.hashnode.dev·May 22, 2024HTML Should Read Like SentencesIn this article I'm going to talk about how to make HTML documents human-readable. It's all about explicitness! The more details you add and the more appropriate elements you use, the more obvious your document will read, much like in an essay. HTML5...HTML5
Terkuma Fanyamterkumafanyam.hashnode.dev·May 10, 2024Semantic Code: Enhancing Web Development and AccessibilityI don't know what semantic code is, how is it even seen as a show-off? Relax, you are in the right place. In this article, we'll look at what semantic code is and why it is important, especially in web development. So what exactly is semantic code? S...HTML tags
Abhishek Jainabhishekjain96.hashnode.dev·May 4, 20241. What are Semantics Tags ?Ans:- In HTML, Semantic tags are tags that describe the meaning or purpose of the content. Semantic tag are used to add meaning to the content of the webpages , making it easier to search engine and other system to understand the content of the webpa...semantics tags