FRIHOSTFORUMSSEARCHFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

[Português] HTML E CSS

 


Nael_14
-CSS e HTML

CSS você usa para dar estilo à sua página, um exemplo:

Code:
<html>
<head>
<title>Minha Página</title>
<style type="text/css">
.neglito {
          font-weiting:bold
}
</style>
<body>
<p class="neglito">Esta frase está em neglito, porque no estilo eu coloquei uma tag chamada .neglito e na tag p eu coloque class=neglito</p>
<p>Esta frase está normal porque eu não coloquei nenhuma classe de estilo para ela</p>
</body>
</html>


Esta frase está em neglito, porque no estilo eu coloquei uma tag chamada .neglito e na tag p eu coloque class=neglito

Esta frase está normal porque eu não coloquei nenhuma classe de estilo para ela



Gostaram ?
Se gostaram, postem uma resposta Very Happy Razz
Related topics

html and css code from form inputs
Liste des balises html et css
[Guide] HTML and CSS
planning a site in CSS
Good books for HTML and CSS beginners

[AJUDA]Firebug e Firefox 3
Dreamweaver (Duvida)
Qual a melhor ferramenta para criar web sites?
DotNetNuke - CMS Microsoft based mas Grátis
[DESIGNER]dreamweaver, frontpage ou mambo??

PHP Consome mais Bandwidth? E ASP?
HTML E-mails
CSS table: printing cells with emphasis
About CSS and HTML editing
need simple html and css template
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.