CSS3 target and focus pseudo-classes (for demonstration)

Source: Internet
Author: User

The target and focus pseudo classes in CSS3 are all selectors for specific elements and can be used to highlight the position of elements.

  Target pseudo class

The target pseudo class is used to change the style of the ID pointed to by the anchor URL. For example, if you want to change the font of any element accessed through the anchor link in the page to red, you can write*: Target {color: red}.

Note that you must specify an id for this element before adding the target style. The following DEMO shows the effect.

<Html> 

Tip: the code can be modified before running!

  Focus pseudo-class

The focus pseudo class is used to change the style of the input, textarea, and other labels when obtaining the focus. When a large number of forms are displayed in front of a user, using the focus pseudo class makes it easier to find the focus. For the effect, see the DEMO below.

<Html lang = "en" xmlns =" http://www.w3.org/1999/xhtml "Xml: lang =" en "> 

Tip: the code can be modified before running!

Link: http://blog.imbolo.com/css3-target-and-focus-pseudo-class/

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.