Time for Activities: 15 minutes
Go back to nearpod at Reflection Time
Go back to nearpod at Reflection Time
Task 1
- Open notepad.
- Write an html program to create a webpage with
- Web page Title = My School (You may choose a different title)
- The main heading = Your School's Name (You may choose a different heading)
- Save the file as an html program.
- Open file in a browser.
__________________________________________________________________
Task 2
- Open your file again.
- Add a background color to your webpage.
- Save the file again. (Only Control+S)
- Open your webpage again or refresh the same tab.
Syntax ----->
If you finish your task and there are still 5 minutes in Reflection to start;
__________________________________________________________________
Challenge (Check if you have 10 minutes in Reflection to start):
- Open the same file in html.
- Add an image to your web page.
- open file in a browser to see the output.
Link to the Learning Resource -----> how to add an image
__________________________________________________________________
__________________________________________________________________
Extended Task:
- Add video to your web page.
- open file in a browser to see the output.
Guidelines:
- Use this syntax in <body>
<source src="video filename with extension" type="video/mp4"
- html program and video must be in the same folder.
No comments:
Post a Comment