Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<title>hr elements: Tests behaviour of a size attribute without color/noshade attributes</title>
<link rel="author" title="Simon Wülker" href="mailto:simon.wuelker@arcor.de">
<link rel="match" href="/html/rendering/non-replaced-elements/the-hr-element-0/size-ref.html">
<meta name="assert" content="This checks that the size attribute of a hr element changes its height.">
<body>
<hr size=50>
<hr size=1>
</body>
</html>