Practical exam grade 9

 

Subject

ICT

Grade

9

Trimester

2

Assessment Type

Practical Mid-Term Test

Teacher

 

Date given

Week 6                          

Student Name

 

Time

45 min

Marks

                  /20


Instructions:

  1. Instructions:  Choose your editor: You may use W3Schools TryIt Editor

  2. Open Google and search for: : w3schools try it editor

  3. In another tab, open: tnis-ict9.blogspot.com

  4. Copy the code provided and paste it into the : W3Schools TryIt Editor:

  5. then follow the instructions on the exam paper.


<html>

<head>

    <title>Simple Form</title>

    <style>

        body {

            font-family: Arial, sans-serif;

            text-align: center;

            margin: 20px;

        }

        form {

            background-color: #f2f2f2;

            padding: 20px;

            border-radius: 10px;

            display: inline-block;

            text-align: left;

        }

        input {

            width: 100%;

            padding: 10px;

            margin: 5px 0;

        }

        button {

            background-color: #4CAF50;

            color: white;

            padding: 10px 20px;

            border: none;

            border-radius: 5px;

            cursor: pointer;

        }

        button:hover {

            background-color: #45a049;

        }

    </style>

</head>

<body>

    <h1>Contact Us</h1>

    <form>

        <label for="name">Name:</label>

        <input type="text" id="name" name="name" placeholder="Enter your name"><br><br>


        <label for="email">Email:</label>

        <input type="email" id="email" name="email" placeholder="Enter your email"><br><br>


        <button type="submit">Submit</button>

    </form>

</body>

</html>

Comments

Popular posts from this blog

Grade 9- Term 3 - Practical mid term test

grade9 - Practical exam Final