© 2023 Hashnode
#semantic-ui
Before 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 understand…
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 enjoyabl…
Semantic 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 struc…
Front-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 layo…
Responsive 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…
This 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 documentat…
HTML 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 purpo…
A web page is a single document that is accessible via the web. When certain webpages are built to give information on the same thing or towards the same purpose, they are most times grouped together and interconnected to make it easier for…
What is semantic HTML? Semantic HTML (also called semantic markup) is HTML code that uses HTML tags to effectively describe the purpose of page elements. Semantic HTML code communicates the meaning of its elements to both computers and huma…
While working on a website with a team, you notice everyone’s habits. Who creates components to remove repetition (hopefully everyone)? Who has a consistent ordering of properties? And how deeply does…