Para incluir en el texto caracteres que son propios del lenguaje HTML debemos utilizar su anotación codificada.
Ejemplo de html5:
<!DOCTYPE html/>
<html>
<head>
<meta charset="utf-8"/>
<title></title>
</head>
<body>
</body>
</html>