Posts

Showing posts with the label styles

USING DIFFERENT STYLES IN HTML.

Image
STYLES html provides us many ways to improve and glorify the structure, look and design of the page  some of such features are as follows   BOLD. UNDERLINE. ITALICS. STRIKE THROUGH. SUBSCRIPT. SUPERSCRIPT. SYMBOLS. AND MANY MORE....... LETS START WITH BOLD. 1.  W ith the help of bold we can make the letters more visible and clear to see and also we can                 highlight the specific letters , words and sentences. 2.  It is very simple to use this feature, just there is only one tag to use. 3.  So use <b> bold tag in an area where you want to apply this effect and then close the bold tag        </b>. its that simple. Lest see an example and understand this............ CODE OUTPUT As you can see the highlighted part has bold effect. NOW LETS CHECK UNDERLINE. 1, Now underline. underline is as similar as bold. 2. underline is used when we have to highlight and make it more visi...