-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #886 from Nere05/primercódigonere_xxx
Mi ultimo codigo Nere
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |