Forum : fonts and blinks
Brief description  about Online courses   join in Online courses
View abhishek  shukla 's Profile

fonts and blinks

I have submitted the list assignment . I came across two question there

The first one is that I have used font color tag there . When I apply any font color to a particular line its get automatically applied in the following body contents
for example <h5><font color =red>1. List of financial terms</h5> then this red color gets applied in all the following contents even though I have closed the font tag.

The second problems is that I have used blink tags it works fine with Mozilla but not with IE

<h4><blink><font color =Green>Below are unordered lists in html</blink></h4>

This works with Mozilla but not with IE
Asked by abhishek shukla | Aug 24, 2009 |  Reply now
Replies (3)
View abhishek shukla 's Profile
Thanks its working now I closed the tag but instead of doing this way <h4><blink><font color =Green>Below are unordered lists in html</blink></h4></font> I did this way <h4><blink><font color =Green>Below are unordered lists in html</font></blink></h4>

Aug 25, 2009
View navneet khanna 's Profile
Hi Abhishek

you need to close the font tag.
Second question regarding the browser problem. It happens, thats why we create separate web pages for different browsers.

Regards
Aug 24, 2009
View alka purwar 's Profile
hi Abhishek

you forget the closing tag of font. check this..
<h4><blink><font color =Green>Below are unordered lists in html</blink></h4></font>

Regards
Aug 24, 2009