水平罫線を作成する。 HTML 4.01 の HR 要素の定義 を参照。
alignnoShadeboolean型
sizewidth
interface HTMLHRElement : HTMLElement {
attribute DOMString align;
attribute boolean noShade;
attribute DOMString size;
attribute DOMString width;
};