computing theory: html year 11. lesson objective you will: o be able to define what html is - all o...

6
Computing Theory: HTML Year 11

Upload: doreen-logan

Post on 30-Dec-2015

212 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web

Computing Theory: HTML

Year 11

Page 2: Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web

Lesson Objective You will:

o Be able to define what HTML is - ALLo Be able to write HTML code to create your own web page – ALLo Be able to add images to your web page using HTML code – MOSToBe able to change font

Page 3: Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web

What is HTML?

• HTML stands for Hyper Text Market Language

• It is a basic programming language for building webpages

• It uses a set of predefined tags that web browser then interprets and displays

Page 4: Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web

What are tags?

• Tags are codes in HTML which browsers interpret for subsequent display to a reader

• What symbol would you start a tag with?

< / ( ) >[ ]

Page 5: Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web

Task• Open up ‘Notepad’ • Write the following:

<head> This is an example of HTML </head>

<br> </br><h2> <b> What is your name?</h2> </b>• Click ‘Save As’ and save as ‘example.html’ • Open Internet Explorer, file & open • Open the file you have saved

What do you see?

Page 6: Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web