Friday, 25 March 2011

web ex1:-

code 1:-

<html>

<title>Experiment1</title>

<body bgcolor='white'>
<font color='black'><br>
<p><h1>LEVEL 1 HEADER</h1>
<h2><br><b>LEVEL 2 HEADER</b></br></h2>
<h3><br><b>LEVEL 3 HEADER</b></br><h3>
<h4><br><b>LEVEL 4 HEADER</b></br></h4>
<h5><br><b>LEVEL 5 HEADER</b></br></h5>
<h6><br><b>LEVEL 6 HEADER</b></br></h6></p></br>
</font>
</body>
</body><font color='black'><font size='8'><br>
<marquee><b><i><u> THE BEST FEATURES OF THE INTERNET</u></i></b></marquee></br></font>
<ul><li>you can meet new people from countries around the world</li>
      <li>you have access to new media as it becomes public</li>
      <ul><li>new games</li>
            <li>new applications</li>
               <ol><li>for business</li>
                     <li>for pleasulre</li>
               </ol>
            <li>around the clock news</li>
            <li>search engines</li>
            <li>shopping</li>
            <li>programming</li>
            <ol><li>xml</li>
                  <li>java</li>
                  <li>xhtml</li>
                  <li>scripts</li>
                  <li>new languages</li>
           </ol>
              <li>links</li>
              <li>keeping in touch with old friends</li>
              <li>it is the technology of the fututre</li>
</ul>
</font>
</body>
</html>
</body>
</html>

 Code 2:-
<html>
<title>Experiment2</title>

<body bgcolor='white'>
<font size='12'>LINK CREATION</font>

<br><a href="C:\Program Files\Java\jdk1.6.0\README.html"><img src="C:\Documents and Settings\86091\Desktop\link.bmp"
alt="click me" width="50" >click me here</a></br>

<br><a href="C:\Program Files\Java\jdk1.6.0\README_ja.html"><img src="C:\Documents and Settings\86091\Desktop\link.bmp"
alt="click me"width="50">click me here</a></br>

<br><a href="C:\Program Files\Java\jdk1.6.0\README_zh_CN.html"><img src="C:\Documents and Settings\86091\Desktop\link.bmp"
alt="click me" width="50">click me here</a></br>

<br><a href="C:\Program Files\Java\jre1.6.0\Welcome.html"><img src="C:\Documents and Settings\86091\Desktop\link.bmp"
alt="click me" width="50">click me here</a></br>

<br><p>my email id is:<br><a href="mailto:gsiddharth29@gmail.com"><img src="C:\Documents and Settings\86091\Desktop\link.bmp"
alt="click me" width="50">gsiddharth29@gmail.com</a></p></br></br>

<br><a href="C:\Documents and Settings\86091\Desktop\program1.html"><img src="C:\Documents and Settings\86091
\Desktop\link.bmp" alt="click me" width="50">click me here</a></br>

</body>
</html>



No comments:

Post a Comment