Information about Html Scripting
| HTML |
|---|
|
Character encodings Dynamic HTML Font family HTML editor HTML element HTML scripting Layout engine comparison Style Sheets Unicode and HTML W3C Web browsers comparison Web colors XHTML |
HTML Series
The W3C HTML standard includes support for client-side scripting. It defines how locally executable scripts may be used in a web page. A particular client-side application, such as a web browser, may support several script languages. Script code may be executed as the document loads or at a later time.Script code can be written directly in the HTML document inside:
- SCRIPT elements
- Intrinsic event attributes
- Script macros
The SCRIPT element type
SCRIPT elements may occur zero or more times within the HEAD and BODY elements. Scripts within script elements are processed as the document loads.Intrinsic event attributes
Events occur for different elements of a web-page:- Documents (BODY and FRAMESET)
- Forms
- UI elements (Anchor, Control Element, Image)
- Document
- onLoad
- onUnload
- Form
- onSubmit
- onReset
- Document and UI elements
- Focus
- onFocus
- onBlur
- UI elements
- Mouse
- Movement
- onMouseOver
- onMouseOut
- onMouseMove
- Button
- onClick
- onDblClick
- onMouseDown
- onMouseUp
- Keyboard
- onKeyPress
- onKeyDown
- onKeyUp
- Other (TEXT/TEXTAREA)
- Lost focus with modified content
- onChange (also OPTION)
- Text selection
- OnSelect
- onResize
- onMove
- onScroll
- onAbort
Script macros
Netscape Navigator supported a feature called "JavaScript entities" or "script macros" by which script code could be included in HTML attribute values, using a syntax similar to that of character entity references. For example, the code<img width="&{prompt('Width?')};" src="foo.jpg"> calls the JavaScript prompt() function to ask the user how wide the image should be.
The HTML 4.01 specification reserves a syntax for the "future support of script macros" in HTML attributes, but they have not been incorporated into later standards and are not supported by any current browser.
HTML (Hypertext Markup Language)
File extension:
MIME type:
Type code: TEXT
..... Click the link for more information.
File extension:
.html, .htmMIME type:
text/htmlType code: TEXT
..... Click the link for more information.
character references, which can be numeric character references (decimal or hexadecimal) or character entity references. Character entity references are also sometimes referred to as named entities, or HTML entities for HTML.
..... Click the link for more information.
..... Click the link for more information.
Dynamic HTML or DHTML is a collection of technologies used together to create interactive and animated web sites by using a combination of a static markup language (such as HTML), a client-side scripting language (such as JavaScript), a presentation definition language
..... Click the link for more information.
..... Click the link for more information.
font face or font family is the typeface that is applied to some text.
The font family and other presentational attributes of fonts are applied in HTML code using Cascading Style Sheets (CSS) or the deprecated HTML font element.
Sample text.
..... Click the link for more information.
The font family and other presentational attributes of fonts are applied in HTML code using Cascading Style Sheets (CSS) or the deprecated HTML font element.
Sample text.
..... Click the link for more information.
HTML editor is a software application for creating web pages. Although the HTML markup of a web page can be written with any text editor, specialized HTML editors can offer convenience and added functionality.
..... Click the link for more information.
..... Click the link for more information.
HTML element indicates structure in an HTML document and a way of hierarchically arranging content. More specifically, an HTML element is an SGML element that meets the requirements of one or more of the HTML Document Type Definitions (DTDs).
..... Click the link for more information.
..... Click the link for more information.
List of layout engines
Trident Presto Gecko Tasman WebCore KHTML iCab Prince Gzilla Boxely Tkhtml Robin
Trident Presto Gecko Tasman WebCore KHTML iCab Prince Gzilla Boxely Tkhtml Robin
Comparison of layout engines
HTML XML XHTML Graphics CSS DOM HTML5 ECMAScript SVG
HTML XML XHTML Graphics CSS DOM HTML5 ECMAScript SVG
..... Click the link for more information.
Web style sheets are a form of separation of presentation and content for web design in which the markup (i.e., HTML or XHTML) of a webpage contains the page's semantic content and structure, but does not define its visual layout (style).
..... Click the link for more information.
..... Click the link for more information.
hypertext markup language (HTML) may contain multilingual text represented with the Unicode universal character set.
The relationship between Unicode and HTML tends to be a difficult topic for many computer professionals, document authors, and web users alike.
..... Click the link for more information.
The relationship between Unicode and HTML tends to be a difficult topic for many computer professionals, document authors, and web users alike.
..... Click the link for more information.
World Wide Web Consortium
Consortium
Founded October 1994
Founder Tim Berners-Lee
Headquarters MIT/CSAIL in USA
ERCIM in France
Keio University in Japan
and many other offices around the world
Website www.w3.
..... Click the link for more information.
Consortium
Founded October 1994
Founder Tim Berners-Lee
Headquarters MIT/CSAIL in USA
ERCIM in France
Keio University in Japan
and many other offices around the world
Website www.w3.
..... Click the link for more information.
?
AOL Explorer America Online, Inc Free No Proprietary Trident
Arachne xChaos Software/Arachne Labs Free Yes GPL Proprietary
Avant Avant Force Free No Proprietary Trident
Camino The Camino Project Free Yes MPL, MPL/GPL/LGPL tri-license Gecko
..... Click the link for more information.
AOL Explorer America Online, Inc Free No Proprietary Trident
Arachne xChaos Software/Arachne Labs Free Yes GPL Proprietary
Avant Avant Force Free No Proprietary Trident
Camino The Camino Project Free Yes MPL, MPL/GPL/LGPL tri-license Gecko
..... Click the link for more information.
Web colors are colors used in designing web pages, and the methods for describing and specifying those colors.
Authors of web pages have a variety of options available for specifying colors for elements of web documents.
..... Click the link for more information.
Authors of web pages have a variety of options available for specifying colors for elements of web documents.
..... Click the link for more information.
XHTML
File extension:
..... Click the link for more information.
File extension:
.xhtml, .xht, .html, ...... Click the link for more information.
World Wide Web Consortium
Consortium
Founded October 1994
Founder Tim Berners-Lee
Headquarters MIT/CSAIL in USA
ERCIM in France
Keio University in Japan
and many other offices around the world
Website www.w3.
..... Click the link for more information.
Consortium
Founded October 1994
Founder Tim Berners-Lee
Headquarters MIT/CSAIL in USA
ERCIM in France
Keio University in Japan
and many other offices around the world
Website www.w3.
..... Click the link for more information.
HTML (Hypertext Markup Language)
File extension:
MIME type:
Type code: TEXT
..... Click the link for more information.
File extension:
.html, .htmMIME type:
text/htmlType code: TEXT
..... Click the link for more information.
Client-side scripting generally refers to the class of computer programs on the web that are executed client-side, by the user's web browser, instead of server-side (on the web server).
..... Click the link for more information.
..... Click the link for more information.
- Scripting redirects here. For other uses, see script.
Scripting languages (commonly called script languages) are computer programming languages that are typically interpreted and can be typed directly from a keyboard.
..... Click the link for more information.
A Web page or webpage is a resource of information that is suitable for the World Wide Web and can be accessed through a web browser. This information is usually in HTML or XHTML format, and may provide navigation to other web pages via hypertext links.
..... Click the link for more information.
..... Click the link for more information.
A web browser is a software application that enables a user to display and interact with text, images, videos, music and other information typically located on a Web page at a website on the World Wide Web or a local area network.
..... Click the link for more information.
..... Click the link for more information.
Event-driven programming or event-based programming is a computer programming paradigm in which the flow of the program is determined by user actions (mouse clicks, key presses) or messages from other programs.
..... Click the link for more information.
..... Click the link for more information.
The user interface (or Human Machine Interface) is the aggregate of means by which people (the users) interact with a particular machine, device, computer program or other complex tool (the system).
..... Click the link for more information.
..... Click the link for more information.
Maintainer: Netscape Communications Corporation
OS: Cross-platform
Use: Web browser
Website: [1] Netscape Navigator, also known as Netscape
..... Click the link for more information.
OS: Cross-platform
Use: Web browser
Website: [1] Netscape Navigator, also known as Netscape
..... Click the link for more information.
In the markup languages SGML, HTML, XHTML and XML, a character entity reference is a reference to a particular kind of named entity that has been predefined or explicitly declared in a Document Type Definition (DTD).
..... Click the link for more information.
..... Click the link for more information.
This article is copied from an article on Wikipedia.org - the free encyclopedia created and edited by online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of the wikipedia encyclopedia articles provide accurate and timely information please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.
Herod_Archelaus