#web-development
Read more stories on Hashnode
Articles with this tag
Welcome back! I hope everyone enjoyed their weekend. Today, let's dive back into HTML tags and focus on the <output> tag. What is the <output>...
Today, we'll focus on the HTML <mark> tag, a semantically significant HTML5 element designed to highlight text for emphasis. Let's explore how to use...
Today, we’ll be exploring the <time> tag, an important HTML5 element that conveys dates and times. This tag is useful for presenting time-related...
Read the article, see it live and get the code.
Today we are recreating a layout switcher we did with Tailwind CSS and Allpine JS but with Vainilla JavaScript. Read the article See it live and get...
Let's recreate the dark mode toggle from the Alpinejs tutorial that we did a while ago. Read the article See it live and get the code