Luis Gomez

Creator

 

  1.  Question one of the Mid Term will be conference with each individual
  2. 2nd Phase of Final Project (depth analysis)
  3. Pick up 3 sites for the Final Project to be analyzed

    XML makes new tags

    Tags a bank needs are NAME, BALANCE

    We are going to analyze the following websites: Yahoo, Netscape, MSN

    wwww3.org standardize the net html,

    If you learn HTML commands on your own you get 10 points

    Please see replication.htm to view some of the code that was copied from yahoo, msn and Netscape.

<!-- the html command is from Yahoo-->
<!--The body tag is from msn-->
<html>

<body bgcolor =fffff>
Hello MSN-YAHOO-NETSCAPE
<a href="http://www.getnetscape.com/default.jsp?promo=NS_2_7_131_2004_11_118"><img border ='0' src="http://cdn.netscape.com/wpt_tonr_03/200506201646_tb_h1_i1_8_0" width="117" height="23" alt="Get Netscape ISP"/></a>
<br>
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<form action="http://www.netscape.com/redir.adp" method="get">
<td vAlign="top">
<input type="hidden" value="http://channels.netscape.com/ns/weather/c_select2.jsp" name="_url">
<input type="hidden" value="1" name="_wps_form">
<input type="hidden" value="12_form" name="_wps_s">
<input type="hidden" value="y" name="pers">
<input size="15" name="where">&nbsp;<input type="image" src="http://cdn.netscape.com/wpt_tonr_03/200408181102_weabl_c1_i1_1_0" align="absMiddle" value="submit" border="0" width="28" height="28">
</td>
</form>
</tr>
</table>

</body>
</html>

 

   

Phase III- HTML Analysis

 

Code analysis (view source). 

 

Know the 10 commandments of HTML (p.246)(10 points).

 

Identify 3 tags that you have learned(3 points).

 

Identify 3 tags that you are unaware(3 points).

 

Replicate the Html Codes (4 points