0% found this document useful (0 votes)
26 views9 pages

First Partial Exam 15

This document contains 20 multiple choice questions about basic HTML concepts. The questions cover topics such as tags, structure, links, tables, lists, and comments in HTML. The document assesses the knowledge of the student Eisenhower Vargas Macias on web programming.
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)
26 views9 pages

First Partial Exam 15

This document contains 20 multiple choice questions about basic HTML concepts. The questions cover topics such as tags, structure, links, tables, lists, and comments in HTML. The document assesses the knowledge of the student Eisenhower Vargas Macias on web programming.
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/ 9

EISENHOWER VARGAS MACIAS - 1070023210

First partial cut 15% web programming

What does the acronym HTML mean?

a) Hyper Text Mask Language

b) Hard Text Markup Language

c) Hyper Text Markup Language

d) Hard Text Mask Language

2. What tag is correct to indicate a line break?


line?

a) </br>

b) <br/>

d) <hr>

3. What is the correct way to write a comment


in HTML?

a) /* */

b) <!–…–>

c) ctrl + Ç

<¡–…–>

4. What is the correct way to write a link in


HTML?

a) <a title=" ">…</>


EISENHOWER VARGAS MACIAS - 1070023210

...

d) <link href=" ">…<link>

5. What tag is used to write an unordered list?


ordered?

a) <ol>

<ul>

c) <li>

d) <list>

6. What label is used to denote each row in a


html table?

a) <ol>

<ul>

<li>

d) <list>

7. Group the tags based on whether they have meaning


semantic (or mean something) or are only
decorative. Each correct answer adds 1 point. A
failure invalidates the response.

<i>, <p>, <strong>, <em>, <ins>, <s>

8. The following instructions are accompanied by


An attribute. Which one is correct?

<img src="foto.jpg" alt="text">

b) <img src="foto.jpg" value="texto">


EISENHOWER VARGAS MACIAS

c) <img src="foto.jpg" text="texto">

d) <img src=»foto.jpg» desc=»texto»>

9. Which of the labels below has an impact?


directly on the search results page that
What does Google offer about a certain website?

<h1>

b) <a href="#" rel="nofollow">anchor</a>

<title>

<strong>

10. How would you make the link open in the


same tab we are in?

<link href="#" target="_blank">…</link>

<link href="#" target="_self">…</link>

...

...

11. What tag is deprecated in HTML5?

a) <i>

b) <u>

c) <b>

<center>

12. Which version of HTML supports the <video> tag?

a) From HTML 3.2 onwards


EISENHOWER VARGAS MACIAS - 1070023210

b) HTML5

c) HTML4

d) All versions of HTML

13. What will the following code display on the screen?

hello world

hello world

hello world
<strong>hello world<i>hello world</i></strong>

a)
hello world

hello world

hello world

hello world hello world

b)
hello world

hello world

hello world

hello world

c)
hello world

hello world
EISENHOWER VARGAS MACIAS - 1070023210

hello world

hello world hello world

d)
hello world

hello world

hello

hello international polytechnic students

14. Write the doctype instruction for a document


html5

<html>

<head>

title

</head>

<body>

<p></p>

<a href=""></a>

</html>
EISENHOWER VARGAS MACIAS

15. In relation to HTML5, choose the correct option

a) All tags must be written in lowercase except


of the tags <html>, <head>, <title>, and <body>.

b) All tags have opening instruction and instruction


mandatory closure.

c) The official HTML5 standard has not been published yet by the
w3c.

d) None is true.

16. Write the entire list correcting all the errors of


syntax. The entire corrected question adds 1 point.

<ul> CORRECTION
<li>html<li> <ul>
<ol> <li>html</li>
<li>html4<li> <ol>
<li>xhtml<li> <li>html4</li>

html5 <li>html</li>
<li>html5</li>

<li>css<li>
<li>css</li>
javascript
<li>javascript</li>
</ul>
EISENHOWER VARGAS MACIAS - 1070023210

17. Write the table without syntax errors. Do not include


CSS. Every well-written question adds 1 point.

Name Last name Age


Dawn Palomo 18
Peter Mountains 18
July Alberto 20
EISENHOWER VARGAS MACIAS - 1070023210

18. Correct the syntax errors. The entire question is fine.


writing adds 1 point.

<p><em><strong>Imaginary content</em></strong>

R/=

<p><em><strong>Imaginary Content</strong></em></p>

19. Correct the syntax errors. The entire question is fine.


writing adds 1 point.

title title

</hmtl> <hmtl>

<header></header> <header></header>

<main></main> <main></main>

<hmtl>

20. In a web project

Create an HTML sheet that contains the basic structure of


a web page

That the title is displayed in the tab indicator area.


from the web that contains a header within the body of
the page

That contains at least one sorted table, one


unordered table, one image, two hyperlinks to another
web address that should be that of the polytechnic
international and that of Google.com.co, which contains a footer
so that the author of the page can be found
web
EISENHOWER VARGAS MACIAS - 1070023210

You might also like