Workshop

Quiz

1:What does WYSIWYG stand for?
2:Is the following HTML properly nested?
<html><body>
<h1>My First Web Page</h1>
These are a few of my favorite <i>things:
<ol>
  <li>Jisun</li>
  <li>ASP.NET</li>
  <li>Basketball</li>
</ol></i>
</body></html>
3:In Design Mode, why might the HTML markup you entered manually in the HTML tab be altered when switching between the HTML tab and the Design tab?
4:What does the following line of code in your ASP.NET Web page do?
<%@ Page Language="VB" %>
5:What is the name of the event handler you would use to have code execute each time the ASP.NET Web page is loaded?
6:What attribute distinguishes HTML controls from other HTML elements?
7:How can one add a Web control to an ASP.NET Web page?

Answers

A1: What You ...

Get SAMS Teach Yourself ASP.NET in 24 Hours now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.