HTML & CSS

HTML & CSS tutorials to master your skills in front-end web development. The how-to style your web layout and make it cross browser compatible

What is CSS

What is CSS

Thursday, April 10th, 2008

If the question is referred to the meaning of the three letters acronym CSS the extended meaning of CSS is Cascading Style Sheets. If you are new to web development and at the first stages of learning html it would be nice to show interest about CSS since the early days. But then question raises [...]

HTML and DIV

HTML and DIV

Monday, March 24th, 2008

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 [...]

HTML Tables

HTML Tables

Wednesday, September 26th, 2007

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 [...]

Hyperlink

Hyperlink

Saturday, September 15th, 2007

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

Introduction to HTML

Friday, September 14th, 2007

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 [...]