Change the font of text with CSS
Posted by bateto under CSS Basics
We can specify the font, with which the text to be displayed. Read the rest of this entry »
We can specify the font, with which the text to be displayed. Read the rest of this entry »
We can style text with CSS for a lot of time. So there is no big reason to continue to use the tag to style text. Instead of this deprecated tag we could easily use CSS. Read the rest of this entry »
Problem
To use CSS to apply styles to HTML document is a very good practice. But how to select more accurately different parts of a HTML document and how to apply different properties to HTML of the same type ?
To solve this problem to our help come the CSS selectors. Read the rest of this entry »