If I use college English letters in the html code, the font size cannot be modified in the IE browser. Even if I define fonts of other sizes, it is useless. It can be used in Firefox. I don’t know how to solve this problem.
<!DOCTYPE HTML><html> <head> <meta charset="gb2312" /> <title></title> <style> .title a{ font-size:14px; font-weight:bo1d; color:#000;} .title span{float:right;} .title span a{ font-weight:normal; font-size:12px;} </style> </head> <body> <div class="title"><span><a href="#">>>MORE</a></span><a href="#">111111111</a></div> </body></html>