Syed Aquib Alihadetan.hashnode.dev·Jun 2, 2024List, Images and TableOL, UL and LI HTML provides several elements for creating lists. The most common types of lists are ordered lists (<ol>), unordered lists (<ul>), and list items (<li>). Here’s an in-depth explanation of these elements: Unordered List (<ul>) An unorde...DiscussHTML5
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...Discusssemantics tags
Kerollos Magdyblog.kerolloz.dev·Feb 2, 2024AFCON Challenge: Under the hoodThis article details the creation of a LeetCode-style challenge, which you can explore at AFCON Challenge. Unveiling the Components 🥁 The backbone of the AFCON Challenge lies in its API and it's written in TypeScirpt, utilizing: Bun: A fast, all-i...Discuss·78 readsjudge0
Ronit Banerjeeronitbanerjee.com·May 20, 2023Semantic Web : DocumentationBefore entering the multiverse of the Semantic web, these things should be known : The Semantic Web is an extension of the current web that aims to make the information on the Internet more understandable and usable by machines. It's often described ...Discuss·12 likes·238 readsSemantic UI
Nolan Nashnolan.hashnode.dev·May 19, 2023Getting Down To Semantics:Introduction: If you're anything like me, when you first started learning to code, you probably found the process of styling and designing your websites and applications to be one of the most enjoyable aspects of learning how to code. However, as you...DiscussReact
Jeffrey Egbadontimescribbles.hashnode.dev·May 8, 2023Building Better Websites with Semantic HTML: A Guide to Using Meaningful Tags and ElementsSemantic HTML: Understanding Its Importance and Usage Semantic HTML is a concept that is becoming increasingly important in the world of web development. It refers to the practice of using HTML tags and elements to provide meaning and structure to th...DiscussHTML5
Lawrence Franklin forOpen Replay's Technical Blogopenreplay.hashnode.dev·Mar 5, 2023Comparing Semantic UI and BulmaFront-end developers are always searching for new tools and frameworks to help them build faster and better websites. CSS frameworks make it even easier by taking away the hassle of designing the layout for their applications, letting them focus on t...Discuss·84 readsCSS
David paul AfodiforOpen Replay's Technical Blogopenreplay.hashnode.dev·Dec 29, 2022Creating a responsive NavBar with Semantic-UI-ReactResponsive navbars are among the bread and butter of front-end development. A common practice is a navbar on desktop and a sidebar on mobile. This is probably very easy to implement with your favorite CSS frameworks. Still, it turns out to be either ...DiscussSemantic UI
Africa Kenyahcodingtherapy.hashnode.dev·Aug 16, 2022Human-Centered Documentation for Web DevelopersThis article was originally created for a Twitter space with fellow web developer Lucia. We covered topics including actionable first steps for better readability and usability of technical documentation. This article includes extra information and c...Tom Stine and 1 other are discussing this2 people are discussing thisDiscuss·9 likes·395 readsAccessibility
Ganesh Pilliblog.ganeshpilli.in·May 26, 2022Semantic HTML ExplainedHTML structure was originally created structure content on the web browser, such as headings, paragraphs, images, etc. But today machines are also reading the web content for sharing or indexing purposes, if a human or machine reading the content the...Discuss·51 readsHTML5