100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
HTML Exam 98-383 Solved 100% Correct!! $12.99   Add to cart

Exam (elaborations)

HTML Exam 98-383 Solved 100% Correct!!

 11 views  0 purchase
  • Course
  • HTML
  • Institution
  • HTML

HTML Exam 98-383 Solved 100% Correct!!

Preview 2 out of 8  pages

  • September 2, 2023
  • 8
  • 2023/2024
  • Exam (elaborations)
  • Questions & answers
  • HTML
  • HTML
avatar-seller
EvaTee
HTML Exam 98-383 Solved 100%
Correct!!
<script> Answer- Used to embed or reference executable code
Example:
<script>
document.getElementById("demo").innerHTML = "Hello JavaScript!";
</script>
<style> Answer- Used to change the color of text on a page
Example:
<style>
h1 {color:red;}
p {color:blue;}
</style>
<link> Answer- Defines a link between a document and an external resource
Example:
<link rel="stylesheet" type="text/css" href="theme.css">
<meta> Answer- Provides metadata (data information)about the HTML document
Example:
<meta name="description" content="Free Web tutorials">
<!DOCTYPE> Answer- Tells the browser which version of HTML the page is using
Example:
<!DOCTYPE html>
inline style sheet Answer- A style within the <style> element
external style sheet Answer- A style within the <link> element
CSS syntax Answer- A group of a selector and a declaration
Selector example: h1
Declaration example: {
color: red;
text-align: center;
}
1 / 2

CSS selector Answer- Selects the content you want to style
declaration Answer- The code within curly braces { }
id Answer- Specifies a unique id for an HTML element
In this example, the ".city" is the id:
.city {
background-color: tomato;
color: white;
padding: 10px;
element Answer- Anything within two angled brackets
Example: <html>
pseudo-class Answer- Used to define a special state of an element
<h1> through <h6> Answer- Placed before a header of a page
Example:
<h1>This is heading 1</h1>
<p> Answer- Starts a paragraph
Example:
<p>This is some text in a paragraph.</p>
<br> Answer- Used for a line break
<div> Answer- Defines a division or a section in an HTML document.
Example:
<div style="background-color:lightblue">
<span> Answer- Used to group inline-elements in a document
Example:
<p>My mother has <span style="color:blue">blue</span> eyes.</p>
<ul> Answer- Defines an unordered (bulleted) list
Example:
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
<ol> Answer- Defines an ordered listPowered by TCPDF (www.tcpdf.org)
2 / 2

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

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

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

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 EvaTee. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $12.99. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

80189 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$12.99
  • (0)
  Add to cart