web design question
web design question
attached file..
Pg.01
Question Four
College of Computing and Informatics
Question One
1.5 Marks
Learning Outcome(s): CLO1
Identify most HTML tags and CSS properties and use a text editor to construct the basic HTML and CSS structure for a webpage.
Create a code that gives the following output, use the CSS to change the color of all
and
elements, to “green”. Group the selectors to minimize code and use the internal CSS.
Answer:
Question Two
1 Mark
Learning Outcome(s): CLO2
Develop websites that present information, graphics and hypertext using CSS and JavaScript.
The following codes are using the RGB, change it to RGBA color in order to set the opacity for the background color of
element to “0.3”.
Welcome to my world
This is a Disney Website where you can have the full experience
Have fun and enjoy your time
Answer:
Question Three
1 Marks
Learning Outcome(s): CLO2
Develop websites that present information, graphics and hypertext using CSS and JavaScript.
Create a code with
, two paragraphs
and make sure you apply internal CSS where the background color of
element is blue and the Set the transparency/opacity of it to “0.4”.
Answer:
Question Four
1.5 Marks
Learning Outcome(s):
CLO3
Recognize and evaluate a range of real-world web design approaches.
Find the mistakes in the following codes based on the output shown: