mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 00:10:24 +00:00
fix grammar in "Underlined text" example
This commit is contained in:
parent
fa9e541f5e
commit
d56026d489
1 changed files with 2 additions and 2 deletions
|
|
@ -146,10 +146,10 @@ You can use the mark tag to <mark>highlight</mark> text.
|
|||
<h3>Underlined text</h3>
|
||||
<p>To underline text use the <code><u></code> tag.</p>
|
||||
<div class="bs-example">
|
||||
<p><u>This line of text is will render as underlined</u></p>
|
||||
<p><u>This line of text will render as underlined</u></p>
|
||||
</div>
|
||||
{% highlight html %}
|
||||
<u>This line of text is will render as underlined</u>
|
||||
<u>This line of text will render as underlined</u>
|
||||
{% endhighlight %}
|
||||
|
||||
<p>Make use of HTML's default emphasis tags with lightweight styles.</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue