Design Freaks Online Test (Round 1)

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Designfreaks2k16
D
Designfreaks2k16
Community Contributor
Quizzes Created: 1 | Total Attempts: 189
| Attempts: 189 | Questions: 20
Please wait...
Question 1 / 20
0 %
0/100
Score 0/100
1. What is the correct HTML for adding a background color?

Explanation

The correct HTML for adding a background color is . This attribute sets the background color of the entire body of the HTML document to yellow.

Submit
Please wait...
About This Quiz
Design Quizzes & Trivia

This test consists of 20 questions which are MCQ's
There is no negative marking
Answer as many questions as possible to boost your score.
Do provide the correct E-Mail id and Phone number as results will be dispatched through these.

2. Which of the following is correct HTML for inserting an image?

Explanation

The correct HTML for inserting an image is "This is me". This code uses the "img" tag to insert an image, with the "src" attribute specifying the source URL of the image file and the "alt" attribute providing alternative text for the image. The forward slash at the end of the tag indicates that it is a self-closing tag.

Submit
3.  Which of the following is correct to set "Black" color as Background of page?

Explanation

The correct answer is "

" because the "bgcolor" attribute is used to set the background color of the page. The value "#000000" represents the color black in hexadecimal format.
Submit
4.  What does vlink attribute mean?

Explanation

The vlink attribute refers to a visited link. This attribute is used in HTML to define the color of a link that has been visited by the user. By setting the vlink attribute, web developers can customize the appearance of visited links on their website, making it easier for users to identify which links they have already clicked on.

Submit
5. Default style and color of unvisited link in any browser is __________

Explanation

The default style and color of an unvisited link in any browser is underlined and blue. This is a common convention that helps users easily identify clickable links on webpages. The underlined format distinguishes the link from regular text, while the blue color stands out against the default black text color.

Submit
6. which is the correct to create an ROMAN numeral list 

Explanation

To create a Roman numeral list, the correct answer is "

    Submit
    7. Which of the following is an attribute of <Table> tag?

    Explanation

    The attribute "SRC" is not an attribute of the

    tag. The SRC attribute is commonly used with the tag to specify the source (URL) of an image.
    Submit
    8. How can you make an e-mail link in HTML?
    Submit
    9. Screen colors are defined by which colors?

    Explanation

    Screen colors are defined by the combination of red, green, and blue. This is known as the RGB color model. By varying the intensity of these three primary colors, it is possible to create a wide range of colors on a screen. The RGB model is commonly used in electronic displays such as televisions, computer monitors, and smartphones.

    Submit
    10. How to define target in new page in HTML?

    Explanation

    The correct answer is " Click Here ". This is the correct way to define the target in a new page in HTML. The "target" attribute is used to specify where to open the linked document when the user clicks on the link. In this case, the target value "_blank" indicates that the linked document should be opened in a new browser window or tab.

    Submit
    11. The …………………. attribute adds space within each cell.

    Explanation

    The correct answer is CELL PADDING. The CELL PADDING attribute adds space within each cell. This attribute is used in HTML table elements to specify the amount of space between the content of a cell and its border. By using CELL PADDING, you can control the amount of space or padding inside each cell, allowing for better spacing and alignment of content within the table.

    Submit
    12. How to set a picture as a background web page?

    Explanation

    not-available-via-ai

    Submit
    13. Which HTML Tag will use to scroll a text in web page?

    Explanation

    The correct answer is ... . The tag is used to create a scrolling text or image on a web page. It allows the content within the tag to move horizontally or vertically across the screen, creating a scrolling effect.

    Submit
    14. What is Web Font in HTML ?

    Explanation

    The correct answer is "All of the Above." This means that all the statements mentioned in the question are correct explanations of what a Web Font is in HTML. A Web Font is indeed the core font used to develop web pages, it enables the use of fonts over the web without installation, and it can also be a special font developed by Microsoft Corp.

    Submit
    15. Which of the following is the correct HTML tag to comment in HTML?

    Explanation

    The correct HTML tag to comment in HTML is "". This tag is used to add comments in the HTML code. Anything written between "" is considered as a comment and is not displayed on the webpage. Comments are useful for adding notes or explanations to the code, making it easier for other developers to understand or for future reference.

    Submit
    16. Which organization defines the Web Standards?

    Explanation

    The World Wide Web Consortium (W3C) is the organization that defines the Web Standards. They are responsible for developing protocols and guidelines that ensure the long-term growth and accessibility of the Web. W3C's standards are widely adopted and followed by web developers and browser manufacturers, making it the correct answer in this case.

    Submit
    17. What does &nbsp; stand for?

    Explanation

    The correct answer is "Non-Breaking Space". In HTML, the   entity is used to insert a non-breaking space. This means that the space will not be collapsed or ignored by the browser, and text or elements will not wrap to the next line if the space is at the end of a line. It is commonly used to create consistent spacing between elements or to prevent line breaks in certain situations.

    Submit
    18. In HTML, Uniform Resource Identifier (URI) is used to

    Explanation

    In HTML, Uniform Resource Identifier (URI) is used to identify a name or a resource on the internet. URI is a string of characters that provides a unique address for a resource on the web, such as a webpage or an image. It allows users to access and retrieve information from the internet by specifying the location or name of the resource. By using URI, HTML can link to other webpages, images, or files, enabling navigation and interaction within the web.

    Submit
    19. If you wanted to make an HTML list that listed items from 1-5, what tag should you use? 

    Explanation

    To create an ordered list in HTML that lists items from 1-5, the correct tag to use is

      . The
    1. tag is used to define each individual item within the list, while the
        tag is used to define the ordered list itself. The
        tag is used for unordered lists, where the order of the items does not matter. The tag is not a valid HTML tag.
    Submit
    20.  What is the use of iframe in HTML?

    Explanation

    The use of an iframe in HTML is to display a web page within another web page. This allows for the embedding of external content such as videos, maps, or social media feeds into a website. By using an iframe, the content from another web page can be seamlessly integrated and displayed within the current page, providing a more interactive and dynamic user experience.

    Submit
    View My Results

    Quiz Review Timeline (Updated): Mar 18, 2023 +

    Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

    • Current Version
    • Mar 18, 2023
      Quiz Edited by
      ProProfs Editorial Team
    • Oct 15, 2016
      Quiz Created by
      Designfreaks2k16
    Cancel
    • All
      All (20)
    • Unanswered
      Unanswered ()
    • Answered
      Answered ()
    What is the correct HTML for adding a background color?
    Which of the following is correct HTML for inserting an image?
     Which of the following is correct to set "Black" color as...
     What does vlink attribute mean?
    Default style and color of unvisited link in any browser is __________
    Which is the correct to create an ROMAN numeral list 
    Which of the following is an attribute of <Table> tag?
    How can you make an e-mail link in HTML?
    Screen colors are defined by which colors?
    How to define target in new page in HTML?
    The …………………....
    How to set a picture as a background web page?
    Which HTML Tag will use to scroll a text in web page?
    What is Web Font in HTML ?
    Which of the following is the correct HTML tag to comment in HTML?
    Which organization defines the Web Standards?
    What does &nbsp; stand for?
    In HTML, Uniform Resource Identifier (URI) is used to
    If you wanted to make an HTML list that listed items from 1-5, what...
     What is the use of iframe in HTML?
    Alert!

    Advertisement