采用HTML语言创建一个E-mail地址的链接,正确的语句是(5)。
A.<a href="usenet:xxxxx@abc.com.cn"> 与我E-mail联系 </a>
B.<a href="smtp:xxxxx@abc.com.cn"> 与我E-mail联系 </a>
C.<a href="mailto:xxxxx@abc.com.cn"> 与我E-mail联系 </a>
D.<a href="pop3:xxxxx@abc.com.cn"> 与我E-mail联系 </a>
第1题:
要创建一个E-mail地址的链接,下面正确的句法是______。
A.<A href="mailto:xxxxx@sina.com.cn">和我联系</A>
B.<A href="news:xxxxx@sina.com.cn">和我联系</A>
C.<A href="usenet:xxxxx@sina.com.cn">和我联系</A>
D.<A href="http:xxxxx@sina.com.cn">和我联系</A>
第2题:
采用HTML语言创建一个E-mail地址的链接,正确的句法是(42)。
A.<a href="usenet: xxxxx @abc. con.cn">与我E-mail联系</a>
B.<a href="smtp:xxxxx @abc.com.cn">与我E-mail联系</a>
C.<a href="mailto:xxxxx @abc.com.cn">与我E-mail联系</a>
D.<a href="pop3:xxxxx @abc.com.cn">与我E-mail联系</a>
第3题:
3、在本地站点中有如下两文件 G:\site\other\index.html G:\site\web\article\01.html index.htm要想链接到01.html这个文件,正确的链接路径应该是:
A.href=“01.html”
B.href=“web/article/01.html”
C.href=“../web/article/01.html”
D.href=“../../web/article/01.html”
第4题:
采用HTML创建一个E-mail地址的链接,下面正确的句法是 ______ 。
A.<a href=“mailto:xxxxx@abc.com.cn”>和我联系</a>
B.<a href=“news:xxxxx@abc.com.cn”>和我联系</a>
C.<a href=“usenet:xxxxx@abc.com.cn”>和我联系</a>
D.<a href=“http:xxxxx@abc.com.cn”>和我联系</a>
A.
B.
C.
D.
第5题:
● 采用HTML创建一个Email地址的链接,下面正确的句法是(42)
(42)
A. <a href="mailto:xxxxx@abc.com.cn">和我联系</a>
B. <a href="news:xxxxx@abc.com.cn">和我联系</a>
C. <a href="usenet:xxxxx@abc.com.cn">和我联系</a>
D. <a href="http:xxxxx@abc.com.cn">和我联系</a>