对于如下图所示的表格,设计表格的细线框是通过()实现的。
A. 设置单元格的背景色即可
B. 设置表格的背景色即可
C. 设置表格和单元格的背景色,并且两种颜色要不同
D. 画线
查看答案
YoucreateaservercontrolthatinheritsfromWebControl.Youneedtoenabletheservercontroltoemitmarkupforanewkindofmobiledevice.Youmustnotalterthecodeintheservercontrols.()
A. CreateaclassthatinheritsHtmlTextWriterandthatcanemitthenewmarkup.
B. CreateaclassthatinheritsStreamWriterandthatcanemitthenewmarkup.
C. Referencetheclassintheelementofthenewdevice'sbrowserdefinitionfile.
D. Referencetheclassintheelementofthenewdevice'sbrowserdefinitionfile.
A Web page includes the HTML shown in the following code segment. You need to write a JavaScript function that will dynamically format in boldface all of the hyperlinks in the ref span.Which code segment should you use?()
A. $("#ref").filter("a[href]").bold();
B. $("ref").filter("a").css("bold");
C. $("a").css({fontWeight:"bold"});
D. $("#ref a[href]").css({fontWeight:"bold"});
Your company has a main office and two branch offices. Domain controllers in the main office host an Active Directory-integrated zone. The DNS servers int he branch office host a secondary zone for the domain and use the main office DNS servers as their DNS master servers for the zone. The company adds a new branch office. You add a member server named Branch3 and install the DNS service on the server. You configure a secondary zone for the domain. The zone transfer fails. You need to configure DNS to provide zone data to the DNS server in the new branch office. What should you do? ()
A. Run dnscmd using the ZoneResetMasters option
B. Run dnscmd by using the ZoneResetSecondaries option
C. Add the new DNS server to the Zone Transfers tab on one of the DNS servers in the main office
D. Add the new DNs server to the DNSUpdateProxy Global security group in Active Directory Users and Computers