How To >> Browse Articles
Browse How To Articles
-
Using CSS to spice up your HTML
If you do not know HTML, check out this introduction: www.artbistro.com/training/articles/203-getting-started-with-html. For the rest of you im assuming that you have beginners knowledge of HTML. HTML is HyperText Markup Language, as the name says its only a Markup language. Its the bones and structure of the website. CSS (Cascading Styling Sheet) comes in as the skin and makeup. It makes your ...Submitted by EHoanshelt | -
Usability as a common courtsey
Usability as common courtesy Why your web site should be a mensch by Steve Krug "Sincerity: that's the hard part. If you can fake that, the rest is easy." — old joke about a Hollywood agent Some time ago, I was booked on a flight to Denver. As it happened, the date of my flight also turned out to be ...Submitted by Account Removed | -
Getting started with HTML
This is a short introduction to writing HTML. What is HTML? It is a special kind of text document that is used by Web browsers to present text and graphics. The text includes markup tags such as @@ to indicate the start of a paragraph, and @@ to indicate the end of a paragraph. HTML documents are often referred to as ...