Interview knowledge points, computer network interview knowledge points

Source: Internet
Author: User

Interview knowledge points, computer network interview knowledge points

1. Box Model

Standard CSS box model = content + padding + border + margin;

IE box model: content + margin (content already contains padding + margin );

2. In-row elements? Block-level elements? Empty element?

Line Elements: a, B, span, img, input, strong, select, label, em, button, textarea

Block-level elements: div, ul, li, dl, dt, dd, p, h1-h6, blockquote

Empty elements: br, meta, hr, link, input, img

3. How does CSS align vertically?

<Style>

. Item {

Position: absolute;

Top: 50%;

Left: 50%;

Matgin-top:-1/2 * heght; // the height of the top margin offset-1/2. The actual value prevails.

Margin-left:-1/2 * width; // width of the left margin offset-1/2, subject to the actual

}

</Style>

<Div> * html. test {color: #090;}/* For IE6 and earlier */

* + Html. test {color: # ff0;}/* For IE7 */attribute Hack. test {color: #090 \ 9;/* For IE8 + */* color: # f00;/* For IE7 and earlier */_ color: # ff0; /* For IE6 and earlier */}

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.