#html-tags
Read more stories on Hashnode
Articles with this tag
Imagine you're building a digital gateway for users to share their thoughts, sign up for newsletters, or even order a product. How can you collect...
Tables are like the superheroes of organizing information on a webpage. Imagine neatly arranging data in rows and columns—perfect for displaying...
Links are used in HTML to connect one web page to another or other resources on the internet. A link is created using the <a> tag, which stands for...
When creating a webpage you will often need to list items, HTML gives room for this to happen. we have two types of lists in HTML, ordered and...