Web
Which of the following is correct character of entities for "Copyright" symbol?
©
HTML document is saved using ____ extension.
.html
HTML was first proposed in year ___.
1990
How many heading tags are supported by HTML?
6
Within which HTML tag we can change the background color?
<BODY>...</BODY>
Which of the tag can be written without ending tag?
<BR>
Within which HTML tag we can change the body text color?
<FONT>...</FONT>
Choose the correct HTML tag to make a text Italic:
<I>
How to add alternative text for an Image?
<Img src = "http://www.mcqsets.com/brand.png" alt = "Brand of website" />
HTML tag to start another paragraph of document?
<P>...</P>
Which of the tag given below makes the text Strong
<Strong>
Which of these tags are all <table> tags of HTML?
<TH>,<TD>,<TR>
Which tag is used in HTML to make words or sentences underlined?
<U>
How to define the link should open in new page in HTML?
<a href = "http://www.mcqsets.com/" target = "_blank"> Click Here </a>
The hyper reference can be done with tag:
<a href="file.htm">текст</a>
To make a reference to e-mail use
<a href=mailto:""> ... </a>
To place a wall paper background use the <body> tag property
<background="image path">
Which of the following is correct to set "Black" color as Background of page?
<bgcolor = "#000000">
How to set a picture as a background web page?
<body background image= "bgimage.gif">
Which of following HTML Tags will do a line break?
<br />
How to embed Audio Files within web page?
<embed src = "mysong.mid" width = "100" height = "15">
Which of the following is correct to change font face in Web Page
<font face = "font name"> ... </font>
Which tags affect the size of the font?
<font size="3">...</font>
To divide html page into frames use the tag
<frameset rows="" cols=""> ...</frameset>
Which of the following is correct to align H1 tag to Right Alignment
<h1 align = "right"> ...
Which tag is used to display the biggest heading possible?
<h1>
Which tag is used to display the smallest heading possible?
<h6>;
Which tag is used in HTML to make a piece of text italic?
<i>...</i>;
5 What is the correct syntax of the link pointing to an image within the C: disk root directory (folder)?
<img ="C:\picture.jpg" width=400 height=200>;
Which of the following is correct HTML for inserting an image?
<img src= "www.mcqsets.com/admin.jpg" alt= "This is me" >
What is the correct syntax of the link pointing to an image within the current Web folder?
<img src="images/picture.jpg" width=400 height=200>
To insert the picture or photo to HTML document use:
<img src="ris.jpg">
Which HTML Tag will use to scroll a text in web page?
<marquee> ... </marquee>
Which of the following is the correct regarding meta tag in HTML?
<meta name = " " />
Which is the correct to create an Arabic numeral list
<ol type="1″>
Which tag is used to display Preformatted texts?
<pre> ... </ pre>
Which tag is used to display the strike through font style?
<strike>
Which of the following tags are related to Table in HTML ?
<table><tr><td>
Choose the correct HTML tag to left-align the content of a cell.
<td align= "left">
Which tag is used to lists the items with bullets?
<ul>...
WWW it is:
A world wide web.
What does the abbreviation WWW mean?
A world wide web.
The process of transferring files to a remote computer or server is called
Sending
Specify purpose(assignment) of INTERNET FTP service:
Service of transfer of files
The Protocol means:
Set of rules to transfer data over Network
Opening tag of HTML is called
Starting tag
The HTML command is a___
Tag.
HTML language is a set of markup ___
Tags
Which is the hypertext markup language?
HTML.
____ is the protocol for moving hypertext files across the Internet:
HTTP
The structure of HTML document consists of:
Head and Body
The first page of a website is called
Home page
________________ connects web pages
Hyperlink
Which of program is a browser:
Internet Explorer
What is <tt> tag in HTML?
It renders fonts as teletype text font style
What is JavaScript?
Language for composing programs running on server and on client computers.;
HTML is considered as ___ language
Markup Language
Which of the following is not an example of browser?
Netscape Navigator
Which of the programs are the browsers?
Opera and Microsoft INTERNET EXPLORER
Which graphic file format supports interlacing?
PNG
Attribute TYPE=i used inside of <OL> tag will produce list with which of the following sequences?
c) i, ii, iii, iv, v...
The Hypertext transport protocol of Internet is:
http
The address of e-mail in Internet can be:
What is the use of Web Font in HTML?
that enables to use fonts over the Web without installation
HTML tags are used to describe document ____
Content
Specify purpose(assignment) of INTERNET E-mail service:
E-mail (a post server)
Which of the following is not a function of web-browser?
Execute client scripts (Java Script, VB Script)
Which of the following is not a function of web-browser?
Execute client scripts (JavaScript, VBScript)
Which protocol is necessary to send a file to a remote site?
FTP
FTP is an acronym for
File Transfer Protocol
Pick the odd out
Form
Which graphic file format is incorrect?
GIF7
Which of program is a browser?
Google chrome.
Which is the largest heading tag?
H1
HTML document contain one root tag called ____
HTML
Which of the following is used to create web pages?
HTML
Basic fundamental block is called as ___
HTML Attribute
INTERNET file transfer protocol is:
a standard network protocol used for the transfer of computer files from a server to a client using the Client-server model on a computer network.
Which of the following is incorrect regarding Logical styles?
Variable looks like teletype
Which of the following protocol is not used in the Internet
WIRL
Page designed in HTML is called a
Web Page
Which organization defines the Web Standards?
World Wide Web Consortium
Head tag is used for?
Writing C++
Is it possible to insert a table within another table?
Yes, table can be inserted into cell of another table.
Can we draw the table on HTML page?
Yes, with <table> tag
CSS is an acronym for...
Cascading Style Sheet
HTML document can contain
All of above
Internet is ______________________
All of above
The version of HTML is
All of above
We can use this software for creation of Web sites
All of above
Which of the following are attributes of Font tag?
All of above
The set of programs and scripts that provide the capability of editing Web-pages directly on the server using FrontPage is called
All of the above +
__________ is generally a brief, short description, like a caption that replaces images when they are not displayed due to some reasons (broken link or if image is not yet downloaded);
Alternative text
What is the usage of alt value in <img> tag?
Alternative text for an Image
HTML tags are surrounded by ___ brackets
Angle
The software that can read and render HTML documents is
Browser
Hypertext document is ...
The HTM or HTML document
<H1 Align="center"> What does it mean?
The biggest heading in the centre
MODEM is:
The device to transform digital information to telephone signal and vice versa
The browsers are:
The programs to look through the Web pages
Who invented World Wide Web (WWW)?
Tim Berners-Lee
Who is the primary author of HTML?
Tim Berners-Lee
What is the use of Forms in HTML?
To collect user's input
What is the use of iframe in HTML?
To display a web page within a web page.
We can write HTML code using ____. Select appropriate option(s).
VLC Media