#html5
Read more stories on Hashnode
Articles with this tag
Introduction to the WebTechnologies · What is HTML? Hyper Text Markup Language (HTML), is and building block for web development. It can be also...
Everything about Cookie 🍪 · Introduction A cookie is a small string of data that is been stored in the browser, one can access the cookie using a...
🔉 Audio and 📹 Video · Video Tag in HTML📹 The 📹 video tag in HTML embeds a media player However, it has the following properties src : Where the...
Form, Input Elements, attributes in detail overview. · Form in HTML are the interactive documents, which will help to collect the data from the user. It...
What are Arrays and its inbuild methods of array in JavaScript. · What is an Array in JavaScript? An array is where you can store the collection of...
Detail overview of Selectors in CSS · What are selectors in CSS? They are use to select the elements in webpage (HTML), and main purpose to these...