logo - 刷刷题
下载APP
【单选题】

If you want to set the alignment of flexible sub-elements, which of the following statements is correct? ( )

A.
Set for flexible sub-elements justify-content: space-between
B.
Set for flexible element justify-content: space-between
C.
Set for flexible sub-elements align-content: space-between
D.
Set for flexible element align-content: space-between
举报
参考答案:
参考解析:
.
刷刷题刷刷变学霸
举一反三

【单选题】What is the correct statement about flow-grow? ( )

A.
Defines the expansion ratio of sub-elements, and its default value is 1.
B.
Defines the shrinkage ratio of sub-elements, and its default value is 0.
C.
Defines the expansionratio of sub-elements, and its default value is 0.
D.
Defines the shrinkage ratio of sub-elements, and its default value is 1.

【单选题】To center the element with class name con vertically in the element with class name box, what codes should be set at the underlines? ( )<style>.box{width:100%;height:200px;display:_______;_____...

A.
Fill in flexat the first underline, fill in align-items at the second underline.
B.
Fill inflexat the first underline, fill inalign-contentat the second underline.
C.
Fill inblockat the first underline, fill inalign-itemsat the second underline.
D.
Fill inblockat the first underline, fill inalign-contentat the second underline.

【多选题】(Multiple-choice question) Which of the following statements about HTML5 are correct? ( )

A.
The declaration of HTML5 is <!DOCTYPE html>.
B.
HTML5's declaration does not need to introduce DTD.
C.
HTML5' s declaration is more concise than HTML4' s.
D.
HTML5 is based on SGML.

【多选题】(Multiple-choice question) Which of the following are not new features of HTML5? ( )

A.
It has the positioning function.
B.
It has the local storage function.
C.
The <font> tag is new in HTML5.
D.
The file type of <input> is new in HTML5.

【单选题】Which statement is wrong about semantic tags? ( )

A.
Do the right thing with the right tag.
B.
Html semantic tags make the content of the page structured and clearer.
C.
Html semantic tags are inconvenient to parse for browsers and search engines.
D.
Even if there is no css style , it is displayed in a document format and is easy to read.