Font size
WorksheetsACTIVITY 1.2 ASSESSMENT
Total questions: 25
Worksheet time: 5mins
What does HTML stands for?
Hypertext Markup Language
Hypertest Markup Language
What does XHTML stands for?
eXtensible Hypertext Markup Language
EXtensible Hypertext Markup Languages
What is the current version of HTML?
HTML 4
HTML 5
What does DTD stands for?
Definition Type Declarartion
Document Type Declaration
Symbol of opening tag?
< >
</ >
Symbol of closing tag
< >
</ >
What does WYSIWYG stands for?
What You See Is What You Get
What You Saw Is What What You Got
What does FILO stands for?
First In Lost Out
First In Last Out
Symbol of html tag
</html> <html>
<html> </html>
What is first html tag to use in creating a web page?
<html>
<head>
<title>
<body>
What is second html tag to use in creating a web page?
<html>
<head>
<title>
<body>
What is third html tag to use in creating a web page?
<html>
<head>
<body>
<title>
What is fourth html tag to use in creating a web page?
<html>
<head>
<body>
<title>
What tag you will use if you want to close the title?
</ title>
<title />
Give the symbol of body tag opening and closing tag
(a)
Give the symbol of head opening and closing tag.
(a)
Give the symbol of title opening and closing tag
(a)
Give the symbol of body opening and closing tag
(a)
What does W3C stands for?
World Word Web Consortium
World Wide Web Consortium
What does URL stands for?
Uniform Resource Locator
Unified Resource Locator
What does WWW stands for?
World Wide Web
Wide World Web
This is where you can view your webpages.
Browsers
Notepad
This will be use if you want to make and edit text files of your webpage.
Browsers
Notepad
What does GUI stands for?
Graphical User Interface
Graphic User Interface
What is the tag of paragraph?
<p> <p />
<p> </ p>
