0% found this document useful (0 votes)
2 views

HTML Test1

The document is a theoretical test on creating a simple markup language, specifically focusing on HTML, with various sections including true/false questions, multiple choice questions, fill-in-the-blank questions, and short answer questions. It assesses knowledge on HTML tags, attributes, and concepts such as comments, document types, and special characters. The test is structured to evaluate both theoretical understanding and practical application of HTML coding.

Uploaded by

Tamrat Gashaw
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

HTML Test1

The document is a theoretical test on creating a simple markup language, specifically focusing on HTML, with various sections including true/false questions, multiple choice questions, fill-in-the-blank questions, and short answer questions. It assesses knowledge on HTML tags, attributes, and concepts such as comments, document types, and special characters. The test is structured to evaluate both theoretical understanding and practical application of HTML coding.

Uploaded by

Tamrat Gashaw
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

UC: - Creating a Simple Markup Language theoretical test one (30%)

Full name___________________________________________ time allowed (40 minutes)

I. Say true or false (1 pts. Each)


1. HTML is a programming language it is not a markup language.
2. HTML is not case sensitive language.
3. Comments are not displayed by the browser.
4. The <frame> tag is no longer recommended as it is not supported by HTML5.
5. All these special character must be ended with colon.
II. Multiple choose (1 pts. Each)

1. Which one of the following are the correct HTML comment tags.
A. <-- Write your comments here --!> C. <!-- Write your comments here -->
B. <-- Write your comments here --> D. <!-- Write your comments here >

2. Which one of the following HTML tags defines the document type and HTML version.
A. <html> C. <!doctype html>
B. <head> D. <title>

3. Which one of the following HTML tags defines underline text.


A. <ul> C. <u>
B. <b> D. <big>

4. Which one of the following HTML tags used to set text color.
A. <body text=“white”> C. <body color=“white”>
B. <body font=“white”> D. <body style=“white”>

III. Fill blank space (2 pts. Each)


1. Start and end tags are also called _________________ and ____________________.
2. A collection of frames in the browser window is known as ____________________.
3. ________________ Attribute of frameset tag used to display at focused frame.

IV. Give short answer (Q1-Q5 (1 pts. Each) and Q6-Q10 (2 pts. Each))
1. HTML stands for :-

2. Write HTML tags to set background colour of the page?

3. Write HTML tags to set hyperlink anchor tags to the page?

4. Write HTML tags to add image to the page?

5. Write HTML tags to add font size, color and typeface of the enclosed text?
UC: - Creating a Simple Markup Language theoretical test one (30%)

6. What are the advantage and disadvantage of HTML?

7. Write the four steps to create and save HTML in browser?

8. What are the two types of HTML tags and differentiate it and also give example?

9. List and define types of LIST tags?

10. List at least three HTML special character tags?


UC: - Creating a Simple Markup Language theoretical test one (30%)

You might also like