ASSIGNMENT LAB 01

ASSIGNMENT LAB 01

This first lab assignment is about "Introduction to WWW Programming". So, below is the result in developed a website about "Introduction to WWW Programming".

My First Lab Activity

Below, the coding that have been used in order developed the first lab assignment above. (Referring images include)

<html>
<head>
    <title>Welcome to SMMTC.</title>
</head>

<body background ="Background Image.jpeg">
    <center><h1>My first Lab Activity.</h1></center>
</body>

<body>
    <p>My name is <b>Siti Nursuriyanie binti Amer Mahmud</b></p>
    <p>I am studying in UUM and take Multimedia Programme.</p>
    <p>This is my last semester in UUM.</p>
    
    <hr>
        <b>Subject that I take for this semester:</b>
        <p>1. WWW Programming</p>
        <p>2. Multimedia Database</p>
        <p>3. IT Entrepreneurship</p>
        <p>4. Multimedia Seminar</p>
        <p>5. Social Science</p>
        <p>6. Discrete Structure</p>
        <p>7. Project 2</p>
    <hr size = 7>
    <hr width = 70% size = 10 noshade>
        
        <br>
        <p>This is my email link.</p>
        <p>Click to send email: <a href="mailto:misssurieanne96@gmail.com">misssurieanne96@gmail.com</a>
        </br>
        
    <hr>
        <h3 align=center>This is my favourite picture.</h3>
        <p><b>Click this, Visit <a href=https://www.google.com/search?tbm=isch&sa=1&ei=ZqucWsfIKKOYvQSQzpzoAQ&q=sakura+flower&oq=sakura&gs_l=psy-ab.3.0.0i67k1j0j0i67k1j0j0i67k1l3j0l2j0i67k1.8082.10463.0.12471.12.10.0.2.2.0.100.628.8j1.9.0....0...1c.1.64.psy-ab..3.9.444....0.V7zPvFbVk9A#imgrc=-GaksO5q4Z1SIM:>Sakura Flower</a></b>
        <hr width="50"></p>
</body>
</html>

Comments