Font size
WorksheetsPF117
Total questions: 35
Worksheet time: 23mins
What does HTML stand for?
HYPERLINKS AND TEXT MARKUP LANGUAGE
HOME TOOL MARKUP LANGUAGE
HYPER TEXT MARKUP LANGUAGE
HOW TO MAKE LUMPIA
Choose the correct HTML element for the largest heading:
<h1>
<heading>
<head>
<h6>
What is the correct HTML element for inserting a line break?
<lb>
<break>
<br>
</b>
What is the correct HTML for adding a background color?
<background>yellow</background>
<body style="background-color: yellow;">
<body bg="yellow">
all of the above
Choose the correct HTML element to define emphasized text
<em>
<italic>
<i>
all of the above
What is the correct HTML for creating a hyperlink?
<a name="http://www.facebook.com">Facebook Profile</a>
<a url="http://www.facebook.com">Facebook Profile</a>
<a href="http://www.facebook.com">Facebook Profile</a>
<a>Facebook Profile</a>
which character is used to indicate an end tag?
(
/
*
<
Which of these elements are all <table> elements?
<table><head><tfoot>
<table><tr><td>
<thead><body><tr>
<table><tr><tt>
Inline elements are normally displayed without starting a new line.
TRUE
FALSE
What is the correct HTML for inserting a background image?
<body style="background-image:url(background.gif)">
<body bg="background.gif">
<background img="background.gif">
all of the above
HTML comments start with <!-- and end with -->
TRUE
FALSE
Which HTML element defines the title of a document?
<title>
<head>
<meta>
<charset>
Which HTML Attribute specifies an alternate text for an image, if the image cannot be displayed?
src
title
longdesc
alt
Which HTML element is used to specify a footer for a document or section?
<bottom>
<footer>
<section>
footer
How do you group selectors?
Separate each selector with a comma
Separate each selector with a plus sign
Separate each selector with a space
all of the above
How do you select all p elements inside a div element?
div.p
div p
div + p
all of the above
How do you select elements with class name 'test'?
.test
#test
test
*test
How do you select an element with id 'demo'?
#demo
*demo
demo
.demo
How do you display a border like this:
The top border = 10 pixels
The bottom border = 5 pixels
The left border = 20 pixels
The right border = 1pixel?
border-width:10px 5px 20px 1px;
border-width:10px 20px 5px 1px;
border-width:10px 1px 5px 20px;
border-width:5px 20px 10px 1px;
What is the correct CSS syntax for making all the <p> elements bold?
<p style="text-size:bold;">
p{text-size:bold}
p{font-weight:bold;'}
<p style="font-size:bold;">
Which CSS property controls the text size?
text-size
font-style
font-size
text-style
How do you insert a comment in a CSS file?
/* this is a comment */
'This is a comment
//this is a comment
// this is a comment//
Which is the correct CSS syntax?
body{color:black;}
{body:color=black;}
body:color=black;
{body; color:black;}
Which HTML tag is used to define an internal style sheet?
<style>
<css>
<script>
all of the above
Where in an HTML document is the correct place to refer to an external style sheet?
in the <head> section
In the <body> section
at the end of the document
all of the above
HTML stands for ?
(a)
it is a massive public network of networks,
a labyrinth of hardwired and wireless connection
between disparate drives on countless devices
scattered around the world.
(a)
HTTP stands for ?
(a)
it refers to how computers
communicate with each other using markup languages
and multimedia packages.
(a)
-it Is the software that resides on your machine
that permits you to display and interact with the
hypertext document. there are of two types:
Text-based and Graphic-based.
(a)
- It is an important
part of the url, which from a strictly technical
perspective provides a physical address of the Web
server to which the browser needs to connect.
(a)
URL stands for?
(a)
- At this stage of the web development life
cycle, the developer creates the data that
allows a customer to judge how the entire site
will look. In this phase flowchart is necessary
(a)
-Refinement of project goals into defines
functions and operations of the proposed application through intensive discussion
between web development services and the
client are achieved through this step.
(a)
- Is a process of evaluating the functionality of
a web. It checks using the check list
requirement whether the developed web
(a)
