<P><A href=http://ectweb2.cs.depaul.edu/ssmith/proj1/proj1.htm target=new>Project 1</A></P> <LINK href=http://ectweb2.cs.depaul.edu/ssmith/styles.css>Ans: Tag names should not be upper case, attribute values should be in double quotes, the hyperlink addresses should be relative, not absolute, the link tag should be a combination start/end tag that ends with />, don't use target=new for pages within your own website.
<%@ Page Language=C# %>
<asp:TextBox runat=server ID=txtInput Text=Enter cost />
<asp:Button runat=server ID=btnSubmit Text=Submit Value Width=100px Height=50px />
d = new DateTime(1776, 7, 4);
DateTime d; d = new DateTime(1776, 7, 4, 14, 0, 0);
DateTime d; d = DateTime.Now;
<configuration> <system.web> <customErrors mode=Off /> </system.web> </configuration>