Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Boa noite, acabo de fazer um curso em PHP e JAVASCRIPT que foi MUITO RIDICULO !
Acho que gastei R$500,00 fora :/
no final do curso aprendi criar apenas um registro de clientes.
Pensei que hoje em dia os cursos que diziam WEB DESIGN era para eu aprender criar a página inteira.
estou tentando começar um projeto de um site, logo abaixo vou postar como está ficando.
Será que tem em algum lugar aqui no fórum ensinando como eu crio uma página inteira, botando texto nos lugares certos, em cima das imagens e etc ?
Meu início de site:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Index</title>
<style type="text/css">background-color:#333;
}
</style>
</head>
<body>
<center>
<div id=topo>
<div style="text-align:center;width:1000px;heigth:1200px:background-color:#333">
<img src="img/logo.png" width="1000" height="163" /><div>
<img src="img/menus/images/menu_01.jpg" width="185" border="0" height="40" /><a href="index.html"><img src="img/menus/images/menu_02.jpg" width="72" height="40" border="0" /></a><a href="news.html"><img src="img/menus/images/menu_03.gif" width="137" height="40" border="0" /></a><a href="titulos.html"><img src="img/menus/images/menu_04.gif" width="96" height="40" border="0" /></a><a href="sponsor.html"><img src="img/menus/images/menu_05.gif" width="125" height="40" border="0" /></a><a href="equipe.html"><img src="img/menus/images/menu_06.jpg" width="94" height="40" border="0" /></a><a href="contato.html"><img src="img/menus/images/menu_07.jpg" width="108" height="40" border="0" /></a><img src="img/menus/images/menu_08.gif" width="183" height="40" /></div>
</div>
</div>
</center>
</body>
</html>
Pretendo faze um site simples, só com textos em cima das imagens com posição correta.
Carregando comentários...