You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
298 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Html5</title>
<meta charset="UTF-8">
<style type="text/css">
#center {text-align: center;}
#right {text-align: right;}
</style>
</head>
<body>
<h3>Title of level 3</h3>
<h3 id="center">Title of level 3</h3>
<h3 id="right">Title of level 3</h3>
</body>
</html>