Creating a webpage html coding
Understand the main features for HTML language Lesson Objectives: Understand the main features for HTML language Create your first HTML page. Understand HTML structure / tags
What does HTML stands for ? What is HTML used for? What does markup language means ? Team # ………….
1. HTML Features مميزات Features
Identify the features of HTML language? Individual Activity Identify the features of HTML language? Easy to write Doesn't need expensive software. Uses markup language Not case sensitive
2. Create your first HTML page
Programs Required to Write HTML code Web Browser
Start New page in HTML
Practical Work In Pairs Follow step by step instructions listed in your book pages 68-69 to create your first HTML page
Practical Activity Be Winner Activity 1 & 2 Page 70-71
3. HTML Structure
Put the correct explanation next to the concerned tag of HTML? HTML Structure – Class Activity Put the correct explanation next to the concerned tag of HTML? Startup of the program Default Font Type End up of the page Startup & End up of the page title Startup of the page Startup of the page content End up of the page content End up of the program To let the browser know the doc is HTML
HTML Structure To let the browser know the doc is HTML Startup of the program Startup of the page Default Font Type Startup & End up of the page title End up of the page Startup of the page content Endup of the page content End up of the program
Main HTML tags
What are the tags that you learned from the previous exercise ? Paragraph – heading – Line Break Tags What are the tags that you learned from the previous exercise ? Tag meaning <p> Paragraph tag <h1> Heading 1 <br> Line break <h1> - <h6> Different heading tages
Super Student Activity Create a similar HTML page ?
Evaluate your Understanding