0% found this document useful (0 votes)
48 views2 pages

Ict-Working With HTML

HTML is the standard markup language used to create web pages and is made up of elements identified by tags that describe different parts of a page. The basic structure of an HTML document includes the <html>, <head>, and <body> elements, with the <head> containing the title and <body> comprising the visible page content. Attributes provide additional information about elements and the BGCOLOR attribute is used to set the background color of a web page.

Uploaded by

Hameedah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views2 pages

Ict-Working With HTML

HTML is the standard markup language used to create web pages and is made up of elements identified by tags that describe different parts of a page. The basic structure of an HTML document includes the <html>, <head>, and <body> elements, with the <head> containing the title and <body> comprising the visible page content. Attributes provide additional information about elements and the BGCOLOR attribute is used to set the background color of a web page.

Uploaded by

Hameedah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

ICT-WORKING WITH HTML

1. What is HTML?
HTML stands for Hyper Text Markup Language. We create a web
page with HTML. It is also called Internet Language. HTML is an
improved version of Standard Generalized Markup Language
(SGML)

2. How to create a HTML document?


You need a text editor, such as Notepad, to type the coding. You
need a web browser to view the HTML document

3. About HTML tags


Web browsers identify elements. Tags are used to identify each
element

4. What are HTML elements classified as?


There are classified as container and empty element. Container
Element has a starting and ending tag. Empty element doesn’t
need a closing tag

5. What are the three HTML elements that form the basic document
structure?
 HTML element is always at the starting and ending of a
HTML document
 Head element is used to specify the title of HTML document
 Body element is used to form the body of a HTML document
6. How to set background color for web page?
You set background color with the BGCOLOR attribute

7. What is attribute?
Attribute is a the bit of information in the tag

You might also like