Website Design
Question 1: Create font.html according to the followings:
- Font: Times New Roman, Times, serif
- Heading: Web Design, color: red.
- The first paragraph output must be “I learned how to use font-family”
- The second paragraph output must be “Your name and your SEUID”
Note: You must use the following properties and decorations:
- The heading must be underline
- The first paragraph must be underline overline dotted blue
- The line of the first must have letter spaces like 5px
- The second paragraph must have a shadow like red
Question 2:
- In your own word, explain what are the differences between hover and active?
- Using hover, create a code that has the followings:
- The hover background should be red
- The heading: New Design
- Link : https://seu.edu.sa
Note: you are required to take a full screenshot that shows the hover when you move the mouse
Question 3:
Determine the issues in the following code and rewrite the correct one? You are required to take a screenshot of your output?
(You are allowed to use any video on your device)
Marking criteria:
<video width=”500″ control>
<src=”mov_seu.mp4″ type=”video/mp4″>
<src=”mov_seu.ogg” type=”video/ogg”>
Your browser does not support HTML video.
Question 4:
Explain all the different ways of attaching the styles to the document with examples for each one?