These 2 features allows you to expend your row and columns across multiple other columns and rows when they would usually be forced to stop. In this tutorial we will learn how to use these attributes.
Why...
MARGIN ATTRIBUTE
Like any other document we can select TOP, BOTTOM, LEFT, RIGHT Margin for HTML document
Here is an example
<HTML><HEAD><TITLE> Example of Margin Attribute </TITLE></HEAD><Body...
BACKGROUND ELEMENT
With this element we can change the background with image. For this we can use JPG, PNG, GIF,JPEG image. In the beginning we have said we need to keep HTML files in a folder. If you didnt do that yet,...
BGCOLOR ELEMENT(Background Color)
We didnt add any background color yet. Now we will add background color. We have to put it as attribute under the <BODY> tag. For color we can directly add RED, GREEN, BLUE, WHITE or we can use...