HTML/Computer Webpage Designing HTML MCQS Part 2 Sample Test,Sample questions

Question:
 connects web pages

1.Connector

2.Link

3.Hyperlink

4. None of the above

Posted Date:-2021-02-19 17:58:13


Question:
 FTP is an acronym for

1. File Transaction Protocol

2.File Transmission Protocol

3.File Translation Protocol

4.File Transfer Protocol

Posted Date:-2021-02-19 17:58:13


Question:
 How to add alternative text for an Image?

1.<img src = "https://mcqsets.com/brand.png" alternate = "Brand of website" />

2.<img src = "https://mcqsets.com/brand.png" alt text = "Brand of website" />

3.src = "https://mcqsets.com/brand.png" alternate text = "Brand of website" />

4.src = "https://mcqsets.com/brand.png" alt = "Brand of website" />

Posted Date:-2021-02-19 17:58:13


Question:
 Opening tag of HTML is called

1. Ending tag

2.Starting tag

3.Closed tag

4.Pair tags

Posted Date:-2021-02-19 17:58:13


Question:
 The first page of a website is called

1.Design

2.Home page

3.First page

4.Main page

Posted Date:-2021-02-19 17:58:13


Question:
 Which is the largest heading tag?

1.H1

2.H3

3.H4

4.H6

Posted Date:-2021-02-19 17:58:13


Question:
 Which of the following is correct to align H1 tag to Right Alignment

1.<h1 align = "right"> …

2.<h1 alignment = "right"> …

3.<h1 tag align = "right"> … </h1>

4.H1 cannot make Right Alignment

Posted Date:-2021-02-19 17:58:13


Question:
 Which of the following is correct to change font face in Web Page

1.<font = "font name"> …

2.<font name = "font name"> … </font>

3.<font face = "font name"> … </font>

4.Font Face cannot change

Posted Date:-2021-02-19 17:58:13


Question:
 Which of the following is correct to set "Black" color as Background of page?

1.bgcolor = "#000000">

2.<body background = "#000000">

3.<body Background color = "#000000">

4.All of above

Posted Date:-2021-02-19 17:58:13


Question:
 Which of the following is incorrect regarding Logical styles?

1. Code looks like teletype

2. Sample looks like teletype

3. Keyboard looks like teletype

4.Variable looks like teletype

Posted Date:-2021-02-19 17:58:13


Question:
 Which of the following is not an example of browser?

1.Netscape Navigator

2.Microsoft Bing

3.Mozilla Firefox

4.Opera

Posted Date:-2021-02-19 17:58:13


Question:
 Which organization defines the Web Standards?

1.Microsoft Corporation

2.IBM Corporation

3.World Wide Web Consortium

4.Apple Inc.

Posted Date:-2021-02-19 17:58:13


Question:
 Who is the primary author of HTML?

1.Brendan Eich

2.Tim Berners-Lee

3.Web Programmer

4.Google Inc

Posted Date:-2021-02-19 17:58:13


Question:
Basic fundamental block is called as ___

1. HTML tag

2.HTML body

3.HTML Attribute

4. HTML Element

Posted Date:-2021-02-19 17:58:13


Question:
Choose the correct HTML tag to left-align the content of a cell.

1.<tdleft>

2.<td leftalign>

3.valign= “left”>

4. <td align= “left”>

Posted Date:-2021-02-19 17:58:13


Question:
Head tag is used for?

1.Writing style

2. Writing Java Script

3. Including CSS JS Files

4.All of these

Posted Date:-2021-02-19 17:58:13


Question:
How many heading tags are supported by HTML?

1.3

2.4

3.5

4.6

Posted Date:-2021-02-19 17:58:13


Question:
How to embedded Audio Files in HTML?

1.src = "mysong.mid" width = "100" height = "15">

2.<embed sound = "mysong.mid" width = "100" height = "15">

3.<embed audio = "mysong.mid" width = "100" height = "15">

4.<embed music = "mysong.mid" width = "100" height = "15">

Posted Date:-2021-02-19 17:58:13


Question:
How to set a picture as a background web page?

1. <body background= “bgimage.gif”>

2.<body background image= “bgimage.gif”>

3.<background= “bgimage.gif”>

4.<background image= “bgimage.gif”>

Posted Date:-2021-02-19 17:58:13


Question:
HTML document can contain

1.Attributes

2.Tags

3.Plain text

4.All of these

Posted Date:-2021-02-19 17:58:13


Question:
HTML document contain one root tag called ____

1.HEAD

2.Title

3.Body

4.HTML

Posted Date:-2021-02-19 17:58:13


Question:
HTML document is saved using ____ extension.

1..htl

2..html

3..hml

4..htnl

Posted Date:-2021-02-19 17:58:13


Question:
HTML is considered as ___ language

1.Programming Langauge

2.OOP Language

3. High Level Language

4.Markup Language

Posted Date:-2021-02-19 17:58:13


Question:
HTML language is a set of markup ___

1.Attributes

2.Tags

3.Sets

4.Groups

Posted Date:-2021-02-19 17:58:13


Question:
HTML tags are surrounded by ___ brackets

1.Angle

2.Square

3.Round

4.Curly

Posted Date:-2021-02-19 17:58:13


Question:
HTML tags are used to describe document ____

1.Definition

2.Language

3.Content

4. None of these

Posted Date:-2021-02-19 17:58:13


Question:
HTML was first proposed in year ___.

1.1980

2.1990

3.1995

4.2000

Posted Date:-2021-02-19 17:58:13


Question:
Is it possible to insert a table within another table?

1.Yes but there must be exactly 2 rows and 2 columns in first table.

2.Yes table can be inserted into cell of another table.

3.Yes but there must be no border in second table.

4.No it’s not possible.

Posted Date:-2021-02-19 17:58:13


