0% found this document useful (0 votes)
20 views

Angela assignment 1

Uploaded by

safa azam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Angela assignment 1

Uploaded by

safa azam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

ITSS3390 Assignment #1

Please use at least a 12 point font when completing your assignment. Multiple attempts
are allowed until the date and time the assignment is due. Upload your completed
homework to eLearning as a DOC or PDF file.
Define or answer the following in your own words where applicable:

1. (5pts) What is web design?


A web design consists of all the necessary information that needs to be worked on
and built to create a succesful front end interface development. This primarily
consists of writing codes, developing, and designing the interface, utilizing graphic
design to build innovative websites and improve and effectively enhance UI/UX
experience. It requires a lot of attention to detail and focused work to develop web
design to prevent errors or UI bugs from occurring and creating a more user-friendly
design.

2. (5pts) Why is web design so important?


It is imperative for the web design to be compelling to help attract potential
customers through working on the web search engine and optimization. The better
the web design the better it will yield positive customer satisfaction, CTRs, and
increased conversion rates.

3. (3pts)True or False: Servers refers to either software or hardware that serves


websites or files to computers making requests for them.

4. (4pts) List four clients (devices).

For types of clints includes desktop, computers, laptops, iPad, cell phones, and
more.

5. (5pts) What is a web browser?


A web browser utilizes types of codes including HTML, CSS, and JavaScript to
effectively communicate with the server for the person to see the websites. It
enables users to view the websites through hyperlinks and the software it utilizes to
effectively access the browser.

6. (3pts) List the three types of code understood by browsers.

Three types of code understood by browsers includes HTML, CSS, and JavaScript

7. (45pts) Write a separate HTML statement for each the following.


A. (5pts) Use the hyperlink tag to link https://www.google.com/ to “Begin a
search”.
<a href= “https://www.google.com/”>Begin a search</a>
B. (10pts) Create an unordered list of five items of your choosing.
<ul>
<li>Math</li>
<li>English</li>
<li>Science</li>
<li>History </li>
<li>Spanish</li>
</ul>
C. (5pts) Create a page title of “UTD Web Design Spring 2024”
<title>UTD Web Design Spring 2024</title>
D. (5pts) Use the largest heading tag to create the heading, “Welcome to Web
Design Spring 2024”
<h1>Welcome to Web Design Spring 2024</h1>
E. (20pts) Use both the hyperlink and image tags to link the online image,
https://images.unsplash.com/photo-1588470045344-
4393b295297c?q=80&w=2370&auto=format&fit=crop&ixlib=rb-
4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D
%3D to https://www.google.com/. Be sure to add alternate text, "Unsplash
photo of an ant by Peter F. Wolf”, and set the image width="500"
height=“333”.
<a href= https://www.google.com/>
<img src="https://images.unsplash.com/photo-1588470045344-
4393b295297c?q=80&w=2370&auto=format&fit=crop&ixlib=rb-
4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D
%3D" width="500" height="333" alt=" Unsplash photo of an ant by Peter F.
Wolf">
</a>

8. (25pts) Open a browser for https://www.ozarkawater.com/ and answer the following


questions.
F. (5pts) What is the page title?
Botteled Water | Ozarka Brand 100% Mountain Spring Water
G. (5pts) State what you believe is an <h1> heading.
Ozarka Brand 100% Natural Spring Water
H. (15pts) Identify all items on the page that apply both the hyperlink and image
tags.
<a class="logo navbar-btn pull-left" href="/" title="" rel="home">
<img src="/sites/g/files/zmtnxh151/files/ozarka-logo_0_0.png" alt="Ozarka®
Brand 100% Natural Spring Water, go to homepage"/>
</a>

9. (5pts) What do you hope to learn or gain by taking this course?


I hope to learn and develop my skills in HTML, CSS, and JavaScript. I have always
been fascinated with the creation of websites and I would like to take this course as
an opportunity to understand and refine my skills in building websites. I want to learn
how to write code from scratch and make websites more intuitive, appealing, user
friendly, and easy to navigate. I have always seen the front-end development of
websites, but with this course I would like to explore the back end and learn all the
information and skills to build succesful websites.

You might also like