Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
</head>
<body>
<head>
<style>
ul {
list-style:disc;
}
</style>
</head>
<ul>
<li>Tutoriel HTML</li>
<li>Tutoriel CSS</li>
<li>Tutoriel PHP </li>
</ul>
</body>
</html>