Monday, February 12, 2018

Beginning with html

Time for Activities: 15 minutes
Go back to nearpod at Reflection Time


Task 1
  1. Open notepad.
  2. 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)
  3. Save the file as an html program.
  4. Open file in a browser.
       Syntax guidelines:
__________________________________________________________________
 Task 2

    1. Open your file again.
    2. Add a background color to your webpage.
    3. Save the file again. (Only Control+S)
    4. 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;

    Show heading in the centre >>>>>  How to do it?
    __________________________________________________________________

    Challenge (Check if you have 10 minutes in Reflection to start):

    1. Open the same file in html.
    2.  Add an image to your web page. 
    3. open file in a browser to see the output.
                      Link to the Learning Resource ----->  how to add an image
    __________________________________________________________________

    Extended Task:

    1.  Add video to your web page. 
    2. 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