--%>

Ways to select HTML Tag Instances

Explain the different ways in order to select the HTML Tag Instances.

E

Expert

Verified

If you describe a style property for the HTML tag, this definition will apply to all the instances of that tag within the whole document. If you wish to apply several style property values to various instances of same tag, you require utilizing the tag selection mechanisms described in the CSS:

a) Tag Selector – It selects all the instances of HTML tag.

b) Contextual Selector - It selects all the instances of a HTML tag nested within the other specified tags.

c) Class Selector - It selects all the HTML tags which matches the class name described in the tag attribute of class="class_name".

d) ID Selector - It selects all the HTML tags which matches id name described within the tag attribute of id="id_name".

e) Group Selector - It selects several HTML tags.

f) Mixed Selector - It selects instances of the HTML tags mixed with the other selectors.

   Related Questions in Programming Languages

  • Q : What is an Internet Service Provider

    Internet Service Provider: It is an Internet Service Provider (abbreviated as ISP) gives connections to the Internet for users who do not contain their own network. The ISP gives such user with their own IP address which enables them to interact with

  • Q : Define Context Normal 0 false false

    Normal 0 false false

  • Q : Bank accounts Assignment &Code in JAVA

    Java Assignment Scenario:  Bank accounts Data structures need to be modelled with UML then created in Java

  • Q : Networking Homework Assignment : A

    Homework Assignment : A Barbershop Problem Due: November 20, 2012 In this assignment, you are asked to write a multithreading problem to simulate the barbershop problem, which is a classical synchronization problem. The problem is taken from William Stallings's Operating Systems: Internals and D

  • Q : What is Search path Search path : It is

    Search path: It is a list of folders (that is, directories) to be searched - for a program or class, for example.

  • Q : Define Uniform Resource Locator Uniform

    Uniform Resource Locator: It is a Uniform Resource Locator (abbreviated as URL) expands the concept of file access from a wholly local context to one in which the resources are named uniformly, irrespective of where they may be physically situated. A

  • Q : Define Static nested class Static

    Static nested class: It is a nested class with static reserved word in its header. Dissimilar inner classes, objects of static nested classes contain no enclosing object. They are as well termed as nested top-level classes.

  • Q : Explain Constructor Constructor : A

    Constructor: A constructor is automatically called whenever an instance of its class is formed. A constructor always has similar name as its class, and encompass no return type. For example: public

  • Q : State the terms preemption and context

    State the terms preemption and context switching.

  • Q : How can I get an exact image in a web

    How can I get an exact image in a web page?