2015年6月3日 星期三

15 CSS Inquiries to Check Your Information

How properly have you learnt CSS? Check your information by making an attempt to reply the CSS questions on this submit.

The questions are divided into three classes:

  1. Basic CSS questions
  2. Intermediate CSS questions
  3. Advanced CSS questions

This set of CSS questions is a comply with-as much as our earlier assortment of HTML questions. (Examine that out too.)

There is no time-restrict or rating-monitoring. After you full these fifteen difficult questions, be happy to speak about your leads to the feedback.

Primary CSS Questions

Query 1

Which of the next is NOT a legitimate border-type property worth?

  • dotted
  • inset
  • glazed
  • groove
  • strong

See the reply

Reply

glazed

Visual guide of border-style property values - w3.orgSupply: w3.org

You possibly can see all of the border-fashion property values by studying the “4.2. Line Patterns: the ‘border-style’ properties” part in W3C CSS Backgrounds and Borders Module Degree three specs.

Query 2

Which of the next is NOT a legitimate CSS size unit?

  • cm
  • dm
  • em
  • mm

See the reply

Reply

dm

cm and mm are absolute length units. em is a font-relative length.

Query three

What’s the CSS selector which lets you goal each factor in an internet web page?

See the reply

Reply

The common selector (*).

An instance: The next type rule makes use of the common selector to set the margin and padding of all HTML parts to zero:

* 
  margin: zero;
  padding: zero;

Associated: Should You Reset Your CSS?

Query four

Which CSS property permits you to cover a component however nonetheless keep the area it occupies within the net web page?

See the reply

Reply

visibility

There are a number of methods to cover an HTML factor with CSS. Setting the visibility property of the aspect to hidden will cover the aspect. The aspect will nonetheless

The post 15 CSS Inquiries to Check Your Information appeared first on DICKLEUNG DESIGN 2014.

沒有留言: