#html5
Read more stories on Hashnode
Articles with this tag
If you're just starting out on your coding journey, you've probably heard about HTML, CSS, and JavaScript. But what exactly do these technologies do,...
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...
You may want to do some basic formatting in your document without the use of CSS. Bold and Italic Text <body> <p>This is <strong>bold</strong>...
To add an image to your HTML page, you can use the <img> tag. The <img> tag is a self-closing tag, which means you don't need to add a closing...
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...