Search Results
The following posts are tagged as 'HTML':
-
HTML Template 1
Code for an XHTML Strict template, plus links to download the source.
-
The Many Faces of the Hyperlink Element
A few of the uses for the hyperlink HTML element.
http://geeksneversleep.com/tutorials/the-many-faces-of-the-hyperlink-element
-
Extensible Hypertext Mark-up Language
XHTML is a fusion of HTML and XML, or Extensible Mark-up Language. XML documents must follow a strict guideline to be considered valid. By combining HTML and XML, we are able to ensure that the web pages we produce will display consistently in various web browsers.
http://geeksneversleep.com/articles/extensible-hypertext-mark-up-language
-
HTML 4.01 / XHTML 1.0 Reference
A tabular listing of all available HTML/XHTML element tags.
-
Hypertext Mark-up Language
In its most basic form, a HTML page is nothing more than a text file with special elements called tags. These tags are simply codes that are interpreted by a web browser, instructing it to
mark-up
, or format, the content in a certain way. Some examples: <b> to bold text, <em> to emphasize text, or <q> toquote
text.http://geeksneversleep.com/articles/hypertext-mark-up-language
-
Tutorial One: HTML >> PHP
This tutorial walks you through converting a static HTML web page to a dynamically-built PHP script.
