Presentation is loading. Please wait.

Presentation is loading. Please wait.

Introduction to HTML Year 8. What is HTML O Hyper Text Mark-up Language O The language that all the elements of a web page are written in. O It describes.

Similar presentations


Presentation on theme: "Introduction to HTML Year 8. What is HTML O Hyper Text Mark-up Language O The language that all the elements of a web page are written in. O It describes."— Presentation transcript:

1 Introduction to HTML Year 8

2 What is HTML O Hyper Text Mark-up Language O The language that all the elements of a web page are written in. O It describes the document content in a way that is understandable by a web browser

3 HTML O The declaration helps the browser to display a web page correctly. O It tells the browser what type of document. O Should be the first thing in a HTML document O HTML5 is the most recent version of HTML and its declaration is:

4 HTML “tags” O HTML tags are key words that are used to identify content. O They are surrounded by angle brackets e.g. O They usually come in pairs (a start and an end tag) Content

5 HTML Elements O A HTML element is everything between the start tag and the end tag including the tags themselves: Content O An element content is everything between the start tag and the end tag: Content O Its important to always remember to have an end tag for each element.

6 Simple HTML structure example Example Web page example This is an example web page

7 What does this look like?

8 HTML headings O Headings are defined using the to tags. O They are ranked in order of importance. O should be used as a main heading and then as a sub heading and so on. This is heading 1 This is heading 2 This is heading 3 This is heading 4 This is heading 5 This is heading 6

9 HTML Paragraphs O Paragraphs are defined with the tag This is a paragraph.

10 Useful resources O http://www.w3schools.com/html/html_intro.asp http://www.w3schools.com/html/html_intro.asp O THE WEB!! There are many tutorials online. HTML Validator O http://validator.w3.org/#validate_by_input http://validator.w3.org/#validate_by_input


Download ppt "Introduction to HTML Year 8. What is HTML O Hyper Text Mark-up Language O The language that all the elements of a web page are written in. O It describes."

Similar presentations


Ads by Google