Examveda
Examveda

In css what does h1 can be called as

A. Selector

B. Attribute

C. Value

D. Tag

Answer: Option A


This Question Belongs to CSS >> Basic CSS

Join The Discussion

Comments ( 2 )

  1. Ashutosh Kumar
    Ashutosh Kumar :
    5 years ago

    It is a Tag also. So How only Selector.

  2. Sangeeta Gupta
    Sangeeta Gupta :
    5 years ago

    it's direct selector which is the 1st type of selector,
    h1
    {
    font-size:50px;
    }

Related Questions on Basic CSS