Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

Web Development Foundations - C779 exam with answers

Rating
-
Sold
-
Pages
25
Grade
A+
Uploaded on
09-11-2025
Written in
2025/2026

Web Development Foundations - C779 exam with answers

Institution
Course

Content preview

Web Development Foundations - C779 |\ |\ |\ |\




exam with answers
|\ |\ |\




<title> - The <title> tag is the first tag that allows you to specify
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\


content that will appear on the page. Any text you enclose with
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\


this tag appears as the page title bar at the top of a browser.
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\


This text also appears in the history list and on the page when
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\


printed. Title text becomes the Bookmark name if the page is
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\


bookmarked or added to a browser Favorites folder. |\ |\ |\ |\ |\ |\ |\




<body> - The <body> tag begins the body of the document.
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\




<head> - The <head> tag allows you to insert <meta> tags, link
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\


to style sheets, and assign a title to the document with the
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\


<title> tag. |\




<meta> - can include a document description, revision dates,
|\ |\ |\ |\ |\ |\ |\ |\ |\


and keywords to help search engines index the page.
|\ |\ |\ |\ |\ |\ |\ |\




It also specifies the HTML5 character set used, which is usually
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\


UTF-8.


<br> - Creates a line break. Empty tag.
|\ |\ |\ |\ |\ |\ |\




Difference between <b> and <strong> bolding? - The <b> |\ |\ |\ |\ |\ |\ |\ |\ |\


element applies the bold font style, whereas <strong> applies a
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\


heavier weight to the text relative to the surrounding text.
|\ |\ |\ |\ |\ |\ |\ |\ |\

,Difference between text-level and block-level? - Text-level
|\ |\ |\ |\ |\ |\ |\


elements can affect a section of text as small as a single
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\


character.


Markup elements that affect an entire paragraph or multiple
|\ |\ |\ |\ |\ |\ |\ |\ |\


paragraphs are referred to as block-level elements. |\ |\ |\ |\ |\ |\




An element - provides the main instruction of the tag. An
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\


element is required in every tag. Elements include <body>, <p>,
|\ |\ |\ |\ |\ |\ |\ |\ |\


<h1>, <title>, <table> and many others.
|\ |\ |\ |\ |\ |\




An attribute - specifies a quality or describes a certain aspect of
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\


the element. For example, a hyperlink is added to a Web page by
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\


using the <a>, or anchor, element. The href attribute is added,
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\


which identifies the hyperlink reference. Many elements require
|\ |\ |\ |\ |\ |\ |\ |\


specified attributes, but some do not. An attribute is required in a
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\


tag only if the element requires it.
|\ |\ |\ |\ |\ |\ |\




A value - gives value to the element and its attribute. For
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\


example, <a href="http://www.ciwcertified.com"> has a value
|\ |\ |\ |\ |\ |\


that instructs the hyperlink to access the CIW Certified Web site.
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\


Like attributes, values are optional in a tag unless required by a
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\


specified attribute to the element. Values are used only with
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\


attributes; elements do not take values directly. Values should be
|\ |\ |\ |\ |\ |\ |\ |\ |\


surrounded by quotation marks; they are not required, but
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\


placing values in quotation marks is considered good coding
|\ |\ |\ |\ |\ |\ |\ |\ |\


practice.

, <!DOCTYPE> - The document type declaration, or <!DOCTYPE> |\ |\ |\ |\ |\ |\ |\ |\


tag, describes the markup language and version of your code. It
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\


is placed at the very top of your document.
|\ |\ |\ |\ |\ |\ |\ |\




<pre> - The <pre> tag allows you to display plain text files with
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\


their original formatting. It is commonly used to display tabular
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\


data.


<blockquote> - The <blockquote> tag centers and indents a |\ |\ |\ |\ |\ |\ |\ |\ |\


block of text. |\ |\




<p> - The <p> tag defines the start of a new paragraph.
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\




Location of style sheet references in HTML doc - Style sheet
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\


references are specified with the <link> tag in the <head>
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\


section, usually before the <title> tag.
|\ |\ |\ |\ |\




What happens when you place text between the <!-- and -->
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\


tags in your HTML source code? - Commented out
|\ |\ |\ |\ |\ |\ |\ |\




&nbsp; - The HTML special character code for a non-breaking
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\


space is &nbsp;. |\ |\




dithering - the ability for a computer to approximate a color by
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\


combining the RGB values. |\ |\ |\




hexadecimal 10 = - A |\ |\ |\ |\

Written for

Institution
Course

Document information

Uploaded on
November 9, 2025
Number of pages
25
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$22.49
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
EXAMSTUDYPLUG Stanford University
Follow You need to be logged in order to follow users or courses
Sold
365
Member since
3 year
Number of followers
107
Documents
20575
Last sold
1 week ago
GRADE BUDDY

Welcome to My Page! Are you looking for high-quality study resources to ace your exams or better understand your coursework? You've come to the right place! I'm passionate about sharing my knowledge and helping students succeed academically. Here, you'll find a wide range of well-organized notes, study guides, and helpful materials across various subjects, including Maths ,nursig, Biology, History, etc.. Each resource is carefully crafted with detailed explanations, clear examples, and relevant key points to help simplify complex concepts. Whether you're preparing for a test, reviewing lectures, or need extra support, my resources are designed to make your learning experience smoother and more effective. Let me be a part of your academic journey, and feel free to reach out if you have any questions or need personalized assistance!

Read more Read less
4.5

239 reviews

5
161
4
51
3
15
2
5
1
7

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions