Welcome to Web Design Guide
Phoenix Arizona Web Design Article
. For a permanent link to this article, or to bookmark it for further reading, click here.
13. Understanding HTML
from:Once you’ve learnt it, HTML is a relatively simple language. However, while the HTML tags themselves are easy, creating an HTML document that works as intended on a web server requires you to know a few extra things that aren't often explained.
Understand Doctypes- Often valid HMTL documents don't actually start with the tag – they have one extra tag before it. This is the doctype, and it must be present right at the top of your document for it to be valid HTML. There are 2 doctypes you need to know about-
And the XHTML one-
The main function of doctype is to tell the web browsers exactly what version of HTML your page was written in, to help them to interpret it correctly.
HTTP Errors-HTTP is the way a web browser communicates with a web server, and this communication includes information about your pages, such as histories, cookies etc. You need not worry about the internals of HTTP, but it's worth knowing that it works by the browser sending a request to the server for a certain page, and the server then responding with a code.
Your website should be set up to handle error codes well. For example, a 404 (page not found) error should show a page with links to the most useful parts of your site. Other common error codes include:
200 - OK
301 - Page moved.
403 - Forbidden (no authorization to access).
500 - Internal server error.
MIME Types- MIME types are another part of the HTML header. They tell the web browser what kind of file they are about to send. Browsers don't rely on HTML files ending in .html, JPEG images ending in .jpeg, and so on: they rely on the content-type header. Mentioned below are some common MIME types:
text/html – HTML
text/plain - plain text.
text/css - CSS
image/png - PNG image
image/gif - GIF image.
image/jpeg - JPEG image.
How to Insert things that aren't HTML- One of the common problems faced by HTML users is how to insert things like Javascript and CSS into an HTML document. Luckily this is one of the easiest problems to solve: you simply use the link and script tags, like-
And you’re done.
Phoenix Arizona Web Design News
Choiceonesolutions.com Wins Best Web Design Firm in Arizona Award - Broadcast Newsroom
Choiceonesolutions.com Wins Best Web Design Firm in Arizona Award Broadcast Newsroom PHOENIX, AZ -- (Marketwire) -- 05/21/12 -- The leading business association in Northern California has come out with their rankings of top web design firms and they have nominated and elected Choiceonesolutions.com as the winner for the second straight ... |
Universal Web Consulting Helps Small Businesses Harness Social Media's True Power - MarketWatch (press release)
Universal Web Consulting Helps Small Businesses Harness Social Media's True Power MarketWatch (press release) PHOENIX, AZ, May 15, 2012 (MARKETWIRE via COMTEX) -- Businesses of all sizes, and in all industries, are constantly looking for ways to stand out. Distinguishing one's company from the competition, bringing in new customers, and retaining high levels ... |
Summer Staycation Guide: Places you have to see - AZFamily
Summer Staycation Guide: Places you have to see AZFamily by Tyson Milanovich PHOENIX -- Part two of the 3TV Summer Staycation Guide is a closer look at some of the must-see resorts and hotels in the Valley. These are the places you just have to be able to say you've stayed at. A Hollywood hangout since 1929, ... |
FOX 10 News - Phoenix, AZ | KSAZ-TVAP IMPACT: Evacs and drills pared near nuke ... - MyFox Phoenix
FOX 10 News - Phoenix, AZ | KSAZ-TVAP IMPACT: Evacs and drills pared near nuke ... MyFox Phoenix The Web archives of FEMA and the NRC show no news releases on the changes during December 2011 and January 2012. The revisions took effect Dec. 23, at the peak of the holiday season when Americans tend to focus on last-minute gift shopping and social ... |
Draeger Refutes WSB-TV's Misleading Report On Its Breathing Equipment - Sacramento Bee
Draeger Refutes WSB-TV's Misleading Report On Its Breathing Equipment Sacramento Bee "Concerning the allegations that fire departments in Phoenix (Arizona), Anchorage (Alaska) and Vancouver (British Columbia) also experienced potentially disastrous problems with our SCBAs, we believe that the problems experienced in those fire ... |


