Skip to content

Commit

Permalink
Merge pull request #886 from Nere05/primercódigonere_xxx
Browse files Browse the repository at this point in the history
Mi ultimo codigo Nere
  • Loading branch information
kant003 authored Oct 25, 2024
2 parents 1a0be02 + 67079dc commit c3afb9d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions NEREejemplo 5 textos color.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ejemplo 5 textos</title>
<link rel="stylesheet" type="text/css" href="estilos para id">



</head>
<body>

<p>Este es el texto que forma el primer párrafo de la página.
Los párrafos pueden ocupar varias líneas y el navegador se encarga
de ajustar su longitud al tamaño de la ventana.</p>

<p>El segundo párrafo de la página también se define encerrando
su texto con la etiqueta p. El navegador también se encarga de
separar automáticamente cada párrafo.</p>

</body>
</html>

0 comments on commit c3afb9d

Please sign in to comment.