HTML Tutorial
HTML Tutorial on the usage of HTML tags, code and elements. Learn how to semantically correctly code your website in HTML 4.0
Professional PSD to xHTML / CSS Coding
HTML Tutorial on the usage of HTML tags, code and elements. Learn how to semantically correctly code your website in HTML 4.0
The div element gives structure and context to any block-level content in a document. Unlike some other structural elements that have very specific connotations attached to them (the p element, for instance), the author is free to give meaning to each particular div element by virtue of the element’s attribute settings and nested content. Each [...]
During the past few years (and even to date) the use of HTML tables has been miss used. Many webmasters have actually build their layout based on tables which is wrong since the HTML tables are meant to be used for tabular data, and many webmasters nowadays don’t use tables at all, even for tabular [...]
Even tho we are more than sure you already know how to create a hyperlink (or else known simply as link) we at xHTML Coding decided that IF we are going to write HTML tutorial we are going to start from the roots up to the top. So no offense to whoever is already familiar [...]
Introduction to HTML – HTML language was first created in 1995 by Eric Mayer. While much of this information is still relevant, it is important to remember that it was written for HTML 2.0.
What is an HTML file ?
An HTML file is defined by w3schools.com as
HTML stands for Hyper Text Markup Language
An HTML file is [...]