- Get link
- X
- Other Apps
- Get link
- X
- Other Apps
Hypertext Insert Options
Colors Insert
- We can apply color for Page Background as follows.
- Applying color to words
<Html>
<Head>
<Title>Background</Title>
<Body BGColor="blue">
</Body>
</Html>
<Head>
<Title>Add Color</Title>
<Body><Font color="Green">Add Green</Font>
</Body>
</Html>
In both cases mentioned above, instead of the name of the color used, the code related to that color can be applied.
Eg :-
<Html>
<Head>
<Title> Background </Title>
<Body BG Color=#0000FF>
</Body>
</Html>
When applying colors by code, if the code prefixed with '#' has English letters, it should be applied in capitals.
- Get link
- X
- Other Apps