[Tutorial CSS]width & height

Locked
♠ℱreshXL♠™
Membru
Membru
Posts: 286
Joined: 8 years ago
Location: Bacau
Has thanked: 0
Been thanked: 0
Zodiac:
Age: 22
Contact:
Status: Offline

7 years ago

Nume Tutorial:width si height
Descriere:Latimea si inaltimea unui element
Download:-
Autor:[Please login or register to view this link]
Sursa (Link-ul oficial):[Please login or register to view this link]
Propria parere:Scurt si la obiect
Tutorialul:

Latimea si inaltimea unui element sunt stabilite in HTML prin atributele width si height. Aceste atribute pot fi adaugate sau suprascrise prin comenzi CSS.

Exemplu: folosind comenzi CSS modificam dimensiunile originale ale imaginii

Code: Select all

html>
<head>
<title>Exemplu 7_1</title>
<style type="text/css">
<!--
img {width: 50px; height: 100px;}
-->
</style>
</head>
<body>
<img src="margini.gif">
</body>
</html>
  • Image
  • Image


Image
Locked

Return to “CSS”