Re: does lynx actually text only
As most likely posted before, Lynx only renders text. It does render different styles for different tags. Copy and paste this to get an example:
HTML Code:
<html>
<head>
<title>PAGE TITLE</title>
<link rel="stylesheet" href="default.css"> <!-- Is completely ignored -->
</head>
<body>
<h1 align="center">HEADING<!--That still appears in the center and headerish --></h1>
<p>
<b>BOLD <!-- Appears in red --></b>
<i>ITALICS <!-- Appears in seafoam green --></i>
<code>CODE <!-- Appears in a dark green --></code>
<blockqoute>BLOCKQUOTE</blockquote>
<table>
<tr>
<td rowspan="3">I Hate:</td>
<td>Steve Ballmer</td>
</tr>
<tr><td>and</td></tr>
<tr><td>iPads</td></tr>
</table>
For a full signature / about me, see my website.
Bookmarks