Coding HTML, CSS Questions and
Answers Graded A+
What is the main purpose of the `DOCTYPE` declaration in HTML?
The `DOCTYPE` declaration defines the document type and version of HTML being used,
helping the browser render the page correctly.
How do you add a favicon to your website?
A ...
What is the main purpose of the `DOCTYPE` declaration in HTML?
✔✔The `DOCTYPE` declaration defines the document type and version of HTML being used,
helping the browser render the page correctly.
How do you add a favicon to your website?
✔✔A favicon can be added by linking a small icon file in the `<head>` section using the `<link
rel="icon" href="path/to/icon.ico">` tag.
Which tag is used to create a hyperlink in HTML?
✔✔The `<a>` tag is used to create a hyperlink that links to another page or resource.
How can you ensure your CSS styles apply only to a specific element type?
✔✔You can use element selectors in your CSS, such as `div`, `h1`, or `p`, to apply styles only to
those specific elements.
What is the significance of the `<alt>` attribute in an `<img>` tag?
1
, ✔✔The `<alt>` attribute provides alternative text for an image, which is displayed if the image
cannot be loaded and improves accessibility for screen readers.
How do you center an element horizontally using CSS?
✔✔You can center a block element by setting `margin: auto` on the element and specifying a
width.
What is the purpose of media queries in CSS?
✔✔Media queries allow you to apply different styles based on the device's characteristics, such
as screen size or orientation, enabling responsive design.
What tag is used to create a definition list in HTML?
✔✔The `<dl>` tag is used to create a definition list, with `<dt>` for terms and `<dd>` for their
descriptions.
How do you change the font size of text using CSS?
✔✔The `font-size` property is used to change the size of text, with values like `12px`, `1em`, or
`100%`.
2
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller StellarScores. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $9.99. You're not tied to anything after your purchase.