URL (Uniform Resource Locator)

What is a URL? A URL (Uniform Resource Locator) is a unique identifier used to locate a resource on the Internet. It is also referred to as a web address.…

Meta Tag in HTML

In HTML documents, it becomes important to specify some additional features about the data/content of the website being entered. The meta tag is used enter meta data (basic information about the HTML…

Block and Inline Elements

HTML Elements are classified as Block Level and Inline Level elements on the basics of their display. Some elements display as blocks and some are inline. Block Vs Inline level Elements <p> <div> <h1> < h2>…

What Is an HTML Entity?

HTML entities are the reserved characters that are used in the HTML document. They are not present in your standard keyboard. They provide a wide range of characters, allowing you…

Very Important topics in HTML and CSS.

HTML5 Web Storage, also known as DOM Storage is a way to preserve state on either the client or server which makes it much easier to work against the stateless nature of HTTP. It…