Skip to content
Category

HTML

page 1
HTML
Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. It defines the content and structure of web content. It is often assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript.
Extensible HyperText Markup Language
Extensible HyperText Markup Language (XHTML) is part of the family of XML markup languages which mirrors or extends versions of the widely used HyperText Markup Language (HTML), the language in which Web pages are formulated.
Bootstrap
web design front-end framework
Document Object Model
convention for representing and interacting with objects in HTML, XHTML and XML documents
Dynamic HTML
umbrella term for a collection of technologies (e.g., HTML, JavaScript, CSS and DOM) used together to create interactive and animated web sites
web form
input fields on a web page
transclusion
right|frame|In this example, the data of file B is transcluded into the document A.
ruby characters
small characters placed aside a Chinese or Japanese characters to precise their pronunciation or to transliterate them into another script
Accelerated Mobile Pages
website publishing technology developed by Google
image map
method of adding links to parts of an image
framing
conflation of multiple HTML elements used to divide a web page for display
alt attribute
alternative text that appears when a HTML element cannot be rendered
quirks mode
technique used by web browsers to maintain backwards compatibility with older web pages
list of character entity references in XML and HTML
Wikimedia list article
MHTML
MHTML, an initialism of "MIME encapsulation of aggregate HTML documents", is a web archiving file format used to combine, in a single computer file, the HTML code and its companion resources (such as images) that are represented by external hyperlinks in the web page's HTML code. The content of an MHTML file is encoded using the same techniques that were first developed for HTML email messages, using the MIME content type multipart/related. MHTML files use an .mhtml or .mht filename extension.
Modernizr
Modernizr is a JavaScript library that detects the features available in a user's browser. This lets web pages avoid unsupported features by informing the user their browser is not supported or loading a polyfill. Modernizr aims to provide feature detection in a consistent and easy to use manner that discourages the use of failure-prone browser sniffing.
validator
A validator is a computer program used to check the validity or syntactical correctness of a fragment of code or document. The term is commonly used in the context of validating HTML, CSS, and XML documents like RSS feeds, though it can be used for any defined format or language.
Polymer
open-source JavaScript library of Web Components
HTML Application
file format
HTML attribute
special words used inside the opening tag of an HTML element to control the element's behaviour
character encoding in HTML
use of encoding systems for international characters in HTML
font family
CSS property in HTML
canonical link element
type of hyperlink
hreflang
The rel="alternate" hreflang="x" link attribute is a HTML meta element described in RFC 8288. Hreflang specifies the language and optional geographic restrictions for a document. Hreflang is interpreted by search engines and can be used by webmasters to clarify the lingual and geographical targeting of a website.
meta refresh
method of instructing a browser to automatically refresh a web page
numeric character reference
markup construct used in SGML, XML, and HTML to refer to a Unicode character by codepoint, either in decimal (Æ) or in hexadecimal (Æ)
link relation
HTML attribute
HTML email
type of email
div and span
HTML elements used to define parts of a document
JHTML
JHTML stands for Java within HTML. This is a page authoring system developed at Art Technology Group (ATG). Files with a ".jhtml" filename extension contain standard HTML tags in addition to proprietary tags that reference Java objects running on a special server set up to handle requests for pages of this sort.