13 lines
203 B
HTML
13 lines
203 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Html5</title>
|
|
<meta charset="UTF-8">
|
|
<style type="text/css">
|
|
#center {text-align: center;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="center">Center text</div>
|
|
</body>
|
|
</html> |