Your web browser is outdated! You should upgrade to Internet Explorer 7 to view the web correctly.

Web Browser Usage Trends

ie-logo

Firefox seems to be the browser of choice these days. This is great news for the internet. Check out these interesting tables. Read More

Posted Under WebGeneral By ThePerfectCrime
95 views

Valid Coding Is Back And Has Twitter!

twitter_logo-300x110

We decided to resurrect Valid Coding as a subdomain off of our coding portfolio. Feel free to read all the articles and leave comments. Also check out our Twitter @valid_coding.

Posted Under Website News By ThePerfectCrime
97 views

XHTML DocTypes

Here I will explain you how to set the Document Type Definition (DTD) of an XHTML web-page. The DTD tag goes at the start of your coding before the starting html tag. There is no end tag or self-closing for the DTD tag.

There are 3 Doctypes usable by an XHTML document. Strict, Transitional, and Frameset. The doctype is used when validating an XHTML document’s content against a DTD to find markup errors. Read More

Posted Under Coding, Validating, XHTML, XHTML By krickett
397 views

The Head Tag

The <head></head> tags can contain many different tags in it. Today I will talk about three of them: title, link, and meta. Read More

Posted Under Coding, XHTML By krickett
414 views

Heading Tags

Yes the <h1>-<h6> tags. You need to know them and they are so easy to use! Of course you could use CSS to do the same thing these XHTML tags do but this is so much simpler. Read More

Posted Under Coding, XHTML By ThePerfectCrime
389 views

Navigation Part II: Rollovers

Rollovers help the user see that they are about to click the link and also are appealing to the eye. In this tutorial you will learn how to make the rollovers for the navigation.
Read More

Posted Under CSS, Coding, XHTML By krickett
510 views

Coding Your Navigation

In this tutorial I will explain how to code a navigation in XHTML and CSS.

Finished product: Navigation Preview
Read More

Posted Under CSS, Coding, XHTML By ThePerfectCrime
448 views

IDs and Classes

IDs and Classes can be mixed up a lot if you do not know what you are doing. You cannot use an ID more than once in an XHTML document or it renders the page invalid. A perfect use for this would be for a banner. Classes on the other hand were designed for to be used multiple times on a page. An ideal class would be for a content heading used numerous times.

Read More

Posted Under CSS, CSS, Coding, Validating, XHTML, XHTML By ThePerfectCrime
343 views

Floats

Floats are basically the same as the align attribute. They are super easy to use! Read More

Posted Under CSS, Coding, XHTML By ThePerfectCrime
368 views

Links

A link is what guides you though the web. You could, of course, manually type in URLs but this facilitates the whole process. Say for example you want to return to the homepage. What would you do? You would click the home button near the top of the page.

XHTML Code

<a href=”http://valid.xhtmlpros.com”>Valid Coding</a>

Live Preview
Valid Coding

Explanation

The “href” attribute defines the path of the link. Just change that to the target of your link.

Posted Under Coding, XHTML By ThePerfectCrime
322 views

Support Valid Coding

You can support us at Valid Coding directly by checking out our sponsors. Thank you.

Posted Under Website News By ThePerfectCrime

Recent Posts

Meta