Font size
WorksheetsCOMPUTER PROGRAMMING QUARTER 2 LAS 2 (2 points each)
Total questions: 16
Worksheet time: 20mins
It is a set of markup tags.
Xml
Sgml
Http
Markup Language
HTML stands for:
Hyper Text Markup Language
Hyper Text Makeup Language
Hyper Text Mark Language
Hyper Text Markup Launch
SGML stands for:
Standard Graphic Markup Language
Standard Graphics Markup Language
Stand-up Graphics Markup Language
Stand Graphics Make-up Language
XML stands for:
Xtended Markup Language
extended Markup Language
Xtended Markup Languages
extended Mark-tag Language
A tag is always enclosed in _____ bracket.
<>
[]
()
{}
It is an example of container element.
<html>
<hr>
<br>
<rh>
This symbol represents the END TAG
\
;
/
^
This defines the header section of the page.
<HTML>
<HEAD>
<TITLE>
<BODY>
This shows a caption in the title bar of the page.
<HTML>
<HEAD>
<TITLE>
<BODY>
This tag show contents of the web page will be displayed.
<HTML>
<HEAD>
<TITLE>
<BODY>
Describe HTML web page that is to be viewed by a web browser.
<HTML>
<HEAD>
<TITLE>
<BODY>
Describe HTML web page that is to be viewed by a web browser.
<HTML>
<HEAD>
<TITLE>
<BODY>
Heading element which print the largest heading.
<h1>
<h2>
<h4>
<h6>
Heading element which print the smallest heading.
<h1>
<h2>
<h4>
<h6>
It is an example of empty element.
<html>
<p>
<br>
<body>
Write a program that will show the following output.
