You are on page 1of 1

<html>

<head>
</head>
<body>
<ul type="square">
<li>apple</li>
<ol start="10" type="I">
<li>red</li>
<li>green</li>
</ol>
<li>banana</li>
</ul>
<dl>
<dt>Apple</dt>
<dd>delicious fruit</dd>
<dt>Orange</dt>
<dd>an even delicious fruit</dd>
</body>
</html>

You might also like