Chapter 4 Flashcards
In the HTML anchor tag (<a>), the _________ attribute specifies the target URL.</a>
href
In the HTML anchor tag (<a>), the _________ attribute specifies the target URL.</a>
href
You can put CSS code in a separate file and link it to a Web page through use of the
HTML _________ element.
The JavaScript code on a Web page is executed on the _________
client-side
You can use a(n) _________ element to display a specific message to users when their
browser is not running JavaScript
You can disable ViewState at the page level by setting the _________ attribute of the
Page directive to false in the ASP.NET page.
EnableViewState
The _________ state is used to store data that is used globally throughout an application,
as opposed to the _________ state, which stores data for a user session
Application, Session
A Web application is accessed using a(n) _________ name instead of a physical folder
name
virtual directory
ou must mark classes with the _________ attribute to expose them as a Web service
WebService
Of all the methods in a Web service class, only those marked with _________ attributes
are exposed as Web service methods
WebMethod
SOAP relies on _________ as its message format and uses _________ for message
transmission.
XML, HTTP
You can put CSS code in a separate file and link it to a Web page through use of the
HTML _________ element.
The JavaScript code on a Web page is executed on the _________
client-side
You can use a(n) _________ element to display a specific message to users when their
browser is not running JavaScript
You can disable ViewState at the page level by setting the _________ attribute of the
Page directive to false in the ASP.NET page.
EnableViewState