Forwarded from CS_24_MCQ
How do you create a password input field in a form?
Anonymous Quiz
91%
<input type="password">
3%
<input type="secret">
5%
<input type="text">
0%
<input type="hidden">
Forwarded from CS_24_MCQ
Which HTML tag is used to create a text input field?
Anonymous Quiz
14%
<textarea>
5%
<input type="password">
2%
<input type="button">
79%
<input type="text">
Forwarded from CS_24_MCQ
Which method sends form data as part of the HTTP request body?
Anonymous Quiz
43%
GET
5%
PUT
48%
POST
3%
DELETE
Forwarded from CS_24_MCQ
Forwarded from CS_24_MCQ
When should the POST method be used for submitting form data?
Anonymous Quiz
14%
When sending small amounts of data
68%
When sending sensitive or large amounts of data
14%
When no server modification is required
4%
When submitting search queries
Forwarded from CS_24_MCQ
What is the default method used to submit form data in HTML?
Anonymous Quiz
14%
POST
6%
PUT
62%
GET
17%
SEND
Forwarded from CS_24_MCQ
What is the role of the ACTION attribute in a form?
Anonymous Quiz
15%
Specifies how the form data will be encoded
26%
Specifies the method used to submit the form data
60%
Specifies the URL where form data will be submitted
0%
Specifies the type of input fields in the form
Forwarded from CS_24_MCQ
Which of the following attributes is required for the <form> tag?
Anonymous Quiz
7%
src
14%
id
7%
href
72%
action
Forwarded from CS_24_MCQ
What is the correct syntax for creating an HTML form?
Anonymous Quiz
79%
<form>...</form>
12%
<form elements="..."></form>
7%
<input form="..."/>
3%
<form controls="..."/>
Forwarded from CS_24_MCQ
What is the main purpose of an HTML form?
Anonymous Quiz
9%
To style web pages
9%
To display images and videos
7%
To create navigation menus
75%
To collect user input and send it to the server
Forwarded from CS_24_MCQ
What does the target attribute in a form specify?
Anonymous Quiz
5%
The file format for the form data
67%
The window or frame in which to display the response after submitting the form
5%
The encryption type for the form data
23%
The HTTP method to use (GET or POST)
Forwarded from CS_24_MCQ
Which form attribute specifies where to send the form data when the form is submitted?
Anonymous Quiz
35%
action
21%
method
8%
enctype
36%
submit
🎲 اختبار 'Web design'
🖊 40 سؤالًا · ⏱ 1 د
🖊 40 سؤالًا · ⏱ 1 د
❤1❤🔥1
🎲 اختبار 'اختبار مادة تصميم ويب'
🖊 40 سؤالًا · ⏱ 1 د
🖊 40 سؤالًا · ⏱ 1 د
❤🔥1
🔰اللجنة العلمية CS مستوى اول 🔰 pinned «https://quizlet.com/ Quizlet هذا موقع اسئلة اختبار ويب الدكتور احمد الشلبي فعل الاختبار السنوات السابقة 🔅»
🚨هااااااااااااااااااااااااااام🚨
🔻توزيع الاختبارات للطلاب المختبرين يوم السبت.
🔻على الجميع الالتزام بمقاعدهم واماكنهم المحددة ووقتهم المحدد.
#ملتقى_الطالب_الجامعي_كلية_الحاسوب.
#نحن_في_خدمتكم🌹
🔻توزيع الاختبارات للطلاب المختبرين يوم السبت.
🔻على الجميع الالتزام بمقاعدهم واماكنهم المحددة ووقتهم المحدد.
#ملتقى_الطالب_الجامعي_كلية_الحاسوب.
#نحن_في_خدمتكم🌹
❤1
🔴 هااااام
الاختبار يوم غدا الفترة الرابعة
الفترة الرابعة كما هو معروف من الساعة 2 الى الساعة 3:30
لا داعي للتعاميم والاجتهاد في هذا الموضوع
فكل شي موضح في الكشف
الاختبار يوم غدا الفترة الرابعة
الفترة الرابعة كما هو معروف من الساعة 2 الى الساعة 3:30
لا داعي للتعاميم والاجتهاد في هذا الموضوع
فكل شي موضح في الكشف
1-The attribute used to define a unique element is:
A) id
B) class
C) dot
D) both
2-Which tag can contain other tags?
A) <td>
B) <tr>
C) <caption>
D) All of the above
3-Defines a self-contained content related to a specific topic
Article
4-In JavaScript, which property is used to change HTML content?
A) changeHTML
B) inner html
C) modinnerHTML
D) modifyHTML
5-Hypertext and Hypermedia links use which tag?
A) <a>
B) <link>
C) <media>
D) <hyper>
6-To make background color yellow (inline CSS):
<p style="background-color: yellow;">
6-In an ordered list, to start from number 4:
7-To merge two table cells we use:
Colspan
8-To declare HTML5 version we use:
DOTYPE html
9-The tag used to create a dropdown list is:
A) <list>
B) <select>
C) <dropdown>
D) <optionlist>
10-The attribute used to define a unique element is:
A) id
B) class
C) dot
D) both
11-To create a checkbox, we use:
A) <input type="checkbox">
B) <checkbox>
C) <check>
D) <input check>
12-To write tags that do not appear directly on the page, we put them inside:
A) <body>
B) <head>
C) <footer>
D) <section>
13-To make transparency 60%, we write:
A) opacity:0.4;
B) opacity:40;
C) transparency:0.4;
D) transparency:40;
14-The smallest default heading tag is:
A) <h4>
B) <h5>
C) <h6>
D) <h3>
A) id
B) class
C) dot
D) both
2-Which tag can contain other tags?
A) <td>
B) <tr>
C) <caption>
D) All of the above
3-Defines a self-contained content related to a specific topic
Article
4-In JavaScript, which property is used to change HTML content?
A) changeHTML
B) inner html
C) modinnerHTML
D) modifyHTML
5-Hypertext and Hypermedia links use which tag?
A) <a>
B) <link>
C) <media>
D) <hyper>
6-To make background color yellow (inline CSS):
<p style="background-color: yellow;">
6-In an ordered list, to start from number 4:
7-To merge two table cells we use:
Colspan
8-To declare HTML5 version we use:
DOTYPE html
9-The tag used to create a dropdown list is:
A) <list>
B) <select>
C) <dropdown>
D) <optionlist>
10-The attribute used to define a unique element is:
A) id
B) class
C) dot
D) both
11-To create a checkbox, we use:
A) <input type="checkbox">
B) <checkbox>
C) <check>
D) <input check>
12-To write tags that do not appear directly on the page, we put them inside:
A) <body>
B) <head>
C) <footer>
D) <section>
13-To make transparency 60%, we write:
A) opacity:0.4;
B) opacity:40;
C) transparency:0.4;
D) transparency:40;
14-The smallest default heading tag is:
A) <h4>
B) <h5>
C) <h6>
D) <h3>
❤2
وركزوا كمان على ايش يجي مع src video أو href
...وكمان audio
...وكمان audio