You are on page 1of 2

Mastery International Schools Subject: ICT - Grade: 11

Name: _________________________ Date: 2/10/2022

Building website – design webpage

What is the meaning of program?

Program is a set of related orders or instructions to control the computer or any


machine.

Who is the programmer?


The person who writes the code of computer program.

What is programming language?


It is the language which the computer can understand.

Different types of programming languages:


 HTML
 Java
 Python
 Java script
 PHP
 C++

What is HTML programing language?


 It is hypertext markup language.
 It is used to make websites.
 It is designed by a British scientist called Sir Tim Berners Lee.

What are the HTML tags?


 HTML Tags are the container for all other HTML elements.
 HTML Tags are < >

Examples of HTML tags:


• <p> : paragraph
• <q> : question
• <table> : table
• <h> : heading
• <video> : video
• <var> : variable

1
HTML example code:

Opening tag
Title tag
The head tag

Heading tag
The body tag
Paragraph
tag
Closing tag

When you apply this code, this will be the result on the browser:

You might also like