Digital Ca2 - Unlocked
Digital Ca2 - Unlocked
SECTION B (THEORY)
INSTRUCTION: ANSWER ANY TWO (2) QUESTIONS.
Question 1
a) Create a folder with your name on the desktop, write a code that will display as shown below.
b) Save your code output in the folder.
Question 2
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="text" href="P.ABC">
</head>
<body>
<p id="ade" class="from">< i want to be the best programmer in the world! /p>
</body>
<h1 class="pp">if you want a world to celebrate you then you need to celebrte yourself.</h1>
</html>
Copy the code above into your compiler (Vscode, Notepad++ or Notepad)
(a) Correct all the errors in this coding and make it run accordingly.
(b) Attach CSS of Fish.css in it.
(c) Write your own <h2> element that will display your name with the words “I made it” e.g I, Kabir yahya
made it.
Question 3
Draw table using HTML that will consist of five list: Banana, Orange, Apple, Avocado and pineapple.
(a) Change the bullet to (i) disc (ii) roman
(b) Write a “list-style-image” to your image or any available image on your PC.