HTML
Hypertext Markup Language
Lesson Objectives 1. We will be able to understand the need for HTML and where it is used 2. We will be edit HTML to experiment with the effect 3. We will be able to program a basic webpage in HTML
Look for any patterns. Can you work out/guess what any of the code does? Task 1 - HTML Research Find a website of your code and view the source code
HTML Code
HTML Tags Item Opening TagClosing Tag Paragraph Heading Italics Hyperlink List Bold
Task: 1. Visit the website above and edit some code to see the effect it has Editing Code
HTML is just a text file read by web browsers therefore can be written in the software Notepad Hello World The first program that anyone should write in any language is the "Hello Word" program "Hello World" program demonstrates your ability to get programming laguage to write a message to the screen
Don't forget to save as.html Write out the code # Indicates that the code below is to be translated as HTML code # All code inbetween the body tags will visually appear on the website # Display a title "Hello World" in the predefined H1 title format Tasks ( Work through task booklets) 1. Write "Hello World" programme 2.Inserting a Picture 3.Inserting a Hyperlink 4.Changing Colours 5.Create a table
Tasks and Challenges 1 - Hello World 2 - Inserting and Image 3 - Inserting a hyperlink 4 - Changing Colours 5 - Inserting a table Achievements All should complete Most should complete Some will complete