Test 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 Alina Bonto
Alina Bonto
Community Contributor
Quizzes Created: 1 | Total Attempts: 6,056
| Attempts: 6,056 | �ntrebri: 10
Please wait...
Question 1 / 10
0 %
0/100
Score 0/100
1. Un document html are o structura standard. El trebuie sa contina urmatoarele sectiuni: 

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.

Submit
Please wait...
About This Quiz
Test HTML - Quiz

Personalize your quiz and earn a certificate with your name on it!
2. Ce inseamnă HTML ? 

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.

Submit
3. Atributele pentru "Font" sunt:

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.

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

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.

Submit
5. Antetul documentului este delimitat prin eticheta:

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.
Submit
6. Ce rol are următoarea secventă:
<title>pagina mea</title>
 

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.
Submit
7.
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="https://nume_site">text</a>

Explanation

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

Submit
8. Precizati atributul ce poate aparea in eticheta <OL>

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.
Submit
9. Alegeti atributele care pot aparea in eticheta img

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.

Submit
10. Care dintre urmatoarele sunt etichete singulare?

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.

Submit
View My Results

Quiz Review Timeline (Updated): Jul 22, 2024 +

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
Cancel
  • All
    All (10)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Un document html are o structura standard. El trebuie sa contina...
Ce inseamnă HTML ? 
Atributele pentru "Font" sunt:
Care este eticheta folosita pentru a crea o pagina cu fundalul rosu?
Antetul documentului este delimitat prin eticheta:
Ce rol are următoarea secventă:<title>pagina...
Pentru introducerea legaturilor intre paginile web se utilizeaza...
Precizati atributul ce poate aparea in eticheta <OL>
Alegeti atributele care pot aparea in eticheta img
Care dintre urmatoarele sunt etichete singulare?
Alert!

Advertisement