|
From: | Thorsten Glaser |
Subject: | [Lynx-dev] Re: title attribute, audio/video tags |
Date: | Wed, 26 Jan 2011 17:13:24 +0100 (CET) |
User-agent: | Alpine 2.00 (DEB 1167 2008-08-23) |
Dixi quod… > I’ve been wondering to make the attached example file more useful. Er, yes: <html><head>Test</head><body> <p>Foo <span title="bar">Baz</span> Blubb.</p> <img src="foo.jpg" alt="bar" /> <hr /> <audio src="horse.ogg" controls="controls"> Your browser does not support the audio element. </audio> <hr /> <audio controls="controls"> <source src="song.ogg" type="audio/ogg" /> <source src="song.mp3" type="audio/mpeg" /> Your browser does not support the audio element with sources. </audio> <hr /> <video src="movie.ogg" controls="controls"> your browser does not support the video tag </video> <hr /> <p>Foo <div title="bar">Baz</div> Blubb.</p> </body></html>
[Prev in Thread] | Current Thread | [Next in Thread] |