XML Hypertext Markup Language CSS
.
Site Map
.
HTML-Home
.
HOME
 

Color Schemes:

 

Tim Berners-Lee of MIT invented HTML with colleagues from CERN, the European Particle Physics Laboratory, as a means of distributing nonlinear text across the Internet, called hypertext. One document links to another through pointers called hyperlinks.  The global set of linked documents across Internet grew into what is now known as the World Wide Web.

HTML is a mark-up, or formatting language.  In fact, HTML stands for HyperText Markup Language.
You mark up text files with HTML tags so that they can be read over by browsing software.

HTML files are plain text files that have been “marked up” with special language elements called tags, which are embedded in the text.  Tags are pieces of code surrounded by the symbols <    >
Browsers read tags when formatting HTML files on your screen.
Documents available on the World Wide Web are HTML files.

HTML language is a specific set of tags that all browsers should interpret.  HTML describes neither text or graphic elements nor their placement.  HTML only tags the content of the file with certain attributes that are later defined by the browser.

HTML tags attribute type styles, insert graphics, sound, and video files in the text, and create hypertext links and forms.  Hypertext is the most important capability of the HTML language.  It means that any piece of text or graphic can link to another HTML document.

Hypermedia is an extension of hypertext. It includes images, video, audio, animation, and other multimedia data types, which can be incorporated into HTML documents. The Web can be accurately described as a hypermedia system.

A markup language is very different from a programming language. Program files and data files exist separately in traditional applications. In a markup language, the instructions and the data reside in the same file. In addition, HTML does not provide data structures or internal logic, as do procedural programming language such as C or Pascal.

World Wide Web Consortium W3C is the standards organization that controls the evolution of HTML. It publishes a “hardwaremendation” to the Internet community.

The W3C establishes standards for additional technologies, including Extensible Markup Language (XML), the Document Object Model (DOM), and Cascading Style Sheets (CSS).
Extensible Hypertext Markup Language (XHTML) is the latest formulation of HTML.  XHTML combines HTML with the Extensible Markup Language (XML). Whereas HTML describes a document’s visual layout, XML allows you to describe the function and context of the actual information contained in a document.
Dynamic HTML is an innovative development for Web designers.

We can write HTML that looks stylish and is interactive with readers without using a special plug-in or program. DHTML changes the rules of the game. Page styles, including fonts and layout, can be changed automatically to personalize a page exactly to a user's preferences. Graphic elements can move across the page and animate or perform other special effects, all at the speed of the client's own computer, not the server connection.

Basically, DHTML is really a combination of three things: HTML, Cascading Style Sheets (CSS), and scripting.

HTML is used to define Web page elements, such as paragraphs and tables. CSS gives style and layout designations in a page. Scripting is used for interaction and updating of elements. But, DHTML is not supported equally across all browsers.

dynamicdrive.com


 
INTRO
TAGS
CSS Menu
Session 1
Session 2
Session 3
Audio
Quiz 1
Quiz 2
Quiz 3
Quiz 4
Colour 1
Colour 2
Colour 3
Colour 4
TEST

 

DHTML