HTML, markup language of Web pages and interfaces

Defined for web pages, it is also a standard format for any documents displayable locally by a web browser or a recent word processor and now is also a langage of user interface for web applications, and has replaced Flash.

HTML markup language

HTML, the hypertext markup language is a subset of SGML, (invented by IBM in 1969) defined by the W3C consortium. It is a document description language, that uses tags for properties. This is the format recognized by web browsers.
DHTML, dynamic HTML, is the combination of HTML and JavaScript. The CSS, cascading style sheet, adds the style sheet feature of word processor to HTML.

Features of HTML

Sample code

The minimal valid code for displaying "Hello World:".

<!DOCTYPE html>
<html> <head> <meta charset="utf-8"> <title>Hello by Scriptol.com</title> </head> <body> Hello World! </body> </html>

Tools and documentation

Programming languages AspectJ - Basic - C - CIL - C++ - C++11 - C# - Dart - Eiffel - Go - Java - JavaScript - JavaFX Script - Pascal - PHP - Python - QML - Rexx - Ruby - Scala - Scriptol - Tcl - HTML - XML - XAML - XUL - SQL