-
Html kodok
Megjegyzes: Ha meretet, szint szeretnel valtoztani nincs mas dolgod a sarga szinu bejegyzest valtoztathatod.A width jelentese szeleseg a height a magassage. Nincs mas dolgod kijelolod es masolas es beilleszted a forras kodba.
Sima html border Demo
<div style="width:200px;height:100px;border:3px solid white;">
This box has a solid html border.
</div>Pottyos html border Demo<div style="width:200px;height:100px;border:3px dotted white;">
This box has a dotted html border.
</div>Szaggatott html border Demo<div style="width:200px;height:100px;border:3px dashed white;">
This box has a dashed html border.
</div>Vegyes html border.<div style="width:200px;height:100px;border-width:6px;border-color:white;border-style:dotted dashed solid double;">
This box has a mixed html border. One side is solid, another side is dashed, another is dotted, and another is double.