Welcome to Web Design Guide
Google 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.
Google Web Design News
Google launches updated iPhone app - USA TODAY
![]() USA TODAY | Google launches updated iPhone app USA TODAY By Matthew Panzarino, The Next Web Google has today launched a new version of its Google Search app for iPhone, featuring faster operation, full-screen image and search interface and access to all Google apps in one place, reports Macstories. Latest Google Search App Update Results In Redesign Of iPhone Version Google Search 2.0 for iPhone offers new UI, quicker results, and full-screen ... Google Search iPhone App Gets A Total Redesign In The App Store |
Bob Moog: How to play the Moog doodle - Christian Science Monitor
![]() Wired News | Bob Moog: How to play the Moog doodle Christian Science Monitor The general principles of Moog's original design are intact in Google's tribute. Now web-searchers everywhere can experiment with a subtractive synthesizer, and maybe even play a few of their favorite songs (see how below). Google Honors the Legacy of Synthesizer Pioneer Bob Moog on His 78th Birthday ... I'm Feeling Moogy: Google Taps Native Web Audio for Awesome Moog Tribute Google Crafts Playable Bob Moog Synthesizer Doodle |
Australian Websites Still Viewed Most In IE Despite It's Worldwide Decline - San Francisco Chronicle (press release)
![]() SmartHouse | Australian Websites Still Viewed Most In IE Despite It's Worldwide Decline San Francisco Chronicle (press release) AN ISSUE FOR WEB DESIGN The major relevance of these statistics is to the online marketing industry particularly in Web design, websites generally display slightly differently in each of the major browsers, sometimes coding issues can cause major ... 5 Ways to Get the Most Out of Google Chrome Chrome Overtakes IE as the World's Most Used Browser Its Offical Chrome Is More Popular Than Microsoft Explorer |
Google Privacy Inquiries Get Little Cooperation - New York Times
![]() New York Times | Google Privacy Inquiries Get Little Cooperation New York Times Snippets of e-mails, photographs, passwords, chat messages, postings on Web sites and social networks — all sorts of private Internet communications — were casually scooped up as the specially equipped cars photographed the world's streets. |
Google Offers Free Websites to Ky. Small Businesses - HispanicBusiness.com
Google Offers Free Websites to Ky. Small Businesses HispanicBusiness.com After that, the cost is $2 a month for the domain name and $4.99 a month for Web hosting. Google is rolling out similar plans in other states. The company has partnered with Intuit to use the latter's Web site design tools to create the pages. Google urges Kentucky businesses to get online with free website program |






