Name:
Student ID:
Time Allocation : 15 minutes
Mobile Browser Web Application Development
PART ONE:
Following the procedures we did in class:
1. Create a simple HTML page about rabbits or any other topics of interest. include at least 3 images, 5 paragraphs of text, 3 headings. use tables to organize your content.
Put a background image on your page using HTML coden as we covered in class:
Using your HTTP web server: View your page.
When this is done, show your work to the instructor and commit your code to GitHub.
Make a GitHub repository named MAD3144S22LABTEST1.
Commit this file with the level name of PART ONE
Part Two:
Create a text element with an ID of mytext
Use JavaScript to change the contents to:
Your Text
Commit this file with the level name of PART TWO
Part Three:
write a JS for / while loop
add the numbers from 1 to 100
output the result using document.write
Commit this file with the level name of PART THREE