Maimoona Javedmaimoona.hashnode.net·Apr 17, 2023Get Started with HTML: The Top 20 Essential Tags Every Beginner Should KnowHTML stands for Hypertext Markup Language and is used for creating web pages. It uses many tags and attributes to define the structure and content of a web page. But as a beginner, you cannot master everything. However, there are some most commonly u...Amena 💫 and 2 others are discussing this3 people are discussing thisDiscuss·50 likes·131 readsHTML5
Sam Majisammaji.hashnode.net·Dec 16, 2022Write semantic HTMLIf you are like me, you probably are using div everywhere. It's bad practice. Your code is both harder to read and not search engine optimized. Here's a list of all HTML tags that you should use to make your code more readable. All the tags mentioned...Souvik Pramanick and 2 others are discussing this3 people are discussing thisDiscuss·42 likes·102 readssemantichtml
Namrata Jainnamratajain.hashnode.net·Nov 7, 2022Few cool things that you can do just by using HTML!!Hey folks, I am back with another super cool and amazing blog. In this blog we will be discussing a few rarely explored things in HTML, which make your task easier but are rarely used and so are rarely known!!! We will be covering: "datalist" tag "...Discuss·13 likes·105 readsHTML5
Yash Ikhankaryashikhankar.hashnode.net·Apr 25, 2023HTML semantic elementsHTML semantic elements are important components of a well-structured web page. Unlike non-semantic elements, such as <div> and <span>, semantic elements convey meaning to both the browser and the developer. Advantages of Semantic Elements:- Improved...DiscussHTML
Web tutorwebtutor.hashnode.net·Apr 24, 2023Unlimited Learning: HTML Tutorial for Beginners - WebTutorAre you looking to learn HTML? Look no further! At WebTutor.dev, we offer comprehensive HTML tutorials and resources to help you become proficient in HTML, whether you're a beginner or an experienced developer. Our website is designed to provide you ...DiscussLearn HTML
Surya Prakash Singhsuryathink.hashnode.net·Apr 22, 2023Difference between span and div tag in HTML.In HTML, both the div and span tags are used as container elements to group and format content on a web page, but they have different use cases and behave differently. The div tag is used to group and format larger sections of content on a page, such...Discuss·1 likeHTML5
Samuel Rodriguestechsammy.hashnode.net·Apr 18, 2023HTML and some of its important tags:HTML, or HyperText Markup Language, is the standard markup language used for creating web pages. HTML allows developers to structure content on a page by using a variety of tags and attributes. HTML tags are used to describe the content of a web page...DiscussWeb Development
Ayush Shuklaayushukla.hashnode.net·Apr 18, 2023Top 10 HTML Interview QuestionsWhat is HTML? HTML stands for HyperText Markup Language. It is a markup language used to create web pages and web applications. HTML uses tags to define the structure and content of a web page, such as headings, paragraphs, images, links, lists, and...Discussinterview
Maimoona Javedmaimoona.hashnode.net·Apr 17, 2023Get Started with HTML: The Top 20 Essential Tags Every Beginner Should KnowHTML stands for Hypertext Markup Language and is used for creating web pages. It uses many tags and attributes to define the structure and content of a web page. But as a beginner, you cannot master everything. However, there are some most commonly u...Amena 💫 and 2 others are discussing this3 people are discussing thisDiscuss·50 likes·131 readsHTML5
Satyapriya Mahatosatyapriya-mahato.hashnode.net·Apr 13, 2023HTML elements, Tags, and Attributes.Introduction HTML attributes provide additional information about an element and can be used to customize the behavior or appearance of the element. Attributes can have different values, such as a text value, a boolean value (true or false), or a URL...DiscussHTML5
Dwij Mistrydwijmistry.hashnode.net·Apr 12, 2023HTML Advanced-4Continuing with more advanced HTML topics and techniques: HTML Entities: HTML entities are used to represent special characters that cannot be directly included in the HTML document. Entities are useful for displaying reserved characters, symbols, o...DiscussHTMLHTML5
Dwij Mistrydwijmistry.hashnode.net·Apr 11, 2023HTML Advanced-3Here are even more advanced HTML topics and techniques for you to explore: HTML templates: HTML templates let you define reusable chunks of HTML that can be used by JavaScript to dynamically generate content. The <template> element is used to create...DiscussHTMLHTML5
Dhanush Theijasdhanushtheijas.hashnode.net·Apr 11, 2023CSS Selectors: A Comprehensive GuideAs a web developer, CSS selectors are essential to creating beautiful and responsive websites. Selectors allow you to target specific HTML elements and apply styles to them. In this article, we'll cover the basics of CSS selectors and provide a compr...DiscussCSS3