Font size
S
M
L
XL
Worksheetsادراج التنسيقات لمكونات الويب CSS
Total questions: 5
Worksheet time: 4mins
Name
Class
Date
1.
نسقي الرابط بتغيير نوع الخط كالآتي
Font-family=arial
a)
a
{
Font-family:arial;
}
b)
a
{
Font-family=arial;
}
c)
a
{
arial:font;
}
d)
link
{
Font-family:arial;
}
2.
نسقي الصورة كالآتى
BORDER = GREEN 10PX DOTTED
a)
img { BORDER : GREEN 10PX DOTTED ; }
b)
visited { BORDER : GREEN 10PX DOTTED ; }
c)
picture { BORDER : GREEN 10PX DOTTED ; }
d)
hover { BORDER : GREEN 10PX DOTTED ; }
3.
ندرج التنسيقات في ملف نوعه
(a)
4.
link أكملي الخاصية الناقصة في جملة
index.html لربط الملف
Myedit.css بملف التنسيق
a)
href="Myedit"
b)
href="Myedit.css"
c)
link="Myedit.css"
d)
src="Myedit.css"
5.
ندرج الرابط التالي
<link rel="stylesheet" type="text/css" href="myedit.css" />
في أي منطقة ؟
a)
<body> </body>
b)
<head> </head>
Reset
