You are on page 1of 17

17th November 2014

We will be learning more about HTML how


to use sequence, repetition, input and
outputs effectively

We will be learning how to design, write and


debug comic strips

We will be continuing to learn how to use


technology safely,

An acronym for Hyper Text Mark-up


Language

An acronym for Hyper Text Mark-up


Language

Is the language of the


web!

It is used to describe the contents of a webpage, enabling your browser to display


them as intended.
These contents include paragraphs,
pictures, links etc.

HTML must be written correctly, in order for


the web browser to display your information
correctly.

Its easier to think of code as person


your head elements is the tab at the top
and the body element is what you see on
the page

HTML elements are individual components


of an HTML document or web page

Elements include the head and body,


headings, paragraphs, images, lists

HTML elements are written with astarttag,


with anendtag, with thecontentin
between:
<tagname>
content
</tagname>

Head
<head> info in the tab!
</head>
Title
<title>My page
title</title>
Body
<body> Your page content
here </body>
Paragraphs
<p> blah blah blah </p>
Headings
<h1> blah blah blah </h1>

How many tags can you find?

How many tags do you recognise?

What tags do you not recognise?

Challenge (unplugged )
In groups
Can you arrange the information to form the
HTML of a recent News round webpage?

https://ginatesoriero.makes.org/thimble/ODU
0NzIwNTEy/starter-makes-teaching-kit

Can you debug this comic?


Clues
- What does each tag have to end with?
- How can I move the speech bubble so its
not hiding stuff?
- What are image tags?

You might also like