Ict-Working With HTML
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)
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