C779 Actual Exam Questions and Correct Answers
What are the main differences between a text editor and GUI editor? - ANS GUI editors you just
click want you want it to do. text editor, you need to know how to code.
Identify the components of an URL. - ANS scheme, prefix, domain, port, path, filename
What is XML? - ANS Extensible Markup Language (XML) is a language used to describe data
elements on a Webpage. XML enhances the structure and navigation of data. It is not used
to format the page's appearance. Businesses use XML because it allows data to be
interchanged with all types of applications.
What is the difference between HTML and XML? - ANS XML enhances the structure and
navigation of data.
HTML defines page structure, hyperlinks, graphics, and more to enable to render in web
browsers and other devices.
What is the differences between the World Wide Web (www) and the internet? - ANS The
Internet can be viewed as a big book store while the Web can be viewed as a collection of
books on that store. At a high level, we can even think of the Internetas hardware and the Web
as software!
What is the W3C? - ANS This international organization creates all web standards.
Understand the basic syntax of an HTML element. - ANS The HTML element is everything
from the start tag to the end tag:
<tagname>Content goes here...</tagname>
Know and identify types of container tags. - ANS <html> ... </html>
, <head> ... </head>
<body> ... </body>
<p> ... </p>
<div> ... </div>
<header> ... </header>
<footer> ... </footer>
Know and identify types of empty tags - ANS <br>
<hr>
<meta>
<link>
<img>
<source>
<input>
Know and understand the difference between a container tag and empty tag. - ANS
Container tags use starting and ending tags.
empty tags are tags that stand alone.
Give three examples of a container tag and three examples of an empty tag - ANS
Container Tags:
<html> ... </html>
<head> ... </head>
<body> ... </body>
Empty Tags:
<br>
<hr>
What are the main differences between a text editor and GUI editor? - ANS GUI editors you just
click want you want it to do. text editor, you need to know how to code.
Identify the components of an URL. - ANS scheme, prefix, domain, port, path, filename
What is XML? - ANS Extensible Markup Language (XML) is a language used to describe data
elements on a Webpage. XML enhances the structure and navigation of data. It is not used
to format the page's appearance. Businesses use XML because it allows data to be
interchanged with all types of applications.
What is the difference between HTML and XML? - ANS XML enhances the structure and
navigation of data.
HTML defines page structure, hyperlinks, graphics, and more to enable to render in web
browsers and other devices.
What is the differences between the World Wide Web (www) and the internet? - ANS The
Internet can be viewed as a big book store while the Web can be viewed as a collection of
books on that store. At a high level, we can even think of the Internetas hardware and the Web
as software!
What is the W3C? - ANS This international organization creates all web standards.
Understand the basic syntax of an HTML element. - ANS The HTML element is everything
from the start tag to the end tag:
<tagname>Content goes here...</tagname>
Know and identify types of container tags. - ANS <html> ... </html>
, <head> ... </head>
<body> ... </body>
<p> ... </p>
<div> ... </div>
<header> ... </header>
<footer> ... </footer>
Know and identify types of empty tags - ANS <br>
<hr>
<meta>
<link>
<img>
<source>
<input>
Know and understand the difference between a container tag and empty tag. - ANS
Container tags use starting and ending tags.
empty tags are tags that stand alone.
Give three examples of a container tag and three examples of an empty tag - ANS
Container Tags:
<html> ... </html>
<head> ... </head>
<body> ... </body>
Empty Tags:
<br>
<hr>