wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

IT105 Review

Total questions: 5

Worksheet time: 3mins

Name
Class
Date
1.

أكملي جملة

link

الناقصة لربط الملف

index.html

بملف التنسيق

fstyle.css


<link rel=“stylesheet” type=“text/css” ..........>

a)

Href=“Index.html”

b)

Href=“fstyle.css”

c)

fsytle.css

d)

index.html

2.

أجعلي

Modamall

عنوان نافذة المتصفح

a)

Modamall

b)

<h1> Modamall </h1>

c)

<p> Modamall </p>

d)

<title> Modamall </title>

3.

أدرجي الصورة

Cartier.jpeg

في صفحة الويب

a)

Cartier.jpeg

b)

<img Cartier.jpeg />

c)

<img src=“Cartier.jpg” />

d)

<img src=“Cartier.jpeg” />

4.

أجعلي النص

visual aid

ارتباط تشعبي يفتح الصورة

logo.png

a)

<a href=“logo.png”> visual aid </a>

b)

<a href=“visual aid”> logo.png </a>

c)

<img src=“logo.png”/>

5.

اجعلي العبارة

Name

تبدو كخلية عنوان رأس الجدول

a)

<tr> Name </tr>

b)

<td> Name </td>

c)

<th> Name </th>