mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-12 05:49:19 +03:00
91300f840f
Added code to use style attribute of elements. svn path=/import/netsurf/; revision=14
19 lines
768 B
HTML
19 lines
768 B
HTML
<html>
|
|
<head>
|
|
<title>Title</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1 style="width: 80%">Heading</h1>
|
|
|
|
<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque <b>habitant <i>Morbi</i></b> tristique Senectus et Metus et malesuada Fames ac turpis Egestas. (This paragraph has no closing tag.)<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; <b>Pellentesque</b> habitant Morbi tristique Senectus et Metus et malesuada Fames ac turpis Egestas.</p>
|
|
|
|
<table><tr><td style="width: 30%; height: 1em">Cell 1</td><td style="width: 50%;">Cell 2<p>More cell 2</p></td></tr>
|
|
<tr><td>Cell 3</td><td>Cell 4</td></tr></table>
|
|
|
|
<p>Inline text <div>containing a block</div> and more text.</p>
|
|
|
|
</body>
|
|
</html>
|