Home > Web Front-end > HTML Tutorial > Interview questions carefully organized by CSS_html/css_WEB-ITnose

Interview questions carefully organized by CSS_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:46:47
Original
780 people have browsed it

Interview questions carefully organized with CSS


1. Set the border style with border-style and set the border color with border-color implements


2. CSS syntax consists of selector , attribute , The value consists of three parts


3. Set the minimum width of a div to 50 pixels and the maximum height to 100 pixels. The method to achieve these two settings ismin-width:50px , max-height:100px


4. Want to set an object The style of the outer line outline is a dotted border. Use outline-style: dashed to achieve this function.


5. In css, if you want to prevent To increase the counter, use counter-increment : none to achieve


6. If you want to merge the rows of the table with the borders of the cells, You can use border-collapse: collapse to achieve


7. In css, if you want to prevent the counter from increasing, use counter- increment : none to implement


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template