HTML juga dapat membuat horizontal line = <hr>, gunanya untuk memisahkan tentunya.
hehe.
Berikut adalah atribut-atribut nya :
| align="..." | Changes the alignment of the rule. It can be left, right, or center. |
| size="..." | The size or height of the rule. |
| width="..." | The width of the rule. This can be written as the number of pixels wide (<hr width="400">) or as a percent of the width of the screen (<hr width="75%">). |
| color="..." | The color of the rule |
<hr align="center" size="5" width="80%" color="#6600CC">Saat dicoba akan seperti ini :

0 comments:
Post a Comment