QUIZ INTRODUCTION TO PROGRAMMING LANGUAGE

 

<!DOCTYPE html>

<html>

<body>


<h2>Universiti Malaysia Perlis (UniMAP) permanent campus covers three location:</h2>


<ul>

    <li>City Campus</li>

    <li>Nature Campus Pauh Putra</li>

    <li>Unicity Nature Campus</li>

</ul>


<h2>The three locations are located in:</h2>


<ol>

    <li>Kangar</li>

    <li>Ulu Pauh</li>

    <li>Sungai Chuchuh</li>

</ol>


</body>

</html>



Comments