What is a marquee tag ?
In HTML it is used to create scrolling text or image in a webpage. It scrolls either from vertically top to bottom or bottom...
What is the datalist tag in HTML ?
In HTML <datalist> tag is used to provide autocomplete feature in the files. Users can easily fill the data in the...
How to Insert an Image in HTML ?
In HTML document we can use different fonts and lists. For look more attractive we can add more graphics to make the...
How to Align Text in HTML ?
By using markup language, HTML is used to design webpages. It defines the link between the webpages. It defines the...
How do you add buttons in HTML ?
In HTML <button> tag is used to clickable button within form on your webpage. We can put content like image or text...
What are the different types of storage in HTML5 ?
In HTML5, web storage is one of the great features. In Web storage, web applications can locally store data within the...