EJEMPLO HTML STYLE Y FORMULARIOS

<!DOCTYPE html>
<html>
<head>
<title>EJEMPLO EN CLASE HTML 1</title>
</head>
<body>
<h1 style="color:#669713;">CLASE 1 HTML</h1>
<h2>CLASE 1 HTML</h2>
<hr>
<div style="">
<p>Parrafo de prueba <br> este es otro parrafo</p>
<img style="width: 40%;" src="https://www.nocturnar.com/imagenes/imagenes-bonitas/confianza-500x350-675x450.jpg">
</div>
<div>
<form action="" method="POST">
<label class="">Ingrese su nombre</label>
<input type="text" name="nombre_usuario" maxlength="10" >
<label>Ingrese su edad</label>
<input type="number" name="edad_usuario">
</form>
</div>
</body>
</html>

Comentarios

Entradas más populares de este blog

Usuario y contraseña en PSEINT

EJERCICIOS MATEMÁTICA COMERCIAL ZONA

CLASE 1 C EN ZINJAI