Download presentation
Presentation is loading. Please wait.
Published byPhilippa Morrison Modified over 9 years ago
1
Step 1: Starting an HTML Document: Right Click: new>text document
2
Change the name to: first.html
3
Open with notepad or notepad++ (which you should have anyway)
4
This is the first thing you will see in a simple HTML5 document. It tells the browser what kind of document this is. These <> are called tags. Things that go inside the tags are called ‘attributes’ Next is the the meta-tag which allows us to use multiple language characters in our document.
5
After the Doctype tag is the tag. The entire document goes in this tag. Entire document goes here
6
The and tags. Notice that meta does not have a closing tag
7
The tag contains everything you see in the There are many tags which belong in the tag. The body is where we put our text, pictures, and videos.
9
The HTML ‘Skeleton’ Title of the document Content of the document...... Memorize this: -Everything Goes inside html, it is the world -the head goes above the body -certain tags go inside the head such as: title and meta and script -Head goes between the first html tag and the first body tag
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.