Intro_basicos_HTML_CSS/CursoHTML/44_Cursor.html

14 lines
321 B
HTML
Raw Permalink Normal View History

2020-11-18 01:21:49 -03:00
<html>
<head>
<meta charset="UTF-8">
<title>Propiedades - Cursor</title>
<link rel="stylesheet" type="text/css" href="css/cursor.css">
</head>
<body>
<p>Párrafo "HOLA" desde el body.</p>
</body>
<br>
<hr>
<a href="43_Herencia.html"><--Anterior</a>
<a href="45_.html">Siguiente--></a>
</html>