10-27-2015, 03:50 AM
The result of actions taken in previous post is shown in the following picture
From above picture, it can be seen that the whole page is a body of the web page and background image that was 8x8 pixels in size is tiled over the whole body area of the page.
If you don't want to have a background color or a background image of your web page, you can omit
body
{
}
in your "default.css" document. It is all about styling of your page, however you want it to be.
If you want to know more about HTML or CSS, visit W3Schools
From above picture, it can be seen that the whole page is a body of the web page and background image that was 8x8 pixels in size is tiled over the whole body area of the page.
If you don't want to have a background color or a background image of your web page, you can omit
body
{
}
in your "default.css" document. It is all about styling of your page, however you want it to be.
If you want to know more about HTML or CSS, visit W3Schools