100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
CS2830 Web Development I Final Exam with 100% correct answers 2024 $12.49   Add to cart

Exam (elaborations)

CS2830 Web Development I Final Exam with 100% correct answers 2024

 8 views  0 purchase
  • Course
  • CS2830 Web Development I Fina
  • Institution
  • CS2830 Web Development I Fina

There are three different ways that CSS can be added to HTML based off proper programming techniques shown in class. correct answers Inline, Internal, External #branding { ... } What does the '#' mean? correct answers It denotes this element as an ID If you would like to center align all...

[Show more]

Preview 2 out of 9  pages

  • August 3, 2024
  • 9
  • 2024/2025
  • Exam (elaborations)
  • Questions & answers
  • CS2830 Web Development I Fina
  • CS2830 Web Development I Fina
avatar-seller
HopeJewels
CS2830 Web Development I Final Exam
study guide
There are three different ways that CSS can be added to HTML based off proper
programming techniques shown in class. correct answers Inline, Internal, External

#branding { ... }

What does the '#' mean? correct answers It denotes this element as an ID

If you would like to center align all the text for all h1, h2, and h3 elements on your HTML
page. What would be the most efficient way to do this ? correct answers h1, h2, h3
{ text-align: center; }

CSS stands for _________ correct answers Cascading Style Sheets

Everything in between the start tag and the end tag can be considered part of an HTML
element known as content. T/F correct answers True

An external style sheet has many advantages when compared to an inline style (by
separating content with presentation) and is good programming practice because it
complements the model view controller (MVC) architecture. You should use this method
as much as possible. T/F correct answers True

.cows { ... }

What does the period before "cows" mean? correct answers It denotes an element's
class

What is HTML ? correct answers A markup language

If a web developer is writing HTML and wants to define a hyperlink, which tag would
they use ? correct answers <a>

The 5 required tags includes the DOCTYPE, what is the purpose of the doctype ?
correct answers The doctype is an instruction to the browser that identifies which
version of HTML is being used and helps the browser to display the webpage correctly

Some HTML elements are called empty elements, such as the <br> element (which
indicates a line break), what does an empty tag mean? correct answers They have no
end tag. They have no content.

, What does CSS do? correct answers CSS describes how HTML elements are to be
displayed on screen or in other media

What is a CSS combinator? correct answers Something that explains the relationship
between the selectors

Remember the proper HTML5 doctype used in class, select the valid one listed below.
correct answers <!DOCTYPE html>

What does HTML do? correct answers HTML is used for describing web documents or
pages

Consider the following paragraph with a class of "highlight" (like below), what CSS
would I use to change that paragraph's background color to yellow?

<p class="highlight">This is a paragraph</p> correct answers .highlight { background-
color: yellow; }

When following proper programming techniques, we should put all of our content in the
<body> and save the <head> for titles, meta data, menus, and links because the
browser also displays HTML elements in the <head>. T/F correct answers False

When a programmer is programming in HTML and CSS they decide to make a ID
selector and a Class selector. They start both with a number to determine between the
two. The code runs in the browser so the code is following proper programming
techniques. T/F correct answers False

Generally Speaking, what style will be used when there is more than one style specified
for an HTML element? (In other words, list the priority of each CSS style where number
1 has the highest priority, remember what was shown in class). correct answers 1)
Inline Style

2) External and internal style sheets, whichever one is LOADED LAST will have highest
priority

3) Browser Default

What are CSS Selectors? correct answers patterns used to bind style properties to
matched elements.

You should add space between the property value and the unit (such as padding: 20 px;
) to make the code well formatted. Otherwise the property will work but look
unprofessional. T/F correct answers False

...
<style>

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

Will I be stuck with a subscription?

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

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

73091 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.49
  • (0)
  Add to cart