DAVE
0
Q:

horizontal line html

<!-- HTML -->

<!-- You can change the style of the horizontal line like this: --> 

<hr style="width:50%", size="3", color=black>  


<!-- Or like this: -->

<hr style="height:2px; width:50%; border-width:0; color:red; background-color:red">

1
<!-- code -->

<hr>

<!-- code -->
10

<h1>Horizontal Lines</h1>
<p>All you have to do is add this simple tag:</p>


<hr>


<p>Everything else in this example is not necessary.</p>
 
6

New to Communities?

Join the community