Lesson1 BasicHTMLs
Lesson1 BasicHTMLs
Use the internet to find out what the following stands for:
HTML
CSS
Task- Write one sentence to explain the difference between the two
in your yellow book.
HTML & CSS
The difference: HTML describes a webpage but CSS describes how it will look.
What is HTML?
• HTML is a language for describing web pages.
HTML is just a text file read by web browsers therefore can be written in the software, we
are going to use a new application called Dreamweaver
Lets get started..
• Firstly, create a folder in your Year 8 Computer Science folder,
called:
3. To view your page in browser, click on the little arrow on the world icon
and preview in IExplore
Viewing in the Browsers
<head> contains
info about your
HTML file e.g.
title
<body> is where
you put the
content e.g. text,
images etc.
1. Heading <hx> </hx>
• Now you can put on heading size tags.
• These come with numbers with 1 being the largest and 6 being the
smallest:
• <h1> </h1>
• Put on <h> start and end tags from <h1> to <h6> as shown here
1. Lets try making it bold. Bold tags are <b> and </b>
Put in these tags and save your code version.
About me
Welcome to the first webpage that I have coded in HTML. I am “x” years old and I live in the X.
I hope that you come back soon and visit the page to see what else I have learned to do in HTML.
Congratulations, you have created your first
web page
1. Double click on your Index file
• You should be able to explain the difference between HTML and CSS.