| |
|
|
|
Listed Articles
|
Website Theme Backgrounds - Here Are Some Tips For Coding HTML And CSS
Designing the web design background of a web site whether you want it to be a repeated image, plain color, or even blank it is created using HTML and or CSS computer code. CSS and HTML are both mark-up languages; your browser takes the code and turns it, or 'marks it up', into the webpage you see on the display before you.
Here is how you design the background of your internet site: Your HTML for a simple web site looks like this:<html> <head> <title>Insert title of page here</title> </head> <body> Insert text here. </body> </html> That code would create a rather banal looking web site with no background.
If you want to add a background, you can change the <body> tag by adding an attribute: <body bgcolor="#000000"> This would create a back-ground in the color of black. The '#000000' bit is a hex code, which means black to the computer. So, your HTML code is now: <html> <head> <title>Insert title of page here.</title> </head> <body bgcolor="#000000"> Insert text here </body> </html>
You still have a very simple web-site, although now colored black. A better choice might be a picture for the background. To use a graphic, instead of color, as the web design background of your internet site you modify the tag with yet another attribute:<body> tag with another attribute: <body background="http ://examplesite dot COM/exampleimage . GIF"> Insert text here </body> Your code would now, after changing the color attribute with the new image attribute, look like:<html><head><title> Insert title of page here </title> </head> <bodybackground="http ://examplesite dot com/exampleimage dot GIF"> Insert text here. </body> </html> Super!
Keep in mind, those background attributes have been changed in the latest revision of HTML by The World Wide Web Consortium's recommendations. That means, that the code would work fine on your monitor, but no one wants you to write it that way anymore. To make the web-site code easier, you should use CSS as well. CSS does not replace HTML; it separates the style so everything is simpler to read.
Now when using CSS, there are two ways to define the identical background you used before: in-line CSS, and a CSS style sheet. Your simple web looks like this, using in-line CSS: <html> <head><style type="text/css"> body (background-image: URL ("http ://examplesite . COM/exampleimage . GIF")) </style> </head> <body> Insert text here. </body> </html>
The second option is to use a style sheet which divides the code into two files. Your exact same web site looks like this, using a CSS style sheet: Insert title of page here. Insert text here. And your style sheet is a separate file that looks like this: body (background-image: URL ("http ://examplesite . COM/exampleimage . GIF") I know you're thinking CSS seems more complex, but it really does simplify the process when you have hundreds of lines of code to keep track of.
Evan after creating a web design background, you have to check your web site text matches well with the background and the colors don't clash. Web site design comes down to two functions: knowing how to program the code, and knowing how to design the feel and look of your web site.
Tips To Generate Article Content Material For An Online Web Site You may generate content for your website in the most advantageous way by using a web professional. They will create articles and other copy that educates and entertains your visitors and at the same time makes your site more unique and visible to search engines.
Using Cost Free Link Swap 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.
Web Site Design Backgrounds - A Few Useful How To Suggestions For HTML And CSS Creating the background of the website - whether you want it to be a plain color, a repeated image, or even left blank - the display is created using HTML and/or CSS code. HTML and CSS are both mark-up languages; your web browser takes the code and from that displays the website on the screen.
The Function Of Graphics Design To Our Existences. Graphic designing is now widely used in the field of advertising, publicity and a very powerful tool in helping children enjoy learning.
Six Points To Take Into Account Whenever Employing 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?
More Articles
More Resources
|
 |
Terms of Service
- Earnings Disclaimer -
Privacy Policy
|