Web Site Design Backgrounds - Several Effective How To Tips For HTML And CSS

This is how you create the background of your website: Your HTML code for a simple website looks like this: <html> <head> <title>Insert title of page here.</title> </head> <body> Insert text here. </body> </html> That code would make a rather banal looking site with no background and for the lowest of web design prices.

If you want to add in a background, you can modify the <body> tag by adding an attribute: <body bgcolor="#000000"> This would create a background in the color of black. The '#000000' bit is a hex code, which basically means black to the computer. So, your full HTML code is : <html> <head> <title>Add title of page here.</title> </head> <body bgcolor="#000000"> Insert text here. </body> </html>

You still have a simple website, although now colored black. More exciting would be an image for a background. To use an image, instead of color, as the background of your site you modify the <body> tag with one more attribute: <body background=" Examplesite . COM/exampleimage . GIF"> Add text here. </body> Your code would now, after replacing the color attribute with the new image attribute, look like: <html><head><title> Insert page title here. </title> </head> <body background="Examplesite . COM/exampleimage . GIF"> Insert text here. </body> </html> Excellent! And the web design cost will be just slightly more.

But, these background attributes have been deprecated in the latest version of HTML by The World Wide Web Consortium's recommendations. That means, basically, that that code would still work fine on your screen, but no one actually wants you to write it that way any longer. To make the site code easier, you should use CSS as well. CSS doesn't replace your HTML; it separates the style so everything is easier to read.

Now using CSS, there's two different methods to define the same background you used before: in-line CSS, and a CSS style sheet. Your simple web site looks like this, using in-line CSS: <html> <head> <style type="text/css"> body background-image: url("Examplesite . COM/exampleimage . GIF") </style> </head> <body> Insert text here. </body> </html>

The second, and neater, option is to use a style sheet which separates the code into 2 different files and the web design price could be unchanged. Your exact same web site looks like this, using a CSS style sheet: <html> <head> <link rel="stylesheet" type="text/css" href="mystyle . CSS" /> <title>Insert title of page here.</title> </head> <body> Insert text here. </body> </html> And your style sheet itself is an individual file that looks like this: body background-image: url("Examplesite . COM/exampleimage . GIF") I know you are thinking CSS seems more complex, but it actually does simplify things when you have hundreds of lines of code to keep track of.

Obviously after creating a background, you have to check your site text matches well with the background and the colors don't clash. Web design comes down to 2 areas: knowing methods to write the code, and knowing ways to design the look and feel of your website.

SEO Website Design By SFW Internet Marketing - A Brisbane Web Design & Website Design Company For Exceptional Results
A great website has easy navigation . Visitors need to be able to simply click a link - or at the most two clicks - and access the information they want from your website . If not, then it's likely that your website has too many deep links .

Six Points To Look At Before Selecting A Web Design Company
Hiring a Web Designer can be a real nightmare if you don't have any web design knowledge or experience. You'll find that there may be a lot of competition from many kinds of experts. How can you tell which one of them will offer you the best deal?

Using Link Trade Directories
Link exchanges can be a very efficient and effective way of managing and increasing traffic and raising the search engine results page (SERP) of websites. By using free link exchange directories, it increases the number of visitors to your web site due to the additional backlinks to your website.

What Should You Expect From Your Website
When you think about a website, you should expect content that is attractive, easy to navigate, favorably presented for search engines, and with the ability for the visitor to easily make a purchase. A professional website company is most likely to design and promote the site that you expect.

Starting A Web Site Which Is Google And Bing Friendly
Creating a search engine friendly website is essential to a successful online business. Using a website professional optimizes producing a website with the appropriate keywords in appropriate numbers as well as providing interesting article content useful to your customers while attracting even more traffic by searches.

Trying To Find Fancy Squeeze Page Ideas? Here's What Truly Work
A squeeze page is a landing page, with the purpose of getting your website visitor to opt-in to your mailing list. That is its only purpose - nothing else. It is not a sales page! You just want them to sign up to your mailing list.

Most Necessary Information And Facts Concerning Web Design
The first thing people are likely to notice when they visit your site is its appearance. It is a good idea to make sure the content is clear and concise so there won't be any confusion about where to find information.

More Articles

Blogroll

Home | Sitemap | Contact Us | Privacy Policy | Terms Of Service

Copyright © 2006 - All Rights Reserved.