Aulas 1-2-3-4-5

Aula 1

Começando


< html>
< body>


site


< /body>
< /html>


Titulos e Subtítulos


< html>
< body>

< h1> Titulo < /h1>
< h2> Titulo < /h2>
< h3> Titulo < /h3>
< h4> Titulo < /h4>
< h5> Titulo < /h5>
< h6> Titulo < /h6>

< /body>
< /html>




Alinhamento de Títulos e Subtítulos

< html>
< body>

< h1 align=center> Titulo < /h1>
< h2 align=center> Titulo < /h2>
< h3 align=left> Titulo < /h3>
< h4 align=left> Titulo < /h4>
< h5 align=right> Titulo < /h5>
< h6 align=right> Titulo < /h6>

< /body>
< /html>



Linhas




< html>
< body>

< h1> Titulo < /h1>
< h2> Titulo < /h2>
< h3> Titulo < /h3>
< hr>
< hr>

< h4> Titulo < /h4>
< h5> Titulo < /h5>
< h6> Titulo < /h6>

< /body>
< /html>



Cor do Fundo da página

< html>
< body>

< body bgcolor=blue>

< /body>
< /html>


Cor das Letras

< html>
< body>

< body bgcolor=blue text=red>

< /body>
< /html>


Aula 2

Links


< html>
< body>

< h1>< a href="http://www.google.com.br> Titulo < /h1>< /a>
< h2>< a href="http://www.google.com.br> Titulo < /h2>< /a>
< h3>< a href="http://www.google.com.br> Titulo < /h3>< /a>
< h4>< a href="http://www.google.com.br> Titulo < /h4>< /a>
< h5>< a href="http://www.google.com.br> Titulo < /h5>< /a>
< h6>< a href="http://www.google.com.br> Titulo < /h6>< /a>

< /body>
< /html>



Imagens

< html>
< body>

< img scr=nomedaimagen.jpeg>

< /body>
< /html>

Imagem com Link

< html>
< body>

< a href="www.google.com.br">< img scr=nomedaimagen.jpeg>< /a>

< /body>
< /html>


Imagem como Plano de Fundo


< html>
< body>

< body background=nomedaimagem.jpeg>

< /body>
< /html>


Cores dos Links

< html>
< body>

< a href="www.google.com.br" link=blue alink=red vlink=green>Nome do Link< /a>

(link: para escolher a cor de um link nao visitado. alink: para escolher a cor do link quando ele for clicado. vlink: para sites que ja foram visitados)

< /body>
< /html>

Listas e Tópicos


< html>
< body>


< h3> Título da Lista < /h3>
< ul>
< li>item 1
< li>item 2
< li>item 3
< /ul>



< /body>
< /html>

Listas e Tópicos com Links


< html>
< body>


< h3> Título da Lista < /h3>
< ul>
< li>< a href=http://site>item 1< /a>
< li>< a href=http://site>item 2< /a>
< li>< a href=http://site>item 3< /a>
< /ul>



< /body>
< /html>


Aula 3

Tamanho da fonte

< html>
< body>

< FONT SIZE=7>Texto < /FONT>< P>
< FONT SIZE=6>Texto < /FONT>< P>
< FONT SIZE=5>Texto < /FONT>< P>
< FONT SIZE=4>Texto < /FONT>< P>
< FONT SIZE=3>Texto < /FONT>< P>
< FONT SIZE=2>Texto < /FONT>< P>
< FONT SIZE=1>Texto < /FONT>

< /body>
< /html>

Estilo da fonte

< html>
< body>

< FONT Face=times>Texto < /FONT>< P>
< FONT Face=courier>Texto < /FONT>< P>
< FONT Face=sans>Texto < /FONT>< P>
< FONT Face=arial>Texto < /FONT>< P>


< /body>
< /html>

Nenhum comentário: