Test HTML

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Alina Bonto
A
Alina Bonto
Community Contributor
Quizzes Created: 1 | Total Attempts: 5,922
�ntrebri: 10 | Attempts: 5,922

SettingsSettingsSettings
Test HTML - Quiz

Questions and Answers
  • 1. 

    Un document html are o structura standard. El trebuie sa contina urmatoarele sectiuni: 

    • A.

      HEAD – antetul documentului; BODY – corpul documentului.

    • B.

      Schemă logică şi program pseudocod

    • C.

      Definirea tipului de date

    Correct Answer
    A. HEAD – antetul documentului; BODY – corpul documentului.
    Explanation
    The correct answer is HEAD – antetul documentului; BODY – corpul documentului. This is because an HTML document follows a standard structure, where the HEAD section contains the document's header information and the BODY section contains the main content of the document. The other mentioned sections, such as schema logic and pseudocode definition, are not part of the standard structure of an HTML document.

    Rate this question:

  • 2. 

    Ce inseamnă HTML ? 

    • A.

      HyperText Markup Language

    • B.

      HyperText Transfer Protocol

    • C.

      File Transfer Protocol

    Correct Answer
    A. HyperText Markup Language
    Explanation
    HTML stands for HyperText Markup Language. It is a standard markup language used for creating web pages and applications. It is the primary language used for structuring and presenting content on the World Wide Web. HTML uses tags to define the structure and layout of a web document, allowing for the inclusion of text, images, links, and other media. It is the foundation of web development and is essential for creating and designing websites.

    Rate this question:

  • 3. 

    Pentru introducerea legaturilor intre paginile web se utilizeaza secventa:
    1. <a href="nume_pagina.html> text</a>
    2. <a href>="numea_pagina.htm"</a>
    3. <a href="http://nume_site">text</a>

    • A.

      Varianta1

    • B.

      Varianta2

    • C.

      Varianta3

    Correct Answer
    A. Varianta1
    Explanation
    The correct answer is "Varianta1" because it is the first option listed after the given sequence.

    Rate this question:

  • 4. 

    Ce rol are următoarea secventă:<title>pagina mea</title> 

    • A.

      Stabileşte titlul paginii care va apărea în bara de titlu a browser-ului

    • B.

      Reprezintă începutul corpului paginii Web

    • C.

      Stabileşte titlul care va apărea în corpul paginii

    Correct Answer
    A. Stabileşte titlul paginii care va apărea în bara de titlu a browser-ului
    Explanation
    The given correct answer is "stabileşte titlul paginii care va apărea în bara de titlu a browser-ului" which translates to "sets the title of the page that will appear in the browser's title bar". This is because the tag is used to specify the title of an HTML document, and this title is displayed in the title bar of the browser.

    Rate this question:

  • 5. 

    Antetul documentului este delimitat prin eticheta:

    • A.

      HEAD

    • B.

      HTML

    • C.

      TITLE

    Correct Answer
    A. HEAD
    Explanation
    The correct answer is "HEAD" because the question is asking for the tag that delimits the document header. In HTML, the tag is used to define the header section of a document, which typically contains meta information, title, and other elements that are not displayed on the webpage itself.

    Rate this question:

  • 6. 

    Atributele pentru "Font" sunt:

    • A.

      Face, size, color

    • B.

      Face, BG

    • C.

      Face, color, width

    Correct Answer
    A. Face, size, color
    Explanation
    The attributes for "Font" are the face, size, and color. These attributes determine the style, size, and color of the text in the font. The "face" attribute refers to the specific typeface or font family that is used, such as Arial or Times New Roman. The "size" attribute determines the size of the text, typically measured in points. The "color" attribute determines the color of the text, which can be specified using a color name or code.

    Rate this question:

  • 7. 

    Care este eticheta folosita pentru a crea o pagina cu fundalul rosu?

    • A.

      Body bgcolor="red"

    • B.

      basefont color="red"

    • C.

      Html bgcolor="red"

    Correct Answer
    A. Body bgcolor="red"
    Explanation
    The correct answer is "body bgcolor="red"". This is the correct HTML tag used to create a webpage with a red background color. The "body" tag is used to define the main content of the webpage, and "bgcolor" is an attribute that sets the background color of the body. In this case, the color value is set to "red", indicating that the background color of the webpage will be red.

    Rate this question:

  • 8. 

    Precizati atributul ce poate aparea in eticheta <OL>

    • A.

      Type="A"

    • B.

      type="square"

    • C.

      Align="right"

    Correct Answer
    A. Type="A"
    Explanation
    The attribute "type" can appear in the (ordered list) tag to specify the type of numbering or bullet style to be used. In this case, the correct answer is "type='A'", which indicates that uppercase alphabetical letters should be used as the list items' markers. The other options, "type='square'" and "align='right'", are not valid attributes for the tag.

    Rate this question:

  • 9. 

    Alegeti atributele care pot aparea in eticheta img

    • A.

      src = "nume imagine.extensie"

    • B.

      Align="right"

    • C.

      Type="A"

    • D.

      Width=300

    Correct Answer(s)
    A. src = "nume imagine.extensie"
    B. Align="right"
    D. Width=300
    Explanation
    The attributes that can appear in the img tag are src, align, and width. The src attribute is used to specify the source file path and name of the image. The align attribute is used to specify the alignment of the image, in this case, it is set to "right". The width attribute is used to specify the width of the image in pixels, in this case, it is set to 300.

    Rate this question:

  • 10. 

    Care dintre urmatoarele sunt etichete singulare?

    • A.

      B

    • B.

      IMG

    • C.

      OL

    • D.

      LI

    Correct Answer(s)
    B. IMG
    D. LI
    Explanation
    The question is asking which of the following are singular tags. The tags mentioned are B, IMG, OL, and LI. The correct answer is IMG and LI. This means that both IMG and LI are singular tags, while B and OL are not.

    Rate this question:

Quiz Review Timeline +

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

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Nov 16, 2014
    Quiz Created by
    Alina Bonto
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.