HTML Color Names
HTML Color Names
The following 148 color names are supported by all modern browsers.
Color Name | HEX |
AliceBlue | #F0F8FF |
AntiqueWhite | #FAEBD7 |
Aqua | #00FFFF |
Aquamarine | #7FFFD4 |
Azure | #F0FFFF |
HTML Color Names
The following 148 color names are supported by all modern browsers.
Color Name | HEX |
AliceBlue | #F0F8FF |
AntiqueWhite | #FAEBD7 |
Aqua | #00FFFF |
Aquamarine | #7FFFD4 |
Azure | #F0FFFF |
To enable a browser to receive automatic updates from a server, the HTML5 server-sent event is used. A server-sent event occurs when a server … Read More
A separate JavaScript code that runs in the background of a web page is called the Web Workers in HTML. It does not affect … Read More
The HTML Web Storage, also known as DOM storage, is used to store data locally within the browser on the client-side by a web … Read More
To identify the geographic location of a user for a web application, the HTML Geolocation API is used. It was introduced in HTML5. The … Read More
HTML Drag and Drop (DnD) is a powerful user interface concept. To copy, reorder and delete items the HTML Drag and Drop is … Read More
To define a way to migrate from HTML 4 to HTML5, the HTML 5 migration is used.
Table: To convert an HTML 4 page into … Read More
The semantic elements in HTML 5 are used to make an easy understanding of code. The meaning behind a word or a phrase is thus … Read More
To show maps on a webpage, the HTML Google Map is used in an HTML document.
Syntax:
<div id="map"… Read More
A lot of new elements are added in HTML5 to facilitate some extra functionality to write an easy and fast code to create an engaging and effective … Read More