Wednesday, September 18, 2019

Laboratory 1 : Basic HTML [1]

Home Page (First Page)


Service Page (Second Page)


Contact Page (Third Page)




HTML CODE 


Home page

<!DOCTYPE html>
<html>
<body>

<h1>Trillium Media Design</h1>
<br>
<div class="topnav">
<a href="home.html">Home</a> &nbsp; 
<a href="services.html">Services</a> &nbsp;
<a href="contact.html">Contact</a>
</div>

<br>

<h3>New Media and Web Design</h3>

<p>Trillium Media Design will bring your company's Web presence
to the next level. We offer a comprehensive range of services.
</p>

<h3>Meeting Your Business Needs</h3>

<p>Our expert designers are creative and eager to work with you.</p><br>

<footer><i>Copyright &copy; 2019 Janapiriya d/o Raman</i></footer>
</html>


Service page

<!DOCTYPE html>
<html>
    <head>
        <title>
            Services
        </title>
    </head>
    <body>
  <h1>Trillium Media Design</h1>
<br>
<div class="topnav">
  <a class="active" href="home.html">Home</a>
            &nbsp; &nbsp;
  <a href="services.html">Services</a>
             &nbsp; &nbsp;
  <a href="contact.html">Contact</a>
</div>
<h2>Our Services Meet Your Business Needs</h2>

        <div>
             <h3>Website Design</h3>
            <p>&emsp;Whether youre needs are large or small,Trillium can get you on the Web!</p>
                    
        </div>
        <div>    
            <h3>E-Commerce Solution</h3>
            <p>&emsp;Trillium offers quick entry into the e-commerce marketplace</p>
        </div>
       
 <div>
        <h3>Search Engine Optimization</h3>
        <p>&emsp;Most people finde new sites using search engines.Trillium can get your website noticed.</p>
            </div>
    </body><br>
    <footer><p><i>Copyright &copy; 2019 Janapiriya d/o Raman</i></p></footer>
</html>


Contact page

<!DOCTYPE html>
<html>
    <head><title>Contact</title></head>
    <body>
             <h1>Trillium Media Design</h1>
        <br>
        <div class="topnav">
  <a class="active" href="home.html">Home</a>
            &nbsp; &nbsp;
  <a href="services.html">Services</a>
             &nbsp; &nbsp;
  <a href="contact.html">Contact</a>
</div>
        <h2>Contact Trillium Media Design Today</h2>
        <pre>
        <li>Contact number &#62; 0165444324</li>
        <li>Facebook &#62; <a href="https://www.Facebook.com"><i>>https://web.facebook.com/janapiriya.raman</i></a></li>
        <li>website &#62; <a href="https://janapiriya.blogspot.com/">https://janapiriya.blogspot.com/</a></li></pre>
</body><br>
<footer><p><i>Copyright &copy; 2019 Janapiriya Raman </i></p></footer>
</html>


No comments:

Post a Comment