"Javascript Basics" tag content with basic text elements

Source: Internet
Author: User

First look at the display effect:

Corresponding HTML code:

<!DOCTYPE HTML><HTMLLang= "en"><Head>    <MetaCharSet= "UTF-8">    <title>Learn4font</title></Head><Body><P>Element b--<b>I am the example.</b></P><P>Element em--<em>I am the example.</em></P><P>Element i--<I>I am the example.</I></P><P>Element s--<s>I am the example.</s></P><P>Element strong--<Strong>I am the example.</Strong></P><P>Element u--<u>I am the example.</u></P><P>Element small--<Small>I am the example.</Small></P><P>Element sub--<Sub>I am the example.</Sub></P><P>Element sup--<sup>I am the example.</sup></P></Body></HTML>

corresponding element custom style:

* Keywords and product names are generally indicated *b{Font-weight:Bolder;}* General expression of emphasis *em{Font-style:Italic;}* Generally denotes foreign words or technical terms *i{Font-style:Italic;}* General indication of inaccuracy or correction *s{text-decoration:Line-through;}* Generally denotes important text *strong{Font-weight:Bolder;}* General means underline text *u{text-decoration:Underline;}* generally expressed as adding small font content *small{font-size:Small;}* General means to add superscript and subscript *sup{vertical-align:Sub;font-size:smaller;}Sub{vertical-align:Super;font-size:smaller;}

"Javascript Basics" tag content with basic text elements

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.