I\'ve got a problem with setting the width of tag.. I mean I want my tag to be displayed half of the full width like this ima
Set the style attributes of the hr element in css
hr { width:50%; margin:0 auto; }