Webauthoring Lesson -1
Webauthoring Lesson -1
What is HTML?
We are
learning
We are learning to create a basic
to... webpage.
Today I will….
Good Learning Great Learning Even Better Learning
(Grade C) (Grade B) (Grade A/A*)
Expected
Expected BetterExpected
than expected Expected
Outstanding
LO: We are learning to create a basic webpage.
Success
criteria
What is HTML
Good: HTML stands for Hyper text mark-up language.
I can explain
what a HTML
is. It describes the content in web pages.
Great:
I can create a
basic
structure of a
webpage.
Even
Better:
I can add
some
elements to a
webpage.
LO: We are learning to create a basic webpage.
Success
criteria
Structure of a HTML page
Good: <html>
Great: <body>
I can create a What goes here?
</body>
basic
structure of a </html>
webpage.
Even
Better:
I can add
some
elements to a
webpage.
LO: We are learning to create a basic webpage.
Success
criteria
HTML elements and tags
Good: In HTML we use tags these have two states
I can explain
what a HTML
opening and closing.
is.
Great: Below is an examples:
I can create a
basic
structure of a
webpage.
Even
Better:
I can add
some
elements to a
webpage.
There are more examples in your booklet.
LO: We are learning to create a basic webpage.
Success
criteria
HTML elements and tags
Good: Headings come in 6 different varieties from
I can explain
what a HTML
<h1> to <h6>
is.
Great: Which heading do you think is the biggest? <h1
I can create a or <h6>
basic
structure of a
webpage.
Even
Better:
I can add
some
elements to a
webpage.
LO: We are learning to create a basic webpage.
Success
criteria
Paragraph tags
Good: Paragraphs are extremely easy to add into a
I can explain
what a HTML
html webpage.
is. We add them into the body using a <p> tag.
Great: We use these to add content to our webpage
I can create a
basic
structure of a
webpage.
Even
Better:
I can add
some
elements to a
webpage.
LO: We are learning to create a basic webpage.
Success
criteria Task 1
Open python and create a new file save it as Numbers.
Good:
I can explain Create a webpage about yourself.
what a HTML
is. Use the <p> and <h1> tags.
Great: The title should be About Me
I can create a The headings should be
basic
structure of a
My Name
webpage. My Hobbies
Even + any others you want to add
Better:
I can add
Extension1: add an image to your webpage
some
elements to a Extension2: create a webpage about your home country
webpage.
LO: We are learning to create a basic webpage.
Success
criteria
Adding Hyperlink tags
Good: Add a hyperlink to the text School?
I can explain
what a HTML
is. The page is www.wesgreen.com
Great:
I can create a <a
basic href=“http://wesgreen.com">School</a>
structure of a
webpage.
Even
Better:
I can add
some
elements to a
webpage.
LO: We are learning to create a basic webpage.
Useful Links
Success
criteria
Good:
I can explain Python
what a HTML
is. https://www.w3schools.com/html/default.asp/
Great:
I can create a https://www.youtube.com/watch?v=u-OmVr_fT4s
basic
structure of a
webpage.
Even
Better:
I can add
some
elements to a
webpage.
LO: We are learning to create a basic webpage.
Success
criteria Plenary
Good:
Have we met our success criteria?
I can explain
what a HTML
is. Name one thing we have learnt today?
Great:
I can create a Are there any areas that you need to continue working
basic on?
structure of a
webpage.
Even
Better:
I can add
some
elements to a
webpage.