• 01276 855 847 Nationwide (UK)
  • info@bmscontrols.co.uk Email Us
  • Unit C1D, Fairoaks Airport Surrey, GU24 8HX

Hypertext Markup Language (Html)

Hypertext Markup Language (Html)

Hypertext Markup Language, commonly referred to as HTML, is the standard markup language used to create web pages. It is also the most common language used to create documents on the World Wide Web. HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like ).

Elements form the building blocks of all websites. HTML is a subset of Standard Generalized Markup Language (SGML), and therefore allows for all SGML-based document types to be represented in an HTML document. For example, an HTML document can contain embedded CSS and JavaScript code, which will be rendered by the web browser. HTML documents are typically transmitted from a web server to a web browser over the Internet using the Hypertext Transfer Protocol (HTTP). They can also be saved on a local computer as files with a .html or .htm extension.