Font size
WorksheetsWebTechnology-18CS63-6B-2022
Total questions: 30
Worksheet time: 15mins
The function of the link to connect between 1 file with other file in web pages. What is the correct HTML for creating a hyperlink in .html format?
<a url="http://www.w3schools.com">W3Schools.com</a>
<a name="http://www.w3schools.com">W3Schools.com</a>
<a href="http://www.w3schools.com">W3Schools</a>
<href a>http://www.w3schools.com</a>
<a href=http://www.w3schools.com>W3Schools</a>
In css format, we can give a color consisting of a combination of red, green and blue. If we want to give white, then the correct writing (correct declaration) of value rgb in the program code is ..
rgb (0,0,0)
rgb (255;255;255)
rgb (“0”,”0”,”0”)
rgb (255,255,255)
rgb (255,0,255)
What is the correct HTML element for inserting a line break?
<lb>
<br>
<break>
Which of these elements are all <table> elements?
<table><tt><td>
<tbl><tr><td>
<table><tr><td>
<tbl><tt><td>
Which of the following are the correct ways to implement CSS?
Inline
Internal
External
All of the above
What attribute is used to change the text color of a <label>?
background-color
color
col
None of all above
Where in an HTML document is the correct place to refer to an external CSS?
In the <head> section
At the top of the document
At the end of the document
In the <body> section
Which HTML tag is used to define an internal style sheet?
<script>
<css>
<style>
Which is the correct CSS syntax?
body {color: black;}
{body; color: black}
{body:color=black;}
body:color=black;
Collection of pages in a domain that contains various information that internet users can read and view via a search engine is the meaning of ...
Website
HTML
Web Browser
Semantic Element
What does the website use to be more beautiful?
HTML
CSS
Javascript
Semantic Element
a website that has a fixed appearance and does not change much
Interactive Website
Dynamic Website
Static Website
E-Commerce Website
The following are examples of elements that are usually in the content of the <head>, except
<title>
<meta>
<style>
<footer>
How many elements are there in this code ?
2
3
4
5
The code below represents which html element
<li> </li> ...
list item
definition list
ordered list
unordered list
Attibute to combine multiple columns into one ...
border
colspan
rowspan
cellpadding
The set of letters that identifies the address of a specific resource on the Web.
URL
HTML
ISP
HTTP
Which of the following programming languages provides the functionality of a web page?
HTML
CSS
Javascript
C++
An HTML element is comprises of which of the following?
Beginning Tag
Ending Tag
Semicolon
Content
Colon
Every web document must begin with which of the following?
<!Doctype HTML>
<html>
<title>
<body>
What attribute do we need to use in case a web page cannot render an image?
href
src
alt
style
What does Uniform Resource Locator Mean?
a location or address identifying where documents can be found on the Internet.
Locates Resources on a Uniform
1. Which of the following selector selects all elements of E that have the attribute attr that end with the given value?
a. E[attr^=value]
b. E[attr$=value]
c. E[attr*=value]
d. none of the mentioned
These are tags that come in pairs which have an opening tag that appears before the text and closing tag that appears after.
a. Tag lines
b. Full Tags
c. Empty Tags
d. Container Tags
What is Dynamic HTML (DHTML)?
Cascading Style Sheets (CSS)
A markup language that describes document content instead of adding structure or formatting to document content
A markup language that defines page layouts, hyperlinks, fonts, graphics and more to enable pages to render in Web browsers
A combination of HTML, script, styles and the Document Object Model (DOM) that provides Webpage interactivity
In programming, which term describes a line of code that allows a language to respond to a specific event or user input?
ActiveX control
Animator
Responder
Event handler
Which of the following statements is true of Dynamic HTML (DHTML)?
DHTML increases the burden on the server.
DHTML reacts to user actions by contacting the server.
DHTML decreases the burden on the server.
The popularity of DHTML is diminishing.
This is the system that translates Internet domain names into IP numbers.
SSL (Secure Sockets Layer)
(SCM) Software Configuration Management
DNS (Domain Name System)
HTML (Hypertext Markup Language)
