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)

Week 3 - Client-side Technologies (HTML, JavaScript, CSS, XML) || 100% Errorless Solutions.

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

Week 3 - Client-side Technologies (HTML, JavaScript, CSS, XML) || 100% Errorless Solutions.

Institution
Client-side Technologies
Course
Client-side Technologies

Content preview

Week 3 - Client-side Technologies (HTML, JavaScript, CSS,
XML) || 100% Errorless Solutions.
True or False? HTML is a programming language. correct answers False. HTML is a markup
language that tells the browser how to arrange elements .

What is an element? correct answers Any individual component of an HTML webpage or
document. Opens and closes with a start and end tag.

What is a tag? correct answers Specifies the beginning and end of an element. Opens with '<'
(start) or '</' (end) and closes with '>'. A start tag and its corresponding end tag will have the
same content in the middle.

Ex.
<myTag>The element text</myTag>

True or False? There is no such thing as a self-closing tag in HTML. correct answers False.

Ex. <self-closing/>

What are attributes? correct answers Qualities attached to an element. Come in name-value pairs.
- Ex. href = "www.google.com"

What is the difference between a block element and an inline element? What are examples of
each? correct answers A block element creates a new line and takes up the entire width of the
page.
- Ex. <p>, <li>, <div>

An inline element does not create a new line and takes up only as much space as necessary.
- Ex. <a>, <span>, <input>

More details and examples: https://www.w3schools.com/htmL/html_blocks.asp

What is the first tag in every HTML5 document? correct answers <!DOCTYPE html>

Which tag in HTML establishes the root element which wraps all content on the page? correct
answers <html>

What are the differences between <head> and <body>? correct answers <head> contains the
metadata of the page, such as the name of the page (<title>), the internal CSS to be used
(<style>), and references to external CSS (<link>). These should not be rendered on the page.
JavaScript code in <head> runs before anything is rendered on the page.

<body> contains the content of the page and should contain all other tags than the ones above.
These should be rendered on the page. JavaScript code in <body> executes as it is read and as
the page is rendered.

, More details: https://stackoverflow.com/questions/6303490/whats-the-difference-between-html-
head-and-body-tags

What is the DOM? correct answers Document Object Model - what an HTML document that is
loaded into the browser becomes. It provides a structured representation of the document as
nodes and objects. Gives a way the structure can be manipulated by programs (e.g. JavaScript) in
order to change style and content.

Also see image.

What is CSS? What are the advantages of using it? correct answers Cascading Style Sheets. It
describes the style of an HTML document and how HTML elements should be displayed.

We use it because it:
-helps HTML display elements.
-makes HTML more accessible, intuitive, and overall user-friendly.
-separates design from development.

What are the three different ways of incorporating CSS into your HTML document? Give
examples. correct answers 1. Inline - inside of an element
- Ex. <h1 style="color:pink">
2. Internally - inside a style tag
- Ex. <style>my css </style>
3. Externally - a link to another CSS file
- Ex. <link rel="stylesheet" href="coolstyle.css">

CSS is applied in the order of specificity. According to that order, which way of implementing
CSS has the highest specificity? correct answers Inline.

More details: https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity

What are three common ways of selecting elements in CSS? correct answers 1. By ID -
#myClassID{code}
2. By Class - .myClass{code}
3. By Element - elementName{code}

More ways: https://www.w3schools.com/cssref/css_selectors.asp

What is Bootstrap? correct answers A Web design framework made by professional designers
from Twitter that provides ready-made CSS as well as JavaScript components to create
responsive web sites.

What is JavaScript? correct answers A multi-paradigm programming language that allows for
objects and functional programming. Also a client-side programming language, so is able to be
run in a web browser. Used to program behavior of web pages.

Written for

Institution
Client-side Technologies
Course
Client-side Technologies

Document information

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

Subjects

$11.99
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


Also available in package deal

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.
SirAnton NURSING, ECONOMICS, MATHEMATICS, BIOLOGY, AND HISTORY MATERIALS BEST TUTORING, HOMEWORK HELP, EXAMS, TESTS, AND STUDY GUIDE MATERIALS WITH GUARANTEED A+ I am a dedicated medical practitioner with diverse knowledge in matters
Follow You need to be logged in order to follow users or courses
Sold
784
Member since
3 year
Number of followers
438
Documents
38837
Last sold
1 day ago
Reign Supreme Scholarly || Enlightened.

Get your revised study materials available here and elevate your educational outcomes. I have numerous verified learning materials (Research, Exams Questions and answers, Assignments, notes etc) for different courses guaranteed to boost your academic results. I am dedicated to offering you the best and unique learning content. You are encouraged to inquire further assistance from this end whenever need be. Kindly remember to leave your review, understanding your satisfaction is essential . We highly appreciate clients who always come back for more of the study content we offer, you are extremely valued. All the best.

Read more Read less
3.7

116 reviews

5
49
4
20
3
23
2
8
1
16

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