如何制作电子邮件链接?()
第1题:
采用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>
第2题:
● 以下 HTML代码中,创建指向邮箱地址的链接正确的是(69)。
(69)
A . <a href="email:test@test.com">test@test.com</a>
B. <a href="emailto:test@test.com">test@test.com</a>
C. <a href="mail:test@test.com">test@test.com</a>
D. <a href="test@test.commailto:test@test.com">test@test.com</a>
第3题:
要创建一个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>
第4题:
以下语句中,正确制作电子邮件链接的是( )。
A.<a href:”xxx@yyy">
B.<mail href=”xxx@YYY”>
C.<a href:”mailto:xxx@YYY”>
D.<mail>xxx@yyy</mail>
第5题:
采用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>
第6题:
● 在网页上要链接到一个E-mail地址,正确的HTML代码是 (62) 。
(62)
A.<A href="mailto:test@test.com">给我来信</A>
B.<A href="tomail:test@test.com">给我来信</A>
C.<A mailto ="test@test.com">给我来信</A>
D.<A tomail ="test@test.com">给我来信</A>
第7题:
在HTML中,()可以在网页上通过链接直接打开客户端的发送邮件的工具发送电子邮件。
第8题:
要创建一个Email地址的链接,下面正确的句法是()。
第9题:
如何书写图片链接?()
第10题:
<A HREF=telnet:zhangming@aptech.com>发送反馈信息</A>
<A HREF=mail:zhangming@aptech.com>发送反馈信息</A>
<A HREF=ftp:zhangming@aptech.com>发送反馈信息</A>
<A HREF=mailto:zhangming@aptech.com>发送反馈信息</A>
第11题:
<a href=“mailto:mirror@263.net”>与我联系</a>
<a href=“files:mirror@263.net”>与我联系</a>
<a href=“http:mirror@263.net”>与我联系</a>
<a href=“usenet:mirror@263.net”>与我联系</a>
第12题:
( 难度:中等)要创建一个Email地址的链接,下面正确的语法是()
A.<a href="mailto:mirror@263.net">与我联系</a>
B.<a href="files:mirror@263.net">与我联系</a>
C.<a href="http:mirror@263.net">与我联系</a>
D.<a href="usenet:mirror@263.net">与我联系</a>
答案:A
第14题:
以下HTML代码中,创建指向邮箱地址的链接正确的是______。
A.<a href="email:test@test.com">test@test.com</a>
B.<a href="emailto:test@test.com">test@test.com</a>
C.<a href="mail:test@test.com">test@test.com</a>
D.<a href="mailto:test@test.com">test@test.com</a>
第15题:
A. < a href=“mailto:mirror@263.net” > 与我联系</a >
B. < a href=“files:mirror@263.net” > 与我联系 < /a >
C. < a href=“http:mirror@263.net” > 与我联系 < /a >
D. < a href=“usenet:mirror@263.net” > 与我联系 < /a >
第16题:
采用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.
第17题:
在HTML文档中创建一个标记sample,( )可以创建指向标记sample的超链接。
A.<a href=”sample”></a>B.<a href=”sample”></a>C.<a href=”mailto sample”></a>D.<a href=”www.sample.htm”></a>
第18题:
创建一个位于文档内部位置的链接的代码是?()
第19题:
如何在新窗口中打开链接?()
第20题:
在XHTML中,()可以在网页上通过链接直接打开客户端的邮件工具来发送电子邮件。
第21题:
如何在新窗口打开链接?()
第22题:
<href=telnet:zhangming@aptech.com>发送反馈信息</A>
<href=mail:zhangming@aptech.com>发送反馈信息</A>
<href=ftp:zhangming@aptech.com>发送反馈信息</A>
<href=mailto:zhangming@aptech.com>发送反馈信息</A>
第23题:
<img src=“”/><a href=“”></a>
<a href=“” img=></a>
<img src=“” href=/>
<a href=“”><img src=“”/></a>