Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

WEB DEVELOPMENT IT270 FINAL EXAM 2025: 169 Questions with Accurate Solutions, Exams of Web Design and Development

A comprehensive set of 169 questions and answers covering various aspects of web development, including html, css, and javascript. It is designed to help students prepare for their final exam in it270, a web development course. The questions cover a wide range of topics, from basic html syntax to advanced css techniques and javascript concepts. A valuable resource for students seeking to solidify their understanding of web development principles and practice their problem-solving skills.

Typology: Exams

2024/2025

Available from 04/12/2025

GradeGuardian
GradeGuardian 🇬🇧

218 documents

1 / 47

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
WEB DEVELOPMENT IT270 FINAL EXAM 2025 |169 QUESTIONS
WITH ACCURATE SOLUTIONS
1.
Which of the following is not good advice concerning the use of graphics
on a web page?
Graphics should help to guide the viewers' focus to the important
content on the page.
Graphics should complement, not replace, visual effects that are
possible with CSS.
Good graphics should fit in with the purpose, organization, and
style of the page.
Large graphics are better than smaller ones because they
reduce loading time.
2.
What CSS3 property should you use if you want to apply a shadow effect
behind characters in a Web document?
The text-emphasis property
The box-shadow property
The text-shadow property
The text-overflow property
3.
When creating a Web form, which of the following should you use to
create a scrolling text field into which users can enter multiple lines of
text?
The <select> tag
The <form> tag
The <textarea> tag
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f

Partial preview of the text

Download WEB DEVELOPMENT IT270 FINAL EXAM 2025: 169 Questions with Accurate Solutions and more Exams Web Design and Development in PDF only on Docsity!

WEB DEVELOPMENT IT270 FINAL EXAM 2025 |169 QUESTIONS

WITH ACCURATE SOLUTIONS

  1. Which of the following is not good advice concerning the use of graphics on a web page? Graphics should help to guide the viewers' focus to the important content on the page. Graphics should complement, not replace, visual effects that are possible with CSS. Good graphics should fit in with the purpose, organization, and style of the page. Large graphics are better than smaller ones because they reduce loading time.
  2. What CSS3 property should you use if you want to apply a shadow effect behind characters in a Web document? The text-emphasis property The box-shadow property The text-shadow property The text-overflow property
  3. When creating a Web form, which of the following should you use to create a scrolling text field into which users can enter multiple lines of text? The