taqan105
Quiz by SADEQ JAAFAR HASAN ALI
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
21 questions
Show answers
- Q1اجعل الكلمة تظهر كعنوان من المستوى الأولwelcome<h1>welcome</h1><title>welcome</title><h2>welcome</h2><p>welcome</p>60s
- Q2الوسم المستخدم لاضافة عنوان لصفحة الويب هو<head><title><p><h1>60s
- Q3style.css بملف التنسيق html اكمل الجملة لربط ملف <link rel=”stylesheet” type=”text/css” ????>Rel=”style.css”Src=”style.css”Action=”style.css”Href=”style.css”60s
- Q4الوسم المستخدم لادراج صورة هو<img><div><table><br>60s
- Q5الموجوده في مجلد المشروع هي pic.jpg الجملة الصحيحة لادراج الصورة<a href=”pic”><img src=”pic.jpg”><img “pic.jpg”><img href=”pic.jpg”>60s
- Q6ماهو الوسم المستخدم لادراج سطر جديد<tr><td><br><th>60s
- Q7html الموجودة في مجلد page2.html اكمل جملة الارتباط التشعبي للصفحة <a ????>go to page2</a>Href=”page2.html”Src=”page2.html”Rel=”page2.html”Href=”html/page2.html”60s
- Q8frm اكمل جملة الربط لجعل الرابط التشعبي يفتح ضمن الاطار المضمن المسمى <a href=”p1.html”????>go to page1</a>Href=”frm”id=”frm”Target=”frm”Target=”iframe”60s
- Q9header العبارة الصحيحة لادراج مقطع معرف باسم<div id=”header”></div><div header></div><div src=”header”></div><div class=”header”></div>60s
- Q10لتنسيق عنصرين أو أكثر بنفس التنسيقاتالمعرف IDmethod الطريقةالفئة Classaction الاجراء60s
- Q11توضع علامة قبل اسم المعرف في صفحة التنسيقات، وتكون العلامه هي ID لكتابة تنسيقات المعرف#?&.60s
- Q12لتطبيق تنسيق على الصورة عند مرور مؤشر الفأرةA:hover{}Img:hover{}Img{}Img:visited{}60s
- Q13لتغير تنسيق لون الرابط الى اللون الاخضر بعد زيارتهA:visited{background-color:green;}A:visited{color:green;}A:hover{color:green;}A{color:green;}60s
- Q14الوسم المستخدم لاضافة صف جديد للجدول هو<td><tr><h1><th>60s
- Q15ماهو نوع البيانات المدخلة في مربع النص التالي <input type=”text” name=”sname”>نصيةرقميةتاريخمنطقية60s