Urmatorul Anterior Continut

Tutorial de html - Lectia3

Setarea back- groundului

Se deschide notepad , se scrie in el urmatorul cod sursa si se saveaza pagina cu extensia *.html.

test.html

 

<html>
<head>
<title>Pagina de test</title>

</head>

<body bgcolor="red">

</body>
</html>


Apoi se testeaza(se ruleaza..).

 

Va rezulta o pagina care va avea background- ul rosu.

 

 


Urmatorul Anterior Continut