HTML and CSS Exam Questions and Answers Already Passed
7 views 0 purchase
Course
HTML and CSS
Institution
HTML And CSS
HTML and CSS Exam Questions and
Answers Already Passed
What is the purpose of the `<head>` element in an HTML document?
The `<head>` element contains metadata, links to stylesheets, and scripts, but does not
display content directly on the webpage.
What is the function of the...
HTML and CSS Exam Questions and
Answers Already Passed
What is the purpose of the `<head>` element in an HTML document?
✔✔The `<head>` element contains metadata, links to stylesheets, and scripts, but does not
display content directly on the webpage.
What is the function of the `<title>` tag in HTML?
✔✔The `<title>` tag defines the title of the webpage, which is displayed in the browser's title bar
or tab.
How do you apply an external CSS file to an HTML document?
✔✔An external CSS file is linked to an HTML document using the `<link>` element within the
`<head>` section.
What is the difference between classes and IDs in CSS?
✔✔Classes are reusable and can be applied to multiple elements, while IDs are unique and
should be applied to only one element on a page.
1
, What property is used to change the background color of an element in CSS?
✔✔The `background-color` property is used to change the background color of an element.
How do you create a hyperlink in HTML?
✔✔A hyperlink is created using the `<a>` tag, with the `href` attribute specifying the URL.
What is the purpose of the `<div>` element in HTML?
✔✔The `<div>` element is used as a container for grouping and styling other HTML elements.
How can you make text bold in HTML?
✔✔Text can be made bold using the `<strong>` or `<b>` tags.
What CSS property controls the text size?
✔✔The `font-size` property controls the text size in CSS.
How do you center an element using CSS?
✔✔An element can be centered using `margin: auto;` on a block-level element with a defined
width.
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.