14 lines
395 B
HTML
Executable File
14 lines
395 B
HTML
Executable File
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Caracteres Especiales</title>
|
|
</head>
|
|
<body>
|
|
< > & ¢ £ ¥ € © ® ™ × ÷
|
|
<!-- Espacio en blanco -->
|
|
</body>
|
|
<hr>
|
|
<a href="15_iframe.html"><--Anterior</a>
|
|
<a href="17_formularios.html">Siguiente--></a>
|
|
</html> |