The Internet and HTML Code
Start up Open your computer Click on internet explorer browser Type this web site: www.moe.gov.ae View the source
Understand the term HTML Understand the markup language Lesson Objectives: Understand the term HTML Understand the markup language Understand what is web browser.. Understand W3C,CSS, Java Script
What is HTML?
Hyper Text Markup Language
HTML is a basic programming language for making web pages. What is HTML? : HTML is a basic programming language for making web pages.
What is a markup language? A computer language that ‘annotates’ content. (have meaning to both people and computer system) In HTML, content is annotated using tags (inside angled brackets). For example, the following tags are used to set a HTML document’s title. <title> Ministry of Education Website </title>.
Main HTML tags
What do I need to write HTML code ? Web browser
How many different web browsers can you name? Book Activity P-20 How many different web browsers can you name?
List of unheard web browsers UC browser Black Hawk browser Slim browser Superbird browser
Web browser – Web Page
Write the correct order Book Activity P-25 Write the correct order
What is a markup language? Look at the code on the right and the result in the web browser. What do you notice about the code and the result?
The web browser reads the HTML code it does not display the tags. The code uses the tags to tell the browser how to display things . If you can read HTML code, you can have a rough understanding of how the web page will look. HTML documents are called web pages. The different pages are linked together using hyperlinks. A hyperlink will take you to a new page when you click on it. Hyperlinks can be used to link a lot of pages together to create a full website . Internet and HTML Code
W3C Stands for World Wide Web Consortium Microsoft Apple IBM Adobe W3C is an organization that looks after the standards for HTML, CSS and Java Script. W3c is a member- based organization, which includes giants such as: Microsoft Apple IBM Adobe
What is CSS?
CSS Stands for Cascading Style Sheet
CSS Example
What is JavaScript?
Java Script
Why to use Java Script HTML pages can be referred to as ‘static’ pages. This means they are not interactive JavaScript used to make web pages more dynamic and interactive. Adding JavaScript to your HTML code allows you to change completely the document appearance, from changing text, to changing colors, or changing the options available in a drop-down list, or switching one image with another when you roll your mouse over it and much more.
Quick Review
What is the mean of internet? Many computers connected to each other to communicate or share information
What is HTML? What do I Mean by markup language? HTML stands for Hyper Text Markup Language. It’s a programming language used to create web pages. It’s markup because it can understood by both people and computer.
What is CSS? Why was it introduced? CSS stands for Cascading style Sheet. The purpose was to provide html authors with more formatting support and give them a way to apply uniform styles to multiple documents
What is the purpose of JavaScript? To Make web pages more dynamic and interactive
Name some partners of the W3C Organization Microsoft Apple IBM Adobe
Home Work – Book Activity Page-33