Sponsored Links

Featured Links

Other Topics
Sponsored Links



Quote of the Day

"If you're trying to achieve, there will be roadblocks. I've had them; everybody has had them. But obstacles don't have to stop you. If you run into a wall, don't turn around and give up. Figure out how to climb it, go through it, or work around it."

Michael Jordan

FEATURED
INTERNET
PRODUCTS
 
Fast Domain Riches
 
Domain Traffic Income Domain Investing...
 
Unlock The Money Making Secrets With Domain...
 
Domain Auction Profit
 
Beyond Domaining - Rapid Domain Name Development...
 




 


Google

 
Featured Html Articles

An Easy Way to Choose Attractive Color Combinations
An Easy Way to Choose Attractive Color Combinationsby Sunil Tanna of Answers 2000 http://www.ans2000.com/-----------------------------------------------------------------Publication Terms And Conditions:Answers 2000 Limited grants you a free non-exclusive ...

Html Email Greeting?
For those who want to be among the throng who are rushing to send out their greeting cards via every possible types of mail service, then online greeting it is. Although this is a wise choice, it is important to note that there are some things that ...

The Secret Benefit Of Accessibility Part 1: Increased Usability
Web accessibility has so many benefits that I really do wonder why such a large number of websites have such diabolically bad accessibility. One of the main benefits is increased usability, which according to usability guru, Jakob Nielson, can increase ...





5 Steps to Understanding HTML
 
HTML is a relatively simple language, but that doesn't stop people from having problems with it. Why is that? It's mainly because, 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. Here, then, is a guide to understanding those parts of HTML that they just don't tell you about in the books.
Step 1: Understand Doctypes.
It isn't often noted that 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 only really two doctypes that you really need to know about. The HTML4 doctype looks like this:
The XHTML one looks like this:
These versions of the doctypes that are a little more forgiving - if you're a purist, you can use the strict ones instead by changing the words 'transitional' and 'loose' to 'strict'.
But what is the doctype for? Well, its purpose is simple enough: it tells web browsers exactly what version of HTML your page was written in, to help them to interpret it correctly.
Step 2: Understand HTTP Errors.
A truly shocking number of people writing HTML pages don't know how HTTP works - and they quickly run into trouble because of it. HTTP is the way a web browser communicates with a web server, and this communication includes information about your pages, such as cookies.
You don't need to worry too much 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 authorisation to access).
500 - Internal server error.
For more information, visit www.w3.org/protocols.
Step 3: Understand MIME Types.
MIME types are another part of the HTML header - an important one. Also known as the content-type header, they tell the 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. If you don't know about this, you can have problems if you need to configure your server to send anything unusual.
Here are some common MIME types:
text/html - HTML.
text/css - CSS
text/plain - plain text.
image/gif - GIF image.
image/jpeg - JPEG image.
image/png - PNG image.
audio/mpeg - MP3 audio file.
application/x-shockwave-flash - Flash movie.
Step 4: Understand Link Paths.
One of the hardest things to understand about HTML is all the different things that you can put in an 'href' property. Abbreviated URLs are created using the rules of old text-based operating systems, and there are plenty of people writing HTML today who are completely unfamiliar with these rules.
Here are some examples. For each one, the assumption is that the link is on a page at http://www.example.com/example1/example1.html.
- links to http://www.example.com/example1/example2.html
- links to http://www.example.com/example1/example2.html
- links to http://www.example.com/example2.html
- links to http://www.example.com/example2.html
- links to http://www.example.com/
- links to http://www.example.com/example1
To put it simply, one dot means "in the folder we're in now", while two dots means "in the folder above the one we're in now". This can get confusing fast - just look at the difference one dot can make! Be careful with it.
Step 5: Understand How to Insert Things That Aren't HTML.
One of the most common HTML questions is how to insert things like Javascript and CSS into an HTML document. This is one of the easiest questions to answer: you simply use the link and script tags, like this:

About The Author

John Bradford is a Premier Web Designer, With more then 10 years of experience. Currently maintaining www.netking.info/webdesign Website With Free Web Design Articles.

Html News



Wired News (blog)

Texas Jury Strikes Down Patent Troll's Claim to Own the Interactive Web
Wired News (blog)
TYLER, Texas — After threatening web companies for more than a decade, Michael Doyle and his patent-holding company Eolas Technologies — named after the Irish word for knowledge — may be finished. An eight-member federal jury in East Texas ...
Jury strikes down Eolas' 'Interactive Web' patentCNET
Eolas loses landmark Web patent caseZDNet (blog)
Jury rules that Eolas's "interactive web" patent is invalidArs Technica
Wall Street Journal (blog) -BusinessWeek
all 36 news articles »

USA TODAY

Oracle Broadens Reach in Web-Based Software
Wall Street Journal
Unlike the majority of Oracle's software, which customers install on computer servers they own and operate, Taleo's products are delivered online and accessed via a Web browser. The model, known as cloud computing or software as a service, ...
Oracle to Buy Taleo for $1.9 BillionNew York Times
Oracle to buy Taleo for $1.9 bln; cloud war brewsReuters
Oracle Will Purchase Taleo for $46 a Share in Deal Valued at $1.9 BillionBloomberg
Reuters Canada -San Francisco Chronicle
all 430 news articles »

Wired News

From Russia With Tech Support: Open Source NGINX Remakes Web Servers
Wired News
By Caleb Garling The second most popular web server on the planet no longer comes from Microsoft. It comes from NGINX. And now, the tiny Russian outfit wants to actually make some money from its widely popular open source server software.
Commercial Support now available for the open-source NGINX Web serverZDNet (blog)
Web serverCNET
NGINX Launches Commercial Support for Its World Renowned Open Source Web ServerMarketWatch (press release)

all 15 news articles »

Daily Mail

Review: Chrome 17, faster than ever, more secure than ever.
ZDNet (blog)
By Steven J. Vaughan-Nichols | February 9, 2012, 4:47pm PST Summary: Google's popular Chrome Web browser just keeps getting faster and more secure with every release. Google's Chrome 17 Web browser is better than ever. Chrome 17, the latest and ...
Google: We'll pay you to track the Web sites you visitCNET
Share Your Web Browsing Activities With Google, Get Paid $25PC Magazine
Google to pay web users to browse their favourite sites - as long as search ...Daily Mail
Register -Los Angeles Times
all 194 news articles »

ZDNet (blog)

Chrome Web browser comes to Android phones, tablets
CNN
Google launched a beta version of Chrome for Android smartphones and tablets Tuesday, delivering a mobile version of the popular desktop web browser after a very long wait. Indeed, both Android and Chrome launched more than three years ago, ...
Google Chrome Web browser finally comes to AndroidZDNet (blog)
Google touts website prefetching with Chrome 17Inquirer
Updated Chrome browser scans downloaded files for malwaremsnbc.com
PCWorld -Los Angeles Times
all 540 news articles »