HTML5 and CSS Questions and Answers
Rated A+
What does a CSS preprocessor do?
A CSS preprocessor extends CSS with variables, nested rules, and functions, allowing for
more organized and maintainable stylesheets.
How can you make an element responsive to different screen sizes?
You can m...
✔✔A CSS preprocessor extends CSS with variables, nested rules, and functions, allowing for
more organized and maintainable stylesheets.
How can you make an element responsive to different screen sizes?
✔✔You can make an element responsive by using relative units like percentages, `vw`, or `vh`,
and by employing media queries.
What is a CSS framework?
✔✔A CSS framework is a pre-prepared library that provides a structure for styling websites,
including grid systems and UI components.
How can you hide an element visually while keeping it accessible for screen readers?
✔✔You can hide an element visually by using `visibility: hidden;`, which keeps it in the
document flow but not visible.
1
, What is the difference between the `absolute` and `relative` positioning in CSS?
✔✔`Absolute` positioning removes an element from the document flow and positions it relative
to its closest positioned ancestor, while `relative` positioning keeps it in the flow but offsets it
from its original position.
What role does the `@media` rule play in CSS?
✔✔The `@media` rule is used to apply styles conditionally based on the characteristics of the
device, such as width, height, and resolution.
How can you add spacing between elements without using margins?
✔✔You can add spacing between elements by using padding within the elements themselves or
by applying a `gap` property in flex or grid layouts.
What does the `calc()` function do in CSS?
✔✔The `calc()` function allows you to perform calculations to set CSS property values
dynamically, combining different units.
What is a CSS sprite and its benefit?
2
Alle Vorteile der Zusammenfassungen von Stuvia auf einen Blick:
Garantiert gute Qualität durch Reviews
Stuvia Verkäufer haben mehr als 700.000 Zusammenfassungen beurteilt. Deshalb weißt du dass du das beste Dokument kaufst.
Schnell und einfach kaufen
Man bezahlt schnell und einfach mit iDeal, Kreditkarte oder Stuvia-Kredit für die Zusammenfassungen. Man braucht keine Mitgliedschaft.
Konzentration auf den Kern der Sache
Deine Mitstudenten schreiben die Zusammenfassungen. Deshalb enthalten die Zusammenfassungen immer aktuelle, zuverlässige und up-to-date Informationen. Damit kommst du schnell zum Kern der Sache.
Häufig gestellte Fragen
Was bekomme ich, wenn ich dieses Dokument kaufe?
Du erhältst eine PDF-Datei, die sofort nach dem Kauf verfügbar ist. Das gekaufte Dokument ist jederzeit, überall und unbegrenzt über dein Profil zugänglich.
Zufriedenheitsgarantie: Wie funktioniert das?
Unsere Zufriedenheitsgarantie sorgt dafür, dass du immer eine Lernunterlage findest, die zu dir passt. Du füllst ein Formular aus und unser Kundendienstteam kümmert sich um den Rest.
Wem kaufe ich diese Zusammenfassung ab?
Stuvia ist ein Marktplatz, du kaufst dieses Dokument also nicht von uns, sondern vom Verkäufer StellarScores. Stuvia erleichtert die Zahlung an den Verkäufer.
Werde ich an ein Abonnement gebunden sein?
Nein, du kaufst diese Zusammenfassung nur für 9,76 €. Du bist nach deinem Kauf an nichts gebunden.