Test HTML

Approved & Edited by ProProfs 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 Alina Bonto
Alina Bonto
Community Contributor
Quizzes Created: 1 | Total Attempts: 5,994
�ntrebri: 10 | Attempts: 5,994
SettingsSettings
Please wait...

    1/10
  • Un document html are o structura standard. El trebuie sa contina urmatoarele sectiuni: 

    • HEAD – antetul documentului; BODY – corpul documentului.
    • Schemă logică şi program pseudocod
    • Definirea tipului de date
Please wait...
Test HTML - Quiz

Questions and Answers
  • 2. 

    Ce inseamnă HTML ? 

    • HyperText Markup Language

    • HyperText Transfer Protocol

    • 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>

    • Varianta1

    • Varianta2

    • 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> 

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

    • Reprezintă începutul corpului paginii Web

    • 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:

    • HEAD

    • HTML

    • 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:

    • Face, size, color

    • Face, BG

    • 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?

    • Body bgcolor="red"

    • basefont color="red"

    • 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>

    • Type="A"

    • type="square"

    • 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

    • src = "nume imagine.extensie"

    • Align="right"

    • Type="A"

    • Width=300

    Correct Answer(s)
    A. src = "nume imagine.extensie"
    A. Align="right"
    A. 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?

    • B

    • IMG

    • OL

    • LI

    Correct Answer(s)
    A. IMG
    A. 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
  • Jul 22, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • Nov 16, 2014
    Quiz Created by
    Alina Bonto
Back to Top Back to top
Advertisement