Date:30.9.2024 To 4.10.
2024
L.O: Understand and Apply HTML Fundamentals
Introduction to
HTML
Success Criteria: I know the document structure.
I can describe the use of HTML tags and elements.
Date:30.9.2024 To 4.10.2024
L.O: Understand and Apply HTML Fundamentals
Success Criteria: I know the document structure.
I can describe the use of HTML tags and elements.
Date:30.9.2024 To 4.10.2024
Today’s Thought L.O: Understand and Apply HTML Fundamentals
Success Criteria: I know the document structure.
I can describe the use of HTML tags and elements.
Date:30.9.2024 To 4.10.2024
L.O: Understand and Apply HTML Fundamentals
Topic: Introduction to HTML
LEARNING OBJECTIVE: Understand the
basic structure of an HTML document
Success Criteria: I know the document structure.
I can describe the use of HTML tags and elements.
Date:30.9.2024 To 4.10.2024
STARTER ACTIVITY L.O: Understand and Apply HTML Fundamentals
Success Criteria: I know the document structure.
I can describe the use of HTML tags and elements.
Date:30.9.2024 To 4.10.2024
L.O: Understand and Apply HTML Fundamentals
What is HTML? HTML stands for Hyper Text Markup Language.
It is the standard language used to create and
structure content on the web. HTML uses tags
to define elements on a webpage, such as
headings, paragraphs, links, and images. It
forms the backbone of web content, allowing
browsers to interpret and display information
in a structured manner.
Success Criteria: I know the document structure.
I can describe the use of HTML tags and elements.
HTML Document StructureDate:30.9.2024 To 4.10.2024
L.O: Understand and Apply HTML Fundamentals
Essential elements of an HTML document
1 DOCTYPE Declaration
Tells the browser what version of HTML you're using. It's
always the first line.
2 HTML Element
The root element that contains all other elements on the page.
3 Head Section
Contains meta-information about the document, like the title
and linked stylesheets.
4 Body Section
Holds all the visible content of the web page, such as text and images.
Success Criteria: I know the document structure.
I can describe the use of HTML tags and elements.
Date:30.9.2024 To 4.10.2024
L.O: Understand and Apply HTML Fundamentals
Essential HTML Elements
Headings Paragraphs Links Images
Use h1 to h6 tags to The p tag creates The a tag allows Use the img tag to
create headings of blocks of text for your navigation to other web embed pictures into
different levels. content. pages. your web page.
Success Criteria: I know the document structure.
I can describe the use of HTML tags and elements.
Date:30.9.2024 To 4.10.2024
L.O: Understand and Apply HTML Fundamentals
Creating a Simple Webpage
Open Text Editor Write HTML Structure Add Content Save and View
Start with a simple text Add the basic HTML Insert headings, Save with a .html
editor like Notepad or structure, including paragraphs, and other extension and open in a
Notepad++. DOCTYPE, html, head, elements to create your web browser to see your
and body tags. content. page.
Success Criteria: I know the document structure.
I can describe the use of HTML tags and elements.
Date:30.9.2024 To 4.10.2024
L.O: Understand and Apply HTML Fundamentals
Activity 1:
Write a simple HTML program to display your name and class details
Success Criteria: I know the document structure.
I can describe the use of HTML tags and elements.
Date:30.9.2024 To 4.10.2024
Plenary
L.O: Understand and Apply HTML Fundamentals
●What does HTML stand for?
●Name three basic HTML tags and their purposes.
●What is the difference between <head> and <body> in an HTML doc
Success Criteria: I know the document structure.
I can describe the use of HTML tags and elements.
Date:30.9.2024 To 4.10.2024
Video L.O: Understand and Apply HTML Fundamentals
Success Criteria: I know the document structure.
I can describe the use of HTML tags and elements.
LEARNING Date:30.9.2024 To 4.10.2024
L.O: Understand and Apply HTML Fundamentals
OUTCOME
I am a bit confused I can do the
I know I am not clear on this
and need more help tasks confidently
.
The basic
Structure of
HTML
To write
simple HTML
Program
Success Criteria: I know the document structure.
I can describe the use of HTML tags and elements.
Date:30.9.2024 To 4.10.2024
L.O: Understand and Apply HTML Fundamentals
Success Criteria: I know the document structure.
I can describe the use of HTML tags and elements.