Question:
What is the use of Web Font in HTML ?

1. that is the core font that is use to develop Web Pages.

2. that enables to use fonts over the Web without installation.

3.that is the special font that developed by Microsoft Corp.

4. All of the Above.

Posted Date:-2021-02-19 17:58:13


Question:
Page designed in HTML is called a

1.Yellow Page

2. Web Page

3.Server Page

4.Front Page

Posted Date:-2021-02-19 17:58:13


Question:
PCs running Windows 3.x will have ____extension for html pages

1..htl

2..html

3. .htm

4. .hml

Posted Date:-2021-02-19 17:58:13


Question:
Pick the odd out

1.Table

2.TR

3.TD

4.Form

Posted Date:-2021-02-19 17:58:13


Question:
The software that can read and render HTML documents is

1.Server

2.Compiler

3.Interpreter

4.Browser

Posted Date:-2021-02-19 17:58:13


Question:
The version of HTML is

1.HTML0

2.HTML1

3.HTML2

4.All of these

Posted Date:-2021-02-19 17:58:13


Question:
We can write HTML code using ____. Select appropriate option(s).

1. VLC Media

2.Notepad++

3.Microsoft PowerPoint

4.None of these

Posted Date:-2021-02-19 17:58:13


Question:
What is <tt> tag in HTML?

1.It renders fonts as teletype text font style.

2. It renders fonts as truetype text font style.

3. It renders fonts as truncate text font style.

4.None of the Above

Posted Date:-2021-02-19 17:58:13


Question:
What is the usage of alt value in <img> tag?

1.Alternative text for an Image

2.Alternative source of an Image

3.Caption of an Image

4.All of above

Posted Date:-2021-02-19 17:58:13


Question:
What is the use of Forms in HTML?

1.to display contents of email.

2. to display animation effect.

3.to collect user’s input.

4.None of the Above

Posted Date:-2021-02-19 17:58:13


Question:
What is the use of iframe in HTML?

1.to display a web page within a web page.

2.to display a web page with animation effect.

3.to display a web page without browser.

4.All of the Above.

Posted Date:-2021-02-19 17:58:13


Question:
Which HTML Tag will use to scroll a text in web page?

1.<marquee> … </marquee>

2.<scroll> … </scroll>

3.<round> … </round>

4.<go> … </go>

Posted Date:-2021-02-19 17:58:13


Question:
Which is the correct to create an Arabic numeral list

1.<ul type="1">

2.<ol type="1">

3. <il type="1">

4.<li type="1">

Posted Date:-2021-02-19 17:58:13


Question:
Which of following HTML Tag will inserting a line break?

1. <p />

2. <lb />

3.<br />

4.<break />

Posted Date:-2021-02-19 17:58:13


Question:
Which of the following are attributes of Font tag?

1.Face

2.Size

3.Color

4.all of the above

Posted Date:-2021-02-19 17:58:13


Question:
Which of the following is correct character entities for "Copyright" symbol?

1.&#149;

2. &#159;

3.&#169;

4.&#179;

Posted Date:-2021-02-19 17:58:13


Question:
Which of the following is correct HTML for inserting an image?

1. <image source= “mcqsets.com/admin.jpg” alt= “This is me” />

2.<img src= “mcqsets.com/admin.jpg” alt= “This is me” />

3. <img source= “mcqsets.com/admin.jpg” alt= “This is me” />

4.<img alt= “This is me”>mcqsets.com/admin.jpg

Posted Date:-2021-02-19 17:58:13


Question:
Which of the following is the correct regarding meta tag in HTML?

1.<meta> … </meta>

2.<meta name = " " />

3.<metadata> … </metadata>

4.<metadata name = " " />

Posted Date:-2021-02-19 17:58:13


Question:
Which of the following is used to create web pages?

1. HTML

2.C

3.JVM

4.DTD

Posted Date:-2021-02-19 17:58:13


Question:
Which of the following tags are related to Table in HTML ?

1. <table> <row> <column>

2.<table> <tr> <td>

3. <table> <head> <body>

4. <table> <header> <footer>

Posted Date:-2021-02-19 17:58:13


Question:
Which tag is used to display Preformatted texts?

1.<pre> … </ pre>

2.<pre> … </ pre>

3.<pre text> … </ pre text>

4. <pre format> … </ pre format>

Posted Date:-2021-02-19 17:58:13


Question:
Which tag is used to lists the items with bullets?

1.<bullet>…</bullet>

2.. <list>…</list>

3.<ul>…

4.<ol>…</ol>

Posted Date:-2021-02-19 17:58:13


More MCQS

  1. HTML and Web Page Designing MCQS
  2. Computer Webpage Designing HTML MCQS Part 1
  3. Computer Webpage Designing HTML MCQS Part 2
  4. Computer Webpage Designing HTML MCQS Part 3
  5. HTML Mcq Question Set 1
  6. HTML Mcq Question Set 2
  7. HTML Mcq Question Set 3
  8. HTML Mcq Question Set 4
  9. HTML Mcq Question Set 5
  10. HTML Mcq Question Set 6
  11. HTML Mcq Question Set 7
  12. HTML Mcq Question Set 8
  13. HTML Mcq Question Set 9
  14. HTML Mcq Question Set 10
  15. HTML Mcq Question Set 11
  16. HTML Mcq Question Set 12
  17. HTML Mcq Question Set 13
  18. HTML Mcq Question Set 14
  19. HTML Mcq Question Set 15
  20. HTML Mcq Question Set 16
  21. HTML Mcq Question Set 17
  22. HTML Mcq Question Set 18
  23. HTML Mcq
  24. HTML . MCQ SET 1
  25. HTML . MCQ SET 2
  26. HTML MCQ Questions
  27. HTML MCQ Questions
Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!