mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-25 11:22:50 +00:00
221 lines
No EOL
2.5 KiB
HTML
221 lines
No EOL
2.5 KiB
HTML
<html>
|
|
<body>
|
|
<ul>
|
|
<li> first item
|
|
<li> second item
|
|
<li> third item
|
|
<li> fourth item
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
Nested lists:
|
|
<ul>
|
|
<li> first item
|
|
<li> second item
|
|
<li> a nested list
|
|
<ul>
|
|
<li> first nested item
|
|
<li> second nested item
|
|
</ul>
|
|
<li> fourth item
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
Numbered list:
|
|
<ol>
|
|
<li> first item
|
|
<li> second item
|
|
<li> third item
|
|
<li> fourth item
|
|
</ol>
|
|
|
|
<hr>
|
|
In a fixed width table:
|
|
<table width=100 border=1 bgcolor=white>
|
|
<tr><td>
|
|
<ul>
|
|
<li> first item
|
|
<li> second item
|
|
<li> third item
|
|
<li> fourth item
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
Nested lists:
|
|
<ul>
|
|
<li> first item
|
|
<li> second item
|
|
<li> a nested list
|
|
<ul>
|
|
<li> first nested item
|
|
<li> second nested item
|
|
</ul>
|
|
<li> fourth item
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
Numbered list:
|
|
<ol>
|
|
<li> first item
|
|
<li> second item
|
|
<li> third item
|
|
<li> fourth item
|
|
</ol>
|
|
</td></tr>
|
|
</table>
|
|
|
|
<hr>
|
|
In a variable width table:
|
|
<table border=1 bgcolor=white>
|
|
<tr><td>
|
|
<ul>
|
|
<li> first item
|
|
<li> second item
|
|
<li> third item
|
|
<li> fourth item
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
Nested lists:
|
|
<ul>
|
|
<li> first item
|
|
<li> second item
|
|
<li> a nested list
|
|
<ul>
|
|
<li> first nested item
|
|
<li> second nested item
|
|
</ul>
|
|
<li> fourth item
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
Numbered list:
|
|
<ol>
|
|
<li> first item
|
|
<li> second item
|
|
<li> third item
|
|
<li> fourth item
|
|
</ol>
|
|
</td></tr>
|
|
</table>
|
|
|
|
<hr>
|
|
Now the same thing in a right to left context:
|
|
|
|
<div dir=rtl>
|
|
<hr>
|
|
<ul dir=rtl>
|
|
<li> first item
|
|
<li> second item
|
|
<li> third item
|
|
<li> fourth item
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
Nested lists:
|
|
<ul>
|
|
<li> first item
|
|
<li> second item
|
|
<li> a nested list
|
|
<ul>
|
|
<li> first nested item
|
|
<li> second nested item
|
|
</ul>
|
|
<li> fourth item
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
Numbered list:
|
|
<ol>
|
|
<li> first item
|
|
<li> second item
|
|
<li> third item
|
|
<li> fourth item
|
|
</ol>
|
|
|
|
<hr>
|
|
In a fixed width table:
|
|
<table width=100 border=1 bgcolor=white>
|
|
<tr><td>
|
|
<ul>
|
|
<li> first item
|
|
<li> second item
|
|
<li> third item
|
|
<li> fourth item
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
Nested lists:
|
|
<ul>
|
|
<li> first item
|
|
<li> second item
|
|
<li> a nested list
|
|
<ul>
|
|
<li> first nested item
|
|
<li> second nested item
|
|
</ul>
|
|
<li> fourth item
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
Numbered list:
|
|
<ol>
|
|
<li> first item
|
|
<li> second item
|
|
<li> third item
|
|
<li> fourth item
|
|
</ol>
|
|
</td></tr>
|
|
</table>
|
|
|
|
<hr>
|
|
In a variable width table:
|
|
<table border=1 bgcolor=white>
|
|
<tr><td>
|
|
<ul>
|
|
<li> first item
|
|
<li> second item
|
|
<li> third item
|
|
<li> fourth item
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
Nested lists:
|
|
<ul>
|
|
<li> first item
|
|
<li> second item
|
|
<li> a nested list
|
|
<ul>
|
|
<li> first nested item
|
|
<li> second nested item
|
|
</ul>
|
|
<li> fourth item
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
Numbered list:
|
|
<ol>
|
|
<li> first item
|
|
<li> second item
|
|
<li> third item
|
|
<li> fourth item
|
|
</ol>
|
|
</td></tr>
|
|
</table>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html> |