Css: target, csstarget

Source: Internet
Author: User

Css: target, csstarget

It took half an hour to find the target problem.

Requirement: When you click <a href = "# Main"> Main </a>, the target effect is triggered.

 

The results are not found on the network, because I don't know what keywords I want to find, and I remember it...

<A href = "# Main" id = "Main"> Main </a>

<Style>

A: target {font-size: 200% ;}

</Style>

 

That's easy! Simple things are easy to forget ~

Principle: When you click a, the url will have the # Main path. This is the id "Main" in html that will be triggered once. Remember o ~


Css Authentication test: expression (target = "_ self"); why didn't I pass

EXPRESSION only supports IE .. When using FF, OPERA, or SAFARI to browse Web pages, it is invalid .. Does not comply with W3C standards...

What is a CSS style? How to define and use it?

CSS is short for Cascading Style Sheet. It is translated as "stacked style form 」. It is a markup language used to (enhance) control webpage styles and allow separation of style information from webpage content. To link an external Style Sheet file (Linking to a Style Sheet), you can first create an external Style table file (.css) and then use the link object of HTML. Example:

Related Article

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.