#html5
Read more stories on Hashnode
Articles with this tag
In this article, we will take a deeper dive into the world of HTML 5 input elements and how they can be used to create user-friendly and effective web...
A HTML element is a piece of content on a web page that is identified by a tag. HTML tags are used to specify the type of content an element contains,...
Basic usage On every web page we come across images. Those images are placed in HTML using <img> tags. It is a self closing tag. <img...