【判断题】
h6六种,用于定义标题。其中h6定义最大的标题,h1定义最小的标题。
【单选题】
根据以下的HTML代码片段:?h1?style=font-style:italic; color:limegreen; font-size:30pt?hello! Nice?to?meet?you!?/h1??this?is?the?default?display?of?an?h1?element?/h1以下描述不正确的是( )
③
“hello!Nicetomeetyou!”的字体颜色是浅绿色
④
“this is the default display of an h1 element”的字体大小为30pt
【单选题】
根据以下的HTML代码片段:?
h1?style=font-style:italic;color:limegreen;?font-size:30pt;?hello!Nice?to?meet?you!??/h1h1?this?is?the?default?display?of?an?h1?element?/h1
以下描述不正确的是( )
③
“hello!Nicetomeetyou!”的字体颜色是浅绿色
④
“thisisthedefaultdisplayofanh1element”的字体大小为30pt
【简答题】
在网页中设置所有h1标签的字体样式为:宋体,20像素,红色;补全下面代码。
h1{
font-family:宋体;
color:[填空]
[填空]:20px;
}
【单选题】
在相同温度和压强下,将32g硫分别在纯氧中和空气中完全燃烧,令前者热效应为△H1,后者热效应为△H2,则关于△H1和△H2的相对大小正确的是
【简答题】
如下代码:
h1{
font-family:宋体;
color:#F00;
line-height:40px;
border:1pxsolid#000
}
设置了h1标签的[填空]为40像素,边框线粗为[填空]