CSS (Nivelele 1 SI 2)

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 Laurentiu_lambri
L
Laurentiu_lambri
Community Contributor
Quizzes Created: 6 | Total Attempts: 10,095
| Attempts: 201 | Questions: 9
Please wait...
Question 1 / 9
0 %
0/100
Score 0/100
1. Ce inseamna CSS ?

Explanation

CSS stands for Cascading Style Sheets. It is a style sheet language used for describing the look and formatting of a document written in HTML. It is used to separate the content of a webpage from its presentation, allowing web designers to control the layout, colors, fonts, and other visual aspects of a website. CSS provides a more efficient and flexible way to style web pages compared to inline styling or using HTML attributes.

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

Fisa de lucru pentru fixarea cunostintelor la lectia utilizarea CSS

2. CSS poate fi folosit fara HTML

Explanation

CSS (Cascading Style Sheets) is a styling language used to describe the look and formatting of a document written in HTML. It cannot be used without HTML because CSS is applied to HTML elements to define their appearance. Without HTML, there would be no structure or content for CSS to style. Therefore, the statement "CSS poate fi folosit fara HTML" (CSS can be used without HTML) is false.

Submit
3. Cum adaugati o culoare de fundal elementelor h1 ?

Explanation

The correct answer is "h1 {background-color:#FFFFFF}". This CSS rule sets the background color of the h1 elements to white (#FFFFFF). The other options, "all.h1" and "h1.all", are not valid CSS selectors and will not apply the background color to the h1 elements.

Submit
4. Pe cate niveluri poate fi utilizat CSS in paginile WEB ?

Explanation

CSS can be used on multiple levels in web pages. The correct answer is 3 because CSS can be applied at three different levels: inline, internal, and external. Inline CSS is applied directly to individual HTML elements using the "style" attribute. Internal CSS is defined within the "head" section of an HTML document using the "style" tag. External CSS is defined in a separate CSS file and linked to the HTML document using the "link" tag. These three levels provide flexibility and allow for efficient management of styles across multiple pages.

Submit
5. Unde, intr-un document HTML, se plaseaza codul necesar utilizarii CSS intern (embeded)?

Explanation

The correct answer is "In zona HEAD". In an HTML document, the CSS code necessary for internal use is placed within the HEAD section. This is where meta information and other document-related elements are typically included. By placing the CSS code in the HEAD section, it ensures that the styles are loaded and applied before the content in the BODY section is rendered, allowing for consistent styling throughout the document.

Submit
6. Care sintaxa CSS este corecta ? 


Explanation

The correct answer is "body {color: black}". This is the correct syntax for applying the CSS property "color" with the value "black" to the "body" element. The selector "body" targets the body element, and the declaration "color: black" sets the text color to black.

Submit
7. Cum stabiliti culoarea rosie pentru un element, in CSS ?

Explanation

The correct answer is "color: #ff0000". In CSS, the "color" property is used to set the color of the text content within an element. The value "#ff0000" represents the color red in hexadecimal format. Therefore, by using the "color" property and specifying the value "#ff0000", the text within the element will be displayed in red.

Submit
8. Care sintaxa va fi utilizata, daca se doreste schimbarea fontului unui element ?

Explanation

The correct answer is "font-family". This property is used to specify the font or list of fonts for an element. By using the "font-family" property, we can change the font of an element to a desired font.

Submit
9. Utilizarea CSS inline se face:

Explanation

CSS inline se face cu ajutorul atributului STYLE, care poate fi atașat oricărui tag HTML. Acest atribut permite specificarea stilurilor CSS direct în interiorul tagului respectiv, în loc să fie definite într-un fișier separat sau în zona HEAD a documentului HTML. Astfel, stilurile CSS inline au prioritate mai mare decât cele definite într-un fișier extern sau în zona HEAD, ceea ce le permite să suprascrie alte stiluri.

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
  • May 17, 2010
    Quiz Created by
    Laurentiu_lambri
Cancel
  • All
    All (9)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Ce inseamna CSS ?
CSS poate fi folosit fara HTML
Cum adaugati o culoare de fundal elementelor h1 ?
Pe cate niveluri poate fi utilizat CSS in paginile WEB ?
Unde, intr-un document HTML, se plaseaza codul necesar utilizarii CSS...
Care sintaxa CSS este corecta ? 
Cum stabiliti culoarea rosie pentru un element, in CSS ?
Care sintaxa va fi utilizata, daca se doreste schimbarea fontului unui...
Utilizarea CSS inline se face:
Alert!

Advertisement