0% found this document useful (0 votes)
67 views5 pages

HTML1

HTML is the standard markup language used to create web pages (a). Tim Berners-Lee is considered the father of HTML (b). HTML uses tags like <h1> for main headings and <p> for paragraphs that describe the structure of a web page to a browser, which then displays the page content to users (c).
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views5 pages

HTML1

HTML is the standard markup language used to create web pages (a). Tim Berners-Lee is considered the father of HTML (b). HTML uses tags like <h1> for main headings and <p> for paragraphs that describe the structure of a web page to a browser, which then displays the page content to users (c).
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

1. What is HTML?

a) HTML describes the structure of a webpage


b) HTML is the standard markup language mainly used to create web pages
c) HTML consists of a set of elements that helps the browser how to view the content
d) All of the mentioned
2. Who is the father of HTML?
a) Rasmus Lerdorf
b) Tim Berners-Lee
c) Brendan Eich
d) Sergey Brin
3. HTML stands for __________
a) HyperText Markup Language
b) HyperText Machine Language
c) HyperText Marking Language
d) HighText Marking Language
4. Which of the following is used to read an HTML page and render it?
a) Web server
b) Web network
c) Web browser
d) Web matrix
5. Which of the following tag is used for inserting the largest heading in HTML?
a) head
b) <h1>
c) <h6>
d) heading
6. In which part of the HTML metadata is contained?
a) head tag
b) title tag
c) html tag
d) body tag
7. Which character is used to represent when a tag is closed in HTML?
a) #
b) !
c) /
d) \
8. Among the following, which is the HTML paragraph tag?
a) <p>
b) <pre>
c) <hr>
d) <a>
9. Which of the following HTML tag is used to create an unordered list?
a) <ol>
b) <ul>
c) <li>
d) <ll>
10. Which tag is used to create a numbered list in HTML?
a) <ol>
b) <ul>
c) <li>
d) <ll>
11. Which of the following extension is used to save an HTML file?
a) .hl
b) .h
c) .htl
d) .html
12. Which HTML tag is used to convert the plain text into italic format?
a) <b>
b) <p>
c) <i>
d) <a>
13. ALL HTML tags are enclosed in what?
a) # and #
b) ? and !
c) < and >
d) { and }

14. To create HTML page, you need _____


a) Web browser
b) text editor
c) Both [A] and [B]
d) None of the above

15. The BODY tag is usually used after ______


a) HTML tag
b) EM tag
c) TITLE tag
d) HEAD tag

16. WYSIWYG stands for _______


a) What You See Is What You Get
b) What you See Is What You Gain
c) When You Start Is When You Go
d) None of the above

17. Which tag tells the browser where the page starts and stops?
a) <html>
b) <body>
c) <head>
d) <title>

18. In HTML, tags that include both on and off tag are called
a) comment tag
b) document tag
c) container tag
d) None of the above

19. All normal webpages consists of ______


a) Top and bottom
b) Body and frameset
c) Head and body
d) None of the above

20. What kind of list will <ol> tags create?


a) Numbered list
b) Bulleted list
c) Unordered list
d) None of the above

21. Gif and jpg are the two main types of what?
a) animated effects
b) videos
c) images
d) None of the above

22. Which tag can set the background color for your page?
a) <body>
b) <font>
c) <head>
d) <title>

23. To start a list using circles, use


a) <ul “round”>
b) <ul type=”circle”>
c) <ul type=”round”>
d) <ul =”round”>

24. Which tag is used to insert images into your web page?
a) img
b) scr
c) im
d) None of the above

25. Which of the following will NOT be found in the <head> section?
a) <Table>
b) <Metatags>
c) <Title>
d) None of the above

26. What is the correct HTML code for inserting an image?


a) <img>image.gif</img>
b) <img href=”image.gif/>
c) <img src=”image.gif”>
d) None of the above

27. Which format usually works best for photos?


a) HTML
b) GIF
c) JPG
d) All of the above

28. If the background image is smaller than the screen, what will happen?
a) It will be streteched
b) It will be repeated
c) It will leave a blank space at the bottom of your page
d) None of the above
29. The HTML tags are all
a) in lower case
b) in upper case
c) case sensitive
d) not case sensitive

30. Which section is used for text and tags that are shown directly on your web page?
a) Head
b) Metatags
c) Body
d) title

You might also like