#html5
Read more stories on Hashnode
Articles with this tag
The Media query in CSS is used to create a responsive web design. It means that the view of a web page differs from system to system based on screen...
What is the box model? Every block-level HTML element you put on a webpage is a box, even if it doesn't ordinarily look like it. For example, if you...
The <audio> and <video> tags make it simple to add media to a website. You need to set the "src" attribute to identify the media source and include a...
The <input> tag creates an input control that accepts data from the user. This form of input control facilitates users to input data and communicate...
Introduction: HTML stands for Hyper Text Markup Language. HTML is the code that is used to structure a webpage and its content. Technically, HTML is a...