I have a HTML document with inline CSS that my professor asked to have the CSS within the head tag and have the same rending from the original HTML with inline CSS. I think I'm done but somehow the <hr>
within the HTML with inline CSS looks thicker than the other one.
I already tried adding a height:
declaration property but it renders even thicker than I want.
Original HTML: http://jsfiddle.net/2k66T/
Modified HTML: http://jsfiddle.net/dd63m/
Edit: Here are the instructions from the professor;
Write a CSS document in order to define the style of the following web page (I refer this to as "Original HTML") in a right way. Add and erase in the original page everything you think that is necessary. Use the on-line validator of the World Wide Web Consortium to be sure that your work fulfills the standards.