html

Topic

5 Posts

education

I’m using this HTML5 semantics to make the website better.

Ever wondered how search engines understand your website’s structure? Or why some parts of your text stand out while others don’t? The answer lies in semantic HTML5. In this blog, we’re going to dive into why semantic elements like <mark>, <strong>, and many others are not just about visual appeal, but they also give meaning […]

programming

I use this HTML element to make the code easy to maintain

As a web developer, we all know how important it is to write clean, organized, and maintainable code. One of the best ways to achieve this is by using semantic HTML. Did you just hear about semantics? So, semantic HTML is the practice of using HTML elements that have clear meanings or purposes. Semantics is […]

programming

How I make an accordion without javascript

You should know that an Accordion is a UI element used to show a list of items concisely. This component consists of several widgets that can be expanded or collapsed. It’s a handy kind of component to display hidden content, usually when a title is clicked. You’ll often find this component on Frequently Asked Questions […]

education

How I learn html and css in less than a month

Hey everyone! Have you ever wanted to create your own website but didn’t know where to start? Or maybe you’re interested in web development but feel like you don’t have enough time? Well, in this blog post, I’m going to share my personal experience learning HTML and CSS in less than a month. Yep, you […]

programming

Getting to know HTML

Everyone who wants to learn how to create a website definitely has to learn HTML first, right? Many say that HTML is a programming language, but that’s wrong! HTML is not a programming language, it’s a markup language. A markup language is a type of language used to format text and embed tags within electronic […]