|
|---|
HTMLReference |
![]() HTML (HyperText Markup Language) is a SGML (Standard Generalised Markup Language) derived language to markup documents to be read in a web browser. HTML was created by Tim Berners Lee whilst he was working at CERN (European Organization for Nuclear Research) in Switzerland and France, CERN is actually an international organization also known as (The European Laboratory for Particle Physics). The W3C (World Wide Web Consortium) maintains the DTDs and Schemas for both HTML and XHTML (eXtensible HyperText Markup Language), the language is formally defined by the W3C, though it is generally implemented by the various web browser developers. HTML has evolved now to nearly a version 5 release, and has also branched into XHTML which is derived from XML another meta style language much like SGML, though slightly simplified. HTML is made up of tags generally an opening and closing tag contains text that will be displayed. The tags therefore give context to the text, and in computing circles we describe data plus context as giving information ( data + context = information ). For example: the p tag (paragraph tag) when opened and closed around text, denotes that the text contained within is a paragraph. Some tags, such as the line break tag (br) don't have a closing tag and in HTML it is written as an opening tag and just left, in XHTML though a slash is prepended just before the tag is closed. Attributes are contained within an opening tag and have the general format of assignment with the attribute name, an equals sign and then a value enclosed in double quotes. An HTML page is generally expressed between an opening html tag and a closing html tag, a set of head tags is used to contain meta information that is not directly shown on a page, though affect what is shown, the title tag is a slight anomaly but that is in fact display by browser internals and not actually part of a page. The body tags enclose the page, so a general format is html open, head open, head close, body open, body close, html close. HTML Reference SectionsThe HTML Reference site has been split into a number of sections, the first section is a discussion on the HTML DOCTYPE, the DOCTYPE generally sets a mode in a browser so it knows how to render the proceeding HTML code. HTML Tags concentrates on the main elements of HTML, the actual markup. HTML Tag Attributes can be found in the HTML Tags section, but they deserve a separate section as it is often useful to look at HTML Tag Attributes directly. The HTML Coding Style section introduces a style of HTML coding, that Poised Solutions has developed over the years, and is a fairly flexible and efficient way of laying out HTML code. The HTML Validation section deals with validation issues, and various tools to check validation, there is also a discussion on the virtues of validation and potential pitfalls of over zealous validation requirements. The HTML Character Sets section deals with the various characters special characters that can be displayed in HTML documents. The HTML Tips section is a collection of HTML Tips and Tricks that can prove useful in creating effective HTML documents for the web. HTML Reference Sections
HTML Reference Pages
|
HTML |
![]() | ![]() |
| HTML Developer | Web Design |
![]() | ![]() | ![]() |
| Web Development | Web Client Side Languages | Webserver Administration |
Poised Solutions IT Practice offers development in a wide range of programming languages, Web Development and Web Design are also offfered.
Poised Solutions HTML Developer for Hire.
© Poised Solutions Copyright 2009
HTML Reference Site Designed and Developed by Poised Solutions