Web Design Guide

Web Banner Design Section


 


Social bookmarking
You like it? Share it!
socialize it

Newsletter

Subscribe to our newsletter AND receive our exclusive Special Report on Web-Design
First Name:
Email address:



Main Web Banner Design sponsors


 

Latest Web Banner Design Link Added

INSERT YOUR OWN BANNER HERE

Submit your link on Web Banner Design!



 

Welcome to Web Design Guide

 

Web Banner Design Article

Thumbnail example. 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.



Other Web Banner Design related Articles

Understanding HTML
HTML Editors For Your Website
Designing A Mobile Compatible Website
IIS The Flop Microsoft Server
Different Kinds Of Websites

Do you want to contribute to our site : submit your articles HERE


 

Web Banner Design News

Web Design Company New York, Trance Web Design Launches Flash Banner Services

By incorporating flash designs into a corporate website, or to host it as an ad on any third party website, the organization can effectively showcase products and services in a more propounding manner. With a flash banner on the homepage of a website, not only does it adds grace to its overall look and feel, but will also increase the chances of visitors to stay more engaged. Animated banners ...

Read more...


Web Design and Online Marketing Agency Blazonco Announces Record Company Growth

Seven new employees help Blazonco reach growth targetSan Clemente (PRWEB) April 27, 2012 Web design and online marketing agency Blazonco today announced the hiring of seven new employees, a record increase that helps the company achieve its growth target of nearly 30 employees in total. Hiring two web designers, one marketing specialist and four account executives has brought the company total ...

Read more...


OK.gov Unveils Newly Designed Web Portal

Today, the state of Oklahoma unveiled a new design and major functional enhancements to the official state web portal, OK.gov. The new and improved OK.gov introduces cutting-edge design and technology to enhance how state government interacts with the citizens and businesses of Oklahoma.

Read more...


Bye, Bye Waterfall: 5 Steps to Implement Responsive Web Design

Congratulations, you’ve finally convinced the powers that be that your next Web-design project needs to be responsive. It was tough work convincing them, but you can’t rest on your laurels now. The most critical decision of the project remains: how is your team going to build it? Guest author Travis Sheppard is VP of Technology at BGT Partners , a 2010, 2011 and 2012 Ad Age Top 15 Best Place to ...

Read more...


How the parallax effect is used in web design

Ryan Boudreaux defines the parallax effect and how it has been used in animation and gaming. It is also an effect that can be achieved in web design. Here are some examples.

Read more...