The best title for the passage may be ______.
A. Garbage and the Earth
B. Fossil Fuel and Garbage
C. Land and Garbage
D. Garbage? Energy Source
第1题:
以下哪一项是一个HTML元素:
A.<title>
B.<title>欢迎来到课程首页</title>
C.<title></title>
D.</title>
第2题:
4、假设程序只有下面一行代码,则程序的运行结果是: print(title)
A.输出title的值
B.定义title变量
C.报错,因为title没有定义
D.null
第3题:
假设程序只有下面一行代码,则程序的运行结果是: print(title)
A.输出title的值
B.定义title变量
C.报错,因为title没有定义
D.输出并定义title的值和变量
第4题:
下面英文日期写法错误的是____?
A.May 1, 2015
B.1 May,2015
C.1 May 2015
D.May 1st, 2015
第5题:
2、以下哪一项是一个HTML元素:
A.<title>
B.<title>欢迎来到课程首页</title>
C.<title></title>
D.</title>
第6题:
【单选题】以下哪个写法可以获取选择器选中元素的title属性值
A.$(".demo").css("title")
B.$(".demo").css("title","value")
C.$(".demo").attr("title")
D.$(".demo").attr("title","value")