Link to home
Start Free TrialLog in
Avatar of pranathi27
pranathi27

asked on

vertical line in html

how to draw vertical lines in html?
for horizonal lines ,i used <hr/>
for vertical i used <table frame="vsides" border="2" width=50%........>
its working but vertical line is more longer than the horizonal lines.
how to draw a perfect rectagle or square?
thank you
Avatar of Vivek Thangaswamy
Vivek Thangaswamy
Flag of Australia image

<div style="border: 1px solid black; width: 100px; height: 100px">
CONTENT CONTENT
</div>


should make a 100px square around CONTENT CONTENT.
ASKER CERTIFIED SOLUTION
Avatar of ravi_raj123
ravi_raj123
Flag of United Arab Emirates image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial