Atributul Codul HTML Rezultatul
Start=n

<html>

<head>

<title>Liste </title>

</head>

<body>

Liste ordonate

<ol start=3>

<li>Introducere în limbajul HTML </li>

<li>Noţiuni introductive </li>

<li>Formatare text </li>

</ol>

</body>

</html>

type5
Type=A

<html>

<head>

<title>Liste </title>

</head>

<body>

Liste ordonate

<ol type=A>

<li>Introducere în limbajul HTML </li>

<li>Noţiuni introductive </li>

<li>Formatare text </li>

</ol>

</body>

</html>

type1
Type=a

<html>

<head>

<title>Liste </title>

</head>

<body>

Liste ordonate

<ol type=a>

<li>Introducere în limbajul HTML </li>

<li>Noţiuni introductive </li>

<li>Formatare text </li>

</ol>

</body>

</html>

type2
Type=I

<html>

<head>

<title>Liste </title>

</head>

<body>

Liste ordonate

<ol type=I>

<li>Introducere în limbajul HTML </li>

<li>Noţiuni introductive </li>

<li>Formatare tex </li>

</ol>

</body>

</html>

type3
Type=i

<html>

<head>

<title>Liste </title>

</head>

<body>

Liste ordonate

<ol type=i>

<li>Introducere în limbajul HTML </li>

<li>Noţiuni introductive </li>

<li>Formatare text </li>

</ol>

</body>

</html>

type3