Sunteți pe pagina 1din 3

Markup Language first questionnaire

Name: ______________________________________________________________

Mark the right answer.

1) What is HTML?
a) High Text Makeup Language
b) Hyper Text Mark Language
c) Hyper Text Markup Language
d) None of the above

2) Which is a reason why webpage is useful?


a) A cheap and easy way to spread information to a large audience
b) Another medium to market your business
c) Let the world know about you with a personal website
d) All of the above

3) What is the meaning of these tags at the end of your html code?
a) Openning tags
b) Greeting tags
c) Body tags
d) Closing tags

4) What is an example of a web browser?


a) Firefox
b) Opera
c) Internet Explorer
d) Netscape Navigator
e) Google Chrome
f) All of the above

5) Which tag is not from HTML?


a) title
b) body
c) aside
d) footer
e) paragraph

6) HTML tags are used to describe …... ?


a) Content
b) Definitions
c) Colors
d) None of these

7) HTML document can contain …... ?


a) Plain text
b) Tags
c) Attributes
d) Variables
e) All of these
8) HTML is platform independent?
a) True
b) False

9) Which are the extensions we use to save a HTML page?


a) html
b) htm
c) php
e) All of the above

10) HTML page can be read and rendered by …... ?


a) Compiler
b) Server
c) Interpreter
d) Web Browser
e) None of them

11) In HTML the end tag is written whith a ….. slash before the tag name.
a) Backward
b) Forward

12) HTML document contains one root tag called.


a) body
b) title
c) html
d) None of the above

13) HTML tags are case sensitive.


a) True
b) False

14) What does XML stand for?


a) X-Markup Language
b) eXtra Modern Link
c) eXtensible Markup Language
d) Example Markup Language

15) There is a way of describing XML data.


a) XML uses a description node to describe data
b) XML uses XSL to describe data
c) XML uses a DTD to describe the data
16) Is this a "well formed" XML document?

<?xml version="1.0"?>
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>
a) No
b) Yes
17) Is this a "well formed" XML document?

<?xml version="1.0"?>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
a) Yes
b) No
18) Which statement is true?
a) XML documents must have a root tag
b) XML tags are case sensitive
c) XML elements must be properly nested
d) All the statements are true

19) XML elements cannot be empty


a) False
b) True

20) Which is the correct CSS syntax?


a) {body:color=black;}
b) body {color: black;}
c) {body;color:black;}
d) body:color=black;

S-ar putea să vă placă și