Html Styling:
In every Html element has a default style i.e.text colour is black and background colour is white.You can change default style of Html element by using style attribute.
This example background colour from white to grey.Always remember that in Html spelling of colour is used as color ,colour spelling doesnt work only color work.
Example:
And when you will see it in browser it will look like;
Html Text Color:
Text color can be changed in html.Example:
Now when you open it in browser it will look like:
Html Fonts:
Font-family property defines font to be used in html.Example:
You will look in your browser like this:
Html Text Size:
Font size property defines text size in html.Example:
When you will open it in browser:
No comments:
Post a Comment