Defines how a page looks based on the color scheme choosen by the user for their desktop.
Contains language specific links.
WebP is a modern image format that provides superior lossless and lossy compression for images on the web.
Allows a website to define how a page is rendered in Internet Explorer 8, allowing a website to decide to use IE7 style rendering over IE8 rendering.
The OpenSearch description document format can be used to describe a search engine so that it can be used by search client applications.
The DOCTYPE is a required preamble for HTML5 websites.
Cache Control setting on the page to provide caching performance gains.
Defines the attributes of a web app in a simple JSON file. It describes how the web app should appear on the users system and how it should launch.
This page contains tags that are specific to an HTML 5 implementation.
A way to make Web content and Web applications more accessible to people with disabilities. It especially helps with dynamic content and advanced user interface controls developed with Ajax, HTML, JavaScript, and related technologies.
Adapting images for high-resolution and low-resolution displays.
The page shows content with an iframe; an embedded frame that loads another webpage.
The defer attribute gives a hint to the browser that the script does not create any content so the browser can optionally defer interpreting the script. This can improve performance by delaying execution of scripts until after the body content is parsed and rendered.
JavaScript is a scripting language most often used for client-side web development.
The description attribute provides a concise explanation of the page content.
Meta tag containing keywords related to the page.
This page contains a meta robots tag which tells search engines and robots to index or not index the page.
Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML
JSON-LD, or JavaScript Object Notation for Linked Data, is a method of transporting Linked Data using JSON.