programming-examples/html/Basics/separators.html

12 lines
129 B
HTML
Raw Normal View History

2019-11-18 14:44:36 +01:00
<!DOCTYPE html>
<html>
<head>
<title>Html5</title>
<meta charset="UTF-8">
</head>
<body>
Chapter 1
<hr>
Chapter 2
</body>
</html>