[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ja/docs/Web/HTML/Reference/Elements/u [Back]  [Original]

HTML <u> - HTML | MDN

MDN Web Docs

View in English Always switch to English

HTML <u>

Baseline

20157

<u> HTML CSS

: HTML "Underline" () CSS text-decoration underline

<p>
  You could use this element to highlight <u>speling</u> mistakes, so the writer
  can <u>corect</u> them.
</p>
p {
  margin: 0;
}

u {
  text-decoration: red wavy underline;
}

<u>

HTML (<u>) HTML 4 <u> HTML 5

: <u>

<u>

<u>

<u>

<u> <ruby>

text-decoration underline

<u> CSS

HTML

html
<p>This paragraph includes a <u class="spelling">wrnogly</u> spelled word.</p>

HTML <u> spelling "wrongly"

CSS

css
u.spelling {
  text-decoration: red wavy underline;
}

CSS <u> spelling red dashed underline

<u>

<u>

<span> text-decoration "underline"

HTML
html
<span class="underline">Today's Special</span>
<br />
Chicken Noodle Soup With Carrots
CSS
css
.underline {
  text-decoration: underline;
}

<u> <i> <cite>

cite
html
<p>The class read <cite>Moby-Dick</cite> in the first term.</p>
cite

<cite> CSS

html
<p>The class read <cite>Moby-Dick</cite> in the first term.</p>
css
cite {
  font-style: normal;
  text-decoration: underline;
}

, ,
ARIA generic
ARIA
DOM HTMLElement

HTML
# the-u-element


Web Proxy Viewer  |  New URL  |  Original Page