Skip to content

Tagged as “html”

Heading tags - From H1 to H6

I've seen a lot of headings related horrors in my time building websites. Let's learn how to do it properly.

Read more

#html #development #basics #semantic html

Scrolling tables

Using table is very good and right for displaying data. But what if you have too much data?

Read more

#css #html #development

Semantic HTML

Semantic HTML is the process of using HTML5 tags to reinforce the meaning of the information contained within a webpage or application.