Dreamweaver的文本(Text)菜单中,Style→Underline表示()A、从字体列表中添加或删除字体B、将选定文本变为粗体C、将选定文本变为斜体D、在选定文本上加下划线
Dreamweaver的文本(Text)菜单中,Style→Underline表示()
- A、从字体列表中添加或删除字体
- B、将选定文本变为粗体
- C、将选定文本变为斜体
- D、在选定文本上加下划线
相关考题:
窗体上有文本框Text1和一个菜单,菜单标题、名称见表,结构见图。要求程序执行时单击“保存”菜单项,则把其标题显示在Text1文本框中。下面可实现此功能的事件过程是( )。A.Private Sub save Click( ) Text1.Text=file.save.Caption End SubB.Private Sub save Click( ) Text1.Text=save.Caption End SubC.Private Sub file Click( ) Text1.Text=file.save.Caption End SubD.Private Sub file Click( ) Text1.Text=save.Caption End Sub
如果想导入一个style.css文件到页面中,以下代码正确的是?() A.〈link href="style.css" type="css" /〉B.〈link href="style.css" type="text/css" /〉C.〈link href="style.css" rel="text/css" /〉D.〈link href="style.css" type="text/css" rel="stylesheet" /〉
( 22 ) 窗体上有文本框 Text1 和一个菜单 , 菜单标题 、 名称如表 , 结构见图 。 要求程序执行时单击 “ 保存 ”菜单项,则把其标题显示在 Text1 文本框中。下面可实现此功能的事件过程是:A ) Private Sub save_Click()Sub save_Click()Text1.Text=file.save.Captionave.CaptionEnd SubB ) PrivateText1.Text=sEnd SubC ) Private Sub file_Click()Text1.Text=file.save.CaptionEnd SubD ) Private Sub file_Click()Text1.Text=save.CaptionEnd Sub
Dreamweaver的文本(Text)菜单中,List→Properties表示?A. 将选定文本变为编号列表B. 将选定文本转换为两个交互的定义项目C. 打开列表属性对话框D. 将选定文本与页面、表格或层的左边对齐
Dreamweaver的文本(Text)菜单中,Format→Preformatted Text表示?A. 将文本变更至指定的标题格式B. 用等宽字体格式化选定文本C. 将一个列表选项变为一个段落D. 将选定文本变为符号列表
创建一个样式表,可以设置当前页面中ID为compact元素的内容的字体为斜体.下列能实现该功能的代码是()A、STYLE TYPE="text/css" compact{font-style:italic;}/STYLEB、STYLE TYPE="text/css" @compact{font-style:italic}/STYLE C、STYLE TYPE="text/css" .compact{text-style:italic;}/STYLE D、STYLE TYPE="text/css" #compact{font-style:italic;}/STYLE
在HTML中,使用HTML元素的class属性,将样式应用于网页上某个段落的代码如下所示: P class=“firstp”这是一个段落 /P 下面选项中,()正确定义了上面代码引用的样式规则。A、style type="text/css"P{color:red}/style B、style type="text/css"#firstp {color:red} /style C、style type="text/css" .firstp{color:red} /style D、style type="text/css"P.firstp{color:red}/style
创建一个样式表,可以设置当前页面中ID为compact元素的内容的字体为斜体。下列能实现该功能的代码是()。A、STYLE TYPE=“text/css”compact{font-style:italic;}/STYLEB、STYLE TYPE=“text/css”@compact{font-style:italic;}/STYLEC、STYLE TYPE=“text/css”.compact{text-style:italic;}/STYLED、STYLE TYPE=“text/css”#compact{font-style:italic;}/STYLE
在Dreamweaver中制作网页时,关于利用键盘或Dreamweaver菜单输入文本的说法正确的是()。A、可以输入任意中文文字和符号B、只能输入中英文文字C、利用Dreamweaver菜单只能输入有限的几个特殊字符D、不能输入任何特殊字符
下列代码使用HTML元素的ID属性,将样式应用于网页上的某个段落:<P id=”firstp”>这是一个段落</P>,下面选项中,()正确定义了上面代码引用的样式规则。A、<Style Type=”text/css”> P {color:red} </Style>B、<Style Type=”text/css”> #firstp {color:red} </Style>C、<Style Type=”text/css”> .firstp {color:red} </Style>D、<Style Type=”text/css”> P.firstp {color:red} </Style>
Dreamweaver的文本(Text)菜单中,CustomStyle→EditStyleSheet表示()A、打开编辑样式单,自定义样式B、将选定文本转换为选定的字体大小C、增大选定文本字体的尺寸D、减小选定文本字体的尺寸
在Dreamweaver中,下面的工作界面不可以选择的是:()A、Dreamweaver风格B、模仿Homesite/Coder-Style代码风格C、传统Dreamweaver风格D、Frontpage风格
单选题下列代码使用HTML元素的ID属性,将样式应用于网页上的某个段落:<P id=”firstp”>这是一个段落</P>,下面选项中,()正确定义了上面代码引用的样式规则。A<Style Type=”text/css”> P {color:red} </Style>B<Style Type=”text/css”> #firstp {color:red} </Style>C<Style Type=”text/css”> .firstp {color:red} </Style>D<Style Type=”text/css”> P.firstp {color:red} </Style>
单选题创建一个样式表,可以设置当前页面中ID为compact元素的内容的字体为斜体。下列能实现该功能的代码是()。ASTYLE TYPE=“text/css”compact{font-style:italic;}/STYLEBSTYLE TYPE=“text/css”@compact{font-style:italic;}/STYLECSTYLE TYPE=“text/css”.compact{text-style:italic;}/STYLEDSTYLE TYPE=“text/css”#compact{font-style:italic;}/STYLE
单选题You are developing a Windows Presentation Foundation (WPF) application. The application contains stylized body text and heading text. The heading text is a slight variation of the body text. You need to ensure that if the body text changes, the heading text automatically inherits those changes. What should you do ?()ASet the Value property of the style setter to point to a static resourceBSet the BasedOn property of the heading style to point to a static resource for the body text styleCSet the Key property of the heading style to start with the name of the body text styleDSet the TargetType property of the heading style to TextBlock