#html5
Read more stories on Hashnode
Articles with this tag
Introduction CSS selectors are the building blocks of CSS, the language that defines how HTML elements look on the web. CSS selectors allow you to...
Introduction CSS Grid is a layout module that allows you to create two-dimensional layouts on the web, with rows and columns, without having to use...
<Audio > Tag Before HTML5, the <bgsound> tag was used to add audio files to the page. The file would be played while the page was viewed, and there...
Introduction to Input Elements The HTML <form> element can contain one or more <input> elements which are used to collect different types of inputs...
HTML Introduction HTML stands for Hyper Text Markup Language which is widely used for creating web pages and web applications. Hyper Text: HyperText...