#html5
Read more stories on Hashnode
Articles with this tag
The HTML5 <audio> and <video> tags make it simple to add media to a website. You need to set src attribute to identify the media source and include a...
An HTML form is used to collect user input. The user input is most often sent to a server for processing. The <form> Element : The HTML <form> element...
In Last section we discussed about semantic elements , now by using some of that semantic elements we are going to create Resume in HTML. The Elements...
Table formatting tag in html : In html <table> table tag contains the total structure of table .Inside this Table there is <tr>,<td> and <th> tags by...