علم البيانات | DS2 Quizes – Telegram
علم البيانات | DS2 Quizes
965 subscribers
96 photos
2 videos
14 files
110 links
"قناة علمية متخصصة في مجال علم البيانات، قناة خاصة بالاختبارات MCQ ."
القناة العامة: @Computer_DS_1
النقاشات: @Computer_DS1
قناة الاختبارات: @Computer_DS_2
بوت التواصل والمشاركات : @DS_Combot
Download Telegram
Which HTML element is used for the largest heading?
Anonymous Quiz
84%
<h1>
7%
<h6>
7%
<head>
3%
<noscript>
Which tag is used to insert a line break?
Anonymous Quiz
1%
<lb>
4%
<break>
93%
<br>
1%
<nl>
Which HTML element is used to display a checkbox?
Anonymous Quiz
87%
<input type=checkbox>
1%
<checkbox>
12%
<input type=check>
0%
<tickbox>
What is the correct tag to insert a video in HTML5?
Anonymous Quiz
4%
<movie>
87%
<video>
5%
<media>
4%
<vid>
Which HTML tag is used to display tabular data?
Anonymous Quiz
71%
<table>
9%
<tab>
16%
<td>
4%
<tr>
What does the <caption> tag inside a table do?
Anonymous Quiz
23%
Adds a comment
52%
Adds a table heading
19%
Adds a tooltip
7%
Adds a link
Which attribute is used to merge two or more columns in a table cell?
Anonymous Quiz
15%
rowspan
69%
colspan
8%
merge
7%
span
What does the <em> tag represent?
Anonymous Quiz
16%
Strong text
62%
Italic text
13%
Underlined text
9%
Highlighted text
👎2
Which input type allows the user to select a color?
Anonymous Quiz
85%
<input type=color>
10%
<input type=rgb>
4%
<input type=palette>
1%
<input type=hex>
Which attribute specifies the language of the document?
Anonymous Quiz
85%
lang
5%
xml
8%
language
1%
locale
Which HTML element is used to group input fields together with a label?
Anonymous Quiz
54%
<fieldset>
11%
<formgroup>
16%
<inputgroup>
19%
<labelset>
👎2
Which tag is used to mark up a quotation from another source?
Anonymous Quiz
22%
<quote>
62%
<blockquote>
12%
<qoute>
4%
<citation>
Which tag is used to define metadata in an HTML document?
Anonymous Quiz
75%
<meta>
6%
<info>
16%
<head>
3%
<data>
What is the correct tag to display an image with a clickable link?
Anonymous Quiz
72%
<a><img></a>
4%
<link><img>
22%
<img href=>
1%
<image link=>
Which HTML element defines important text?
Anonymous Quiz
4%
<b>
7%
<i>
86%
<strong>
3%
<important>
Which tag is used to embed another HTML page inside a page?
Anonymous Quiz
12%
<frame>
58%
<iframe>
19%
<embed>
10%
<page>
Which tag is used to insert JavaScript code in HTML?
Anonymous Quiz
84%
<noscript>
10%
<js>
1%
<javanoscript>
4%
<code>
Which HTML attribute makes an input field mandatory?
Anonymous Quiz
22%
validate
18%
check
56%
required
4%
must
Which input type is used for selecting multiple files at once?
Anonymous Quiz
53%
<input type=file multiple>
16%
<input type=files>
6%
<input type=upload>
25%
<input type=multifile>
👎1
Which HTML element is used to define inline styles?
Anonymous Quiz
44%
<style>
47%
style=
4%
<css>
4%
<inline>
Which tag is used to define a list item?
Anonymous Quiz
10%
<ul>
71%
<li>
6%
<ol>
13%
<list>