Archive for XHTML

Things to think about before creating a website.

Computer box design1

In this tutorial I will explain:

  1. The main concepts behind web design
  2. Techniques to draw and keep visitors
  3. Important Elements of web design
  4. Possible elements to increase traffic to your site

What is web design?
So I recently read an article by Jeffrey Zeldman which talked about how web design should have a purpose, it should:

Facilitate and encourage human activity; reflect or adapt to individual voices and content; and change gracefully over time while always retaining their identity (Zeldman ).

Read the rest of this entry »

XHTML: HTML to XHTML

In this tutorial I will:
•Explain five rules to make that switch to XHTML.

W3C has noted a few differences from HTML 4.0 and XHTML. All of these changes were made to make websites around the globe to meet standards. There are five main changes…
Read the rest of this entry »

XHTML: Doctypes

In This Tutorial I Will:
•Explain XHTML’s special rule, Doctype.

XHTML has multiple new standards, but one of the most important is the use of a Doctype. Doctype stands for Document Type, and must be placed before the <html> tag; Doctype must be the very first bit of code on a website.
Read the rest of this entry »

XHTML: Intro to XHTML

In this tutorial I will explain:
•What XHTML is…
•What XHTML does…
•And some common questions about XHTML.

XHTML stands for EXtensible Hyper Text Markup Language. XHTML is used to create websites on the World Wide Web (WWW). It’s normally used with other scripting and markup languages like JavaScript, PHP, XML and CSS to create dynamic, interactive and fun websites. XHTML is the new standard [As declared by W3C] replacing HTML 4.1 to make websites more compatible in the world of WEB 2.0. XHTML is currently at version 1.0.

Read the rest of this entry »