Limbajul HTML

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 Bespalconatalia4
B
Bespalconatalia4
Community Contributor
Quizzes Created: 1 | Total Attempts: 646
| Attempts: 646 | Questions: 16
Please wait...
Question 1 / 16
0 %
0/100
Score 0/100
1. Listele ce se încadrează între etichetele <OL> şi </OL>

Explanation

The given correct answer is "liste ordonate". This is because the question is asking for a term that fits between the

    and
tags, and "liste ordonate" is the Romanian translation for "ordered lists", which are typically enclosed within these tags in HTML.
Submit
Please wait...
About This Quiz
Limbajul HTML - Quiz

Explore the structure of HTML lists through this focused quiz, titled 'Limbajul HTML'. Assess your knowledge on unordered lists, ordered lists, and definition lists, understanding crucial tags like... see more, , , and. Ideal for learners aiming to master HTML list management. see less

2. Pentru a specifica începutul şi sfârşitul listei neordonate, se utilizează etichetele

Explanation

To specify the beginning and end of an unordered list, the tags

    and
are used.
Submit
3. În textul unui document HTML, definiția tabelului este între etichetele?

Explanation

The correct answer is

. In an HTML document, the
tags are used to define a table. The content between these tags represents the actual table, including the rows and columns. The tag is placed within the tags, which enclose the main content of the document. The and tags are not used to define tables in HTML.
Submit
4. Eticheta BORDER este responsabilă de ...

Explanation

The correct answer is "grosimea bordurei tabelului" which translates to "the thickness of the table border" in English. The HTML tag "BORDER" is responsible for determining the thickness of the border around a table.

Submit
5. Afişarea unui text explicativ în locul imaginii

Explanation

The correct answer is "ALT" because it refers to the attribute "alt" in HTML code, which is used to provide alternative text for an image. This alternative text is displayed when the image cannot be loaded or when a screen reader is used to access the content. Therefore, "ALT" is the correct choice for displaying explanatory text instead of an image.

Submit
6. Listele utilizate pentru a indica o succesiune fără o subordonare ierarhică se numesc ...

Explanation

The correct answer is "liste neordonate". In Romanian, "liste neordonate" translates to "unordered lists". Unordered lists are used to indicate a sequence without hierarchical subordination. They are often used to display items or information in a bullet point format, where each item is given equal importance and there is no specific order or hierarchy among them.

Submit
7. Orice element al listei este precedat de eticheta

Explanation

Each element in the list is preceded by an abbreviation. The abbreviation "LI" stands for "List Item" and indicates that the element is a list item.

Submit
8. Listele de definiţii se încadrează între etichetele

Explanation

The correct answer is "

and
". This is because the given statement mentions that the list of definitions is enclosed between the "
" and "
" tags. These tags are used in HTML to define a definition list, where each term is defined within the "
" and "
" tags, and the corresponding definition is enclosed between the "
" and "
" tags. Therefore, "
" and "
" are the correct tags to enclose a list of definitions.
Submit
9. Pentru a insera o imagine, se utilizează

Explanation

The correct answer is "". This is because when inserting an image in HTML, the "IMG" tag is used, followed by the attribute "SRC" which specifies the URL or file path of the image. The attribute should be written in uppercase letters, and the correct syntax is "".

Submit
10. Pentru organizarea glosarelor se utilizează

Explanation

Glosarele sunt organizate utilizând listele de definiții. Acest tip de listă este cel mai potrivit pentru a defini termenii și a oferi o explicație clară și concisă pentru fiecare dintre aceștia. Listele de definiții sunt structurate într-un mod simplu și ușor de urmărit, permitând cititorilor să găsească rapid și să înțeleagă termenii specifici utilizați într-un text sau document.

Submit
11. Pentru a schimba fundalul tabelului folosiți parametrul ...

Explanation

The correct answer is "bgcolor". This parameter is used to change the background color of the table. By specifying a color value, the background of the table can be customized to match the desired design or aesthetic.

Submit
12. O referinţă se declară în modul următor:

Explanation

The correct answer is " text sau imagine". This is because it is the correct syntax for declaring a reference in HTML using the anchor tag (). The href attribute is used to specify the URL of the reference, and the text or image between the opening and closing tags is what is displayed as the clickable link.

Submit
13. Ce etichetă din descrierea tabelului este responsabilă pentru rânduri?

Explanation

The correct answer is "TR". In HTML, the "TR" tag is responsible for defining a row in a table. It is used to group together the cells that belong to the same row.

Submit
14. Pentru a îmbina celulele pe verticală folosiți eticheta ...

Explanation

The correct answer is "colspan". This attribute is used to specify the number of columns a cell should span in a table. It is used to merge cells horizontally in a table, allowing content to span across multiple columns.

Submit
15. Pentru a îmbina celulele pe orizontală folosiți eticheta ...

Explanation

The correct answer is "rowspan". This attribute is used to specify the number of rows a cell should span in a table. By using the "rowspan" attribute, you can merge cells horizontally in a table by making one cell span multiple rows.

Submit
16. Etichetele pentru specificarea mărimii în pixeli a imaginii

Explanation

The given answer is correct because the WIDTH and HEIGHT attributes are used to specify the size of an image in pixels. The WIDTH attribute determines the width of the image, while the HEIGHT attribute determines the height of the image. These attributes are commonly used in HTML to control the dimensions of an image and ensure proper display on a webpage. The HSPACE and VSPACE attributes, on the other hand, are used to specify the amount of space to be left around the image horizontally and vertically, respectively, and are not directly related to the size of the image.

Submit
View My Results

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

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

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • May 10, 2020
    Quiz Created by
    Bespalconatalia4
Cancel
  • All
    All (16)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Listele ce se încadrează între etichetele <OL> şi...
Pentru a specifica începutul şi sfârşitul listei...
În textul unui document HTML, definiția tabelului este...
Eticheta BORDER este responsabilă de ...
Afişarea unui text explicativ în locul imaginii
Listele utilizate pentru a indica o succesiune fără o subordonare...
Orice element al listei este precedat de eticheta
Listele de definiţii se încadrează între etichetele
Pentru a insera o imagine, se utilizează
Pentru organizarea glosarelor se utilizează
Pentru a schimba fundalul tabelului folosiți parametrul ...
O referinţă se declară în modul următor:
Ce etichetă din descrierea tabelului este responsabilă pentru...
Pentru a îmbina celulele pe verticală folosiți eticheta ...
Pentru a îmbina celulele pe orizontală folosiți eticheta ...
Etichetele pentru specificarea mărimii în pixeli a imaginii
Alert!

Advertisement