html

html Images tag guide💯 with 🕵️‍♂️code example👌

Here's a guide on how to use the <img> tag in HTML along with a code example: The <img> tag is used to embed images in an HTML document. It is a self-closing tag, which means that it doesn't require a clos…

html Lists tag article guide💯 with 📚code example 🚀

HTML provides three different types of lists, each with their own set of list tags. These include: Ordered lists ( <ol> ): These are used to create numbered lists. The list items are automatically numbered in order, start…

Load More
That is All