WT Practical Oral Questions
WT Practical Oral Questions
WT Practical Oral Questions
computer engg (Dr. D.Y. Patil Institute of Engineering, Management and Research)
2. What is class?
A group of instances of the same element to which a unique style
can be attached.
3. What is grouping?
Gathering into a comma separated list two or more selectors that
share the same style or into a semicolon separated list two or more
declarations that are attached to the same selector.
4. What is property?
Property is a stylistic parameter (attribute) that can be influenced
through CSS, e.g. font or width. There must always be a
corresponding value or values set to each property.
8. What is HTML?
HTML (HyperText Markup Language) is a Universal language
which allows an individual using special code to create web pages to
be viewed on the Internet.
9. What is a tag?
In HTML, a tag tells the browser what to do. When you write an
HTML page, you enter tags for many reasons; to change the
appearance of text, to show a graphic, or to make a link to another
page.
A hypertext link is a special tag that links one page to another page
or resource. If you click the link, the browser jumps to the link’s
destination.