#html
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...
In real cases when you have an HTML element on your page, you often want to add more information to the opening tag of that element, you can achieve...