How to write html code

<html>
<head>
<title> my page </title>
</head>
<body>
Hello world
</body>
</html>