Page is a not externally linkable
- Google
-- Google News Archive
---- <h1><font size=> tags ignored


WarmGlow - 11:33 am on Jul 16, 2003 (gmt 0)


HTML is a structural markup language, and the <h1> and </h2> tags indicate a structural element: a top-level headline. That value shouldn't change because of a presentational element such as <font> and </font> tags.

europeforvisitors,

Nice theory but it does not work in practice. Create a new HTML document with the following lines and then view the document in your web browser.

<html>
<head>
<title>Font Size Test</title>
</head>
<body text="#000000" bgcolor="#ffffff">
<h1><font size="-3">This Is Not Important Text</font></h1>
<h2><font size="+3">This Is Important Text</font></h2>
<blockquote>Google gets it right.</blockquote>
</body>
</html>


Thread source:: http://www.webmasterworld.com/google_archive/15279.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com