Deck 6: HTML Basics: Understanding Elements, Tags, and Declarations: Part B
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/25
العب
ملء الشاشة (f)
Deck 6: HTML Basics: Understanding Elements, Tags, and Declarations: Part B
1
-------it is used to show the Superscript text.
A)<del>
B)<small>
C)<ins>
D)< sup >
A)<del>
B)<small>
C)<ins>
D)< sup >
< sup >
2
The----tag is used to create the table in html
A)<table>
B)<caption>
C)<link>
D)hyperlinks
A)<table>
B)<caption>
C)<link>
D)hyperlinks
<table>
3
The -------tag is used to create a table caption
A)<table>
B)<caption>
C)<link>
D)hyperlinks
A)<table>
B)<caption>
C)<link>
D)hyperlinks
<caption>
4
The-------starts at the ((Source)) anchor and points to the ((Destination))anchor. These LINKIS are called as hyperlinks
A)<table>
B)<caption>
C)<link>
D)hyperlinks
A)<table>
B)<caption>
C)<link>
D)hyperlinks
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
5
-----is a connection from one web resource to another.
A)<table>
B)<caption>
C)<link>
D)hyperlinks
A)<table>
B)<caption>
C)<link>
D)hyperlinks
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
6
-------allow visitors to navigate between websites by clicking on words, phrases,and images
A)<table>
B)<caption>
C)<link>
D)hyperlinks
A)<table>
B)<caption>
C)<link>
D)hyperlinks
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
7
-------To create a link to another documents by using href attribute
A)<a>
B)<caption>
C)<link>
D)hyperlinks
A)<a>
B)<caption>
C)<link>
D)hyperlinks
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
8
--------is the attribute use to specify the destination address of the link used.
A)<table>
B)<caption>
C)<link>
D)href
A)<table>
B)<caption>
C)<link>
D)href
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
9
To use an image as a link, just put the------tag inside the <a> tag:
A)<table>
B)<img>
C)<link>
D)href
A)<table>
B)<img>
C)<link>
D)href
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
10
The HTML---------element defines a section that is quoted from another source.
A)<blockquote>
B)<img>
C)<link>
D)href
A)<blockquote>
B)<img>
C)<link>
D)href
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
11
The HTML------tag defines the title of a creative work (e.g. a book, a poem, asong, a movie, a painting, a sculpture, etc.).
A)<blockquote>
B)<cite>
C)<link>
D)href
A)<blockquote>
B)<cite>
C)<link>
D)href
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
12
------it is used to show the comments in html .
A)<blockquote>
B)<!-->
C)<link>
D)href
A)<blockquote>
B)<!-->
C)<link>
D)href
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
13
The-----element is a block element, and will always start on a new line andtake up the full width available.
A)<blockquote>
B)<bgcolor>
C)<link>
D)Div
A)<blockquote>
B)<bgcolor>
C)<link>
D)Div
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
14
The-----element is an inline element, and will not start on a new line and onlytakes up as much width as necessary
A)<blockquote>
B)<bgcolor>
C)<span>
D)Div
A)<blockquote>
B)<bgcolor>
C)<span>
D)Div
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
15
The HTML-----attribute is used to specify a class for an HTML element.
A)<blockquote>
B)<class>
C)<span>
D)Div
A)<blockquote>
B)<class>
C)<span>
D)Div
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
16
The -------attribute is often used to point to a class name in a style sheet. It canalso be used by a JavaScript to access and manipulate elements with the specific class name.
A)<blockquote>
B)<class>
C)<span>
D)Div
A)<blockquote>
B)<class>
C)<span>
D)Div
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
17
The HTML------element is used to create an HTML form for user input.
A)<blockquote>
B)<form>
C)<span>
D)Div
A)<blockquote>
B)<form>
C)<span>
D)Div
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
18
The-----tag is used to show the message to the user .
A)<text>
B)<label>
C)<checkbox>
D)<radio button>
A)<text>
B)<label>
C)<checkbox>
D)<radio button>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
19
The <input type="-------"> defines a checkbox it is used to give no of option andwe have to select more then one option.
A)<text>
B)<label>
C)<checkbox>
D)<radio button>
A)<text>
B)<label>
C)<checkbox>
D)<radio button>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
20
The <input type="radio"> defines a -------it is used to give no of option and wehave to select only one option.
A)<text>
B)<label>
C)<checkbox>
D)<radio button>
A)<text>
B)<label>
C)<checkbox>
D)<radio button>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
21
The <input type="-----"> defines a button for submitting the form data .
A)<text>
B)<label>
C)<checkbox>
D)<submit>
A)<text>
B)<label>
C)<checkbox>
D)<submit>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
22
The-----element defines a drop-down list.
A)<text>
B)<select>
C)<checkbox>
D)<submit>
A)<text>
B)<select>
C)<checkbox>
D)<submit>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
23
-------tag is used to move the text form left to right or right or left.
A)<marquee>
B)<select>
C)<checkbox>
D)<submit>
A)<marquee>
B)<select>
C)<checkbox>
D)<submit>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
24
-----tag is used to give the font effect like size , color and style.
A)<font>
B)<select>
C)<checkbox>
D)<submit>
A)<font>
B)<select>
C)<checkbox>
D)<submit>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
25
------it is used to show the text in small font effect.
A)<small>
B)<big>
C)<strike>
D)<u>
A)<small>
B)<big>
C)<strike>
D)<u>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck