TOPICS IN MIS SPRING 2007  BU4045

Home  |  Syllabus  |  Journal Project  | Exam Research  |  Gallery

Thursday 29th March 2007

Only people who are present in the conference will get grades.

 Today we are discussing project A and project B on the layer of HTML. Question 5 of midterm.

1) First you have to chose your project either A (top ten colleges) or B (C++ tutorial).

2) Go to web site and see there view source the code.

3) Copy there commands one by one and paste it on FrontPage. Pick those tags which will work.

4) Test it and see what does that HTML tag do?

5) Please refer textbook, page no. 695 for HTML tags.

Some examples of HTML commands from Harry Pandya:

<html>
<body>
<a href="http://www.columbia.edu/" class="navLink">CU Home</a></br>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="http://www.columbia.edu/images/spacer.gif" width="1" height="3" alt="" border="0"></td>
</tr>
<tr>
<td valign="top"><input type="text" name="fullname" value="" id="searchbox" maxlength="2033"></td>
<td width="5"><img src="http://www.columbia.edu/images/spacer.gif" width="1" height="1" alt="" border="0"></td>
<td><input type="Image" value="search" src="http://www.columbia.edu/images/cu_btn_search.gif" width="48" height="17" alt="Search" title="Search" border="0"></td>
</tr>
</table> </body>
</html>

Result of above tags:

Some examples of HTML commands from  Xu Hanlu:-

<html xmlns="http://www.w3.org/1999/xhtml">
<a href="about/president.html">President&#8217;s welcome</a>
<img src="http://www.yale.edu/opa/images/bluepage/epoll.jpg" alt="" name="" id="" align="left" style="padding: 3px 10px 0px 0px"/>
<table width="208" border="1" cellpadding="0" cellspacing="0">
<tr>
<td width="130">hello</td>
<td width="28">lulu</td>
<td width="50">love u</td>
</tr>
</table>
</html>

Result of above tags: