3、HTML是指()A.超文本标记语言B.超文本文件C.超媒体文件D.超文本传输协议
3、HTML是指()
A.超文本标记语言
B.超文本文件
C.超媒体文件
D.超文本传输协议
参考答案和解析
正确
相关考题:
GivenaportionofavalidJavaEEwebapplication’sdirectorystructure:MyApp||--File1.html||--Directory1||--File2.html||--META-INF|--File3.htmlYouwanttoknowwhetherFile1.html,File2.html,and/orFile3.htmlwillbedirectlyaccessiblebyyourwebclient’sbrowsers.Whichstatementistrue?()A.Allthreefilesaredirectlyaccessible.B.OnlyFile1.htmlisdirectlyaccessible.C.OnlyFile2.htmlisdirectlyaccessible.D.OnlyFile3.htmlisdirectlyaccessible.E.OnlyFile1.htmlandFile2.htmlaredirectlyaccessible.
GivenaportionofavalidJavaEEwebapplication’sdirectorystructure:MyApp||--Directory1||--File1.html||--META-INF||--File2.html||--WEB-INF|--File3.htmlYouwanttoknowwhetherFile1.html,File2.html,and/orFile3.htmlisprotectedfromdirectaccessbyyourwebclient’sbrowsers.Whatstatementistrue?()A.Allthreefilesaredirectlyaccessible.B.OnlyFile1.htmlisdirectlyaccessible.C.OnlyFile2.htmlisdirectlyaccessible.D.OnlyFile3.htmlisdirectlyaccessible.
__(41)__是正确的网页代码结构。A. B. __(41)__是正确的网页代码结构。A.<html> </html> <head> </head> <body> </body>B.<tml> < head > <body> </body> < /head > < /html >C.<html> < head > < /head > <body> </body> < /html >D.<html> <body> < head > < /head > </body> < /html >
__(41)__是正确的网页代码结构。A. B. __(41)__是正确的网页代码结构。A.<html> </html> <head> </head> <body> </body>B.<html> < head > <body> </body> < /head > < /html >C.<html> < head > < /head > <body> </body> < /html >D.<html> <body> < head > < /head > </body> < /html >
下面关于HTML论述中正确的是()。A.HTML指超文本标签语言B.HTML文件必须使用htm或者html作为文件扩展名C.HTML文件可以通过简单的文本编辑器来创建D.HTML标签对大小写是不敏感的
下面选项中关于HTML语法格式描述正确的是( )。A.<html> <head> <title>…</title> </head> <body> ? </body> </html>B.<html> <head <title>…</title> <body> ? </body> </html> </head>C.<head> <html <title>…</title> <body> ? </body> </html> </head>D.<html> <title>…</title> <head> </head> <body> ? </body> </html>
下图是HTML文件test.html在IE中的显示效果,实现图中①处效果的HTML语句是(1),实现图中②处效果的HTML语句是(2),实现图中③处效果的HTML语句是(3)。(1)A.<TITLE>我的主页</TITLE>B.<HEAD>我的主页</HEAD>C.<BODY>我的主页</BODY>D.<H1>我的主页</H1>
为了指定page1.html、page2.html和page3.html,可以使用以下哪些正则表达式?()A、^/page(1B、^/page[1-3]/.htmlC、^/page[123]/.htmlD.D、^/page[1-3]+/.html
单选题Given a portion of a valid Java EE web application’s directory structure: MyApp | |-- File1.html | |-- Directory1 ||-- File2.html| |-- META-INF |-- File3.html You want to know whether File1.html, File2.html, and/or File3.html will be directly accessible by your webclient’s browsers. Which statement is true?()AAll three files are directly accessible.BOnly File1.html is directly accessible.COnly File2.html is directly accessible.DOnly File3.html is directly accessible.EOnly File1.html and File2.html are directly accessible.
单选题Given a portion of a valid Java EE web application’s directory structure:MyApp | |--Directory1 ||--File1.html| |--META-INF| |--File2.html| |--WEB-INF |--File3.html You want to know whether File1.html, File2.html,and/or File3.html is protected from direct access by yourweb client’s browsers. What statement is true?()AAll three files are directly accessible.BOnly File1.html is directly accessible.COnly File2.html is directly accessible.DOnly File3.html is directly accessible.
单选题Given a portion of a valid Java EE web application’s directory structure: MyApp | |-- File1.html | |-- Directory1 ||-- File2.html| |-- META-INF |-- File3.html You want to know whether File1.html, File2.html, and/or File3.html will be directly accessible by your webclient’s browsers. Which statement is true?()AAll three files are directly accessible.BOnly File1.html is directly accessible.COnly File2.html is directly accessible.DOnly File3.html is directly accessible.EOnly File1.html and File2.html are directly accessible.