html

Topic

4 Posts

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 […]

Read blog
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 […]

Read blog
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 […]

Read blog
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 […]

Read blog

Get notifications for new posts

This feature is under development.