martes, 13 de junio de 2017




PASOS PARA CREAR UNA PAGINA WEB CON COMANDOS HTML


Lo primero que debemos saber es que tenemos que escribir todo en ingles y con etiquetas <> lo demás es escribir dentro de la estructura básica:

<html>
<head>
<title>
</body>
</html>
Todo esto esta escrito en la aplicación notas dando guardar se abre tu pagina web una ves abierto lo
siguiente es darle contenido y darle diseño.
<html>
<head> COLOR AQUI </head>
<title> TITULO AQUI </title>

CONTENIDO AQUI
IMAGENES AQUI
</body>
</html>

Después podemos insertar seis títulos secundarios y canviar estilos y color de letra:

<html>
<head> COLOR AQUI </head>
<title> TITULO AQUI </title>

CONTENIDO AQUI
IMAGENES AQUI

<h1> <Font color=COLOR>TITULO AQUI</Font color > </h1>
<h2> <Font color=COLOR>TITULO AQUI</Font color > </h2>
<h3> <Font color=COLOR>TITULO AQUI</Font color > </h3>
<h4> <Font color=COLOR>TITULO AQUI</Font color > </h4>
<h5> <Font color=COLOR>TITULOAQUI</Font color > </h5>
<h6> <Font color=COLOR>TITULOAQUI</Font color ></h6>
</body>
</html>

También podemos crear links a paginas de google:

Y al final queda algo así en comandos:



<html>
<head>
<img src="anime logo.jpg"width=100>     <img src="redes.png"width=50>  <img src="f.png"width=50>   <img src="i.png"width=50>                                                         
<center><img src="rojo.jpg"width=1320 height=50 ></center> 


<title><center>Todo sobre el anime </center></title>
<font color= "ffffff" ><center>Todo sobre el anime </center> </font></title>
</head>


<body bgcolor= "#000000" text="ffffff">

<p><center> Bienvenidos a mi pagina web donde hablare todo respecto al anime</p></center></font>

<center><img src="BLEACH LOGO.gif"></center>

<center><h1>¿Que es?</h1></center>

<p><center>El anime es un fenómeno cultural y de entretenimiento que goza de gran
popularidad a nivel internacional. Se trata de un arte que está vinculado
al manga (las historietas japonesas), y otras disciplinas y tendencias.</p>

<h2>Algunos tipos de anime:</h2>
<h3>Shonen</h3>
<p>Este anime es para los jovenes en la mayoria es de accion y contiene muchas peleas. generalmente tiene un
protagonista que no se da por vensido
y se vuelve fuerte en poco tiempo hasta bolverse inparable</p>
<center><img src="bleach vs naruto.jpg"width=250></center>

<h4>Moho shojo</h4>
<p>El maho shojo es un estilo de anime y manga que tiene como tema principal
niñas o chicas que tienen algún objeto mágico o algún poder especial y a su ves estudian.</p>
<center><img src="serena.bmp"width=250></center>

<h5>Magical girlfiend</h5>
<p>Este anime prinsipalmente de seres humanos que se asosian con aliens o seres fictisios</p>
<center><img src="haruhi.png"width=250></center>


<h6>Kemono</h6>
<p>Este anime se caracteriza por sus tipicos personajes con ligeras caracteristicas de
 animales como son desde garras, colmillos hastta orejas</p> 

<center><img src="inuyasha.jpg"width=250></center>



<p><a hrft="">http://seriesparalatinoamerica.blogspot.mx/p/bleach-92.html</a></p>

</body>
</html>

Y algo así en la pagina