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