Nume Tutorial:Blocuri <center>
Descriere:Blocuri <center>
Download:Nu necesita
Autor:Anonim
Sursa (Link-ul oficial):
Propria parere:Util.
Tutorialul:
Blocul introdus de etichetele <center>...</center> aliniaza centrat toate elementele pe care le contine.
Descriere:Blocuri <center>
Download:Nu necesita
Autor:Anonim
Sursa (Link-ul oficial):
Tutorialul:
Blocul introdus de etichetele <center>...</center> aliniaza centrat toate elementele pe care le contine.
Code:
<html>
<head>
<title> Linii orizontale</title>
</head>
<body>
<center> <hr width=10%> <hr width=40%> <hr width=70%> <hr width=100%> <hr width=70%> <hr width=40%> <hr width=10%> </center>
</body>
</html>