#html5
Read more stories on Hashnode
Articles with this tag
HTML, CSS, and JavaScript are three fundamental technologies used in web development to create and design interactive and visually appealing websites....
The CSS (Cascading Style Sheets) box model is a fundamental concept that describes the layout of elements on a web page. It defines how the content,...
An Overview In this blog, we'd understand what Semantic HTML is, what are its advantages, and why every developer should be aware of this. What does...
CDN stands for Content Delivery Network.- It is a system of distributed servers that work together to deliver web content, such as images,...
The async and defer attributes are used with the <script> element in HTML to control how external scripts are loaded and executed. async attribute -...