Deck 1: HTML Basic Tags and Attributes
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/24
العب
ملء الشاشة (f)
Deck 1: HTML Basic Tags and Attributes
1
The tag used to create a hypertext relationship between current document and another URL is
A)<isindex
B)<a>
C)<link>
D)none of these
A)<isindex
B)<a>
C)<link>
D)none of these
<link>
2
How can you make an e-mail link?
A)<mail href +"xxx@y.com">
B)<a href ="mail to:xxx@y.com">
C)<a href = "xxx@y.com">
D)both (b) and (c)
A)<mail href +"xxx@y.com">
B)<a href ="mail to:xxx@y.com">
C)<a href = "xxx@y.com">
D)both (b) and (c)
<a href ="mail to:xxx@y.com">
3
To create a combo box (drop down box) which tag will you use?
A)<select>
B)<list>
C)<input type="dropdown">
D)all of above
A)<select>
B)<list>
C)<input type="dropdown">
D)all of above
<select>
4
Which of the following tag is used to mark a beginning of Paragraph?
A)<td>
B)<br>
C)<p>
D)<tr>
A)<td>
B)<br>
C)<p>
D)<tr>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
5
Correct HTML tag for the largest heading is
A)<head>
B)<heading>
C)<h6>
D)<h1>
A)<head>
B)<heading>
C)<h6>
D)<h1>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
6
The attribute of <form> tag
A)method
B)action
C)both (a)&(b)
D)none of these
A)method
B)action
C)both (a)&(b)
D)none of these
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
7
Web pages starts with which off the following tag?
A)<body>
B)<title>
C)<html>
D)<form>
A)<body>
B)<title>
C)<html>
D)<form>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
8
How can you open a link in a new browser window?
A)< a href = "url" target = "new">
B)<a href = "url" target= "_blank">
C)<a href = "url".new>
D)<a href = "url" target ="open">
A)< a href = "url" target = "new">
B)<a href = "url" target= "_blank">
C)<a href = "url".new>
D)<a href = "url" target ="open">
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
9
The tag used to create a new list item and also include a hyperlink is
A)<li>
B)<dl>
C)<dd>
D)<ul>
A)<li>
B)<dl>
C)<dd>
D)<ul>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
10
Which of the tag is used to creates a number list?
A)<li>
B)<ol>
C)<li> and <ol>
D)none of these
A)<li>
B)<ol>
C)<li> and <ol>
D)none of these
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
11
The tag used to create a hypertext relationship between current document and another URL is
A)<isindex>
B)<a>
C)<link>
D)none of these
A)<isindex>
B)<a>
C)<link>
D)none of these
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
12
The text inside the <TEXT AREA> tag works like
A)<p> formatted text
B)<t> formatted text
C)<pre> formatted text
D)none of these
A)<p> formatted text
B)<t> formatted text
C)<pre> formatted text
D)none of these
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
13
What is the correct HTML for adding a background color?
A)<background>yellow<background>
B)<body color = "yellow">
C)<body bgcolor = "yellow">
D)<body bg ="yellow"
A)<background>yellow<background>
B)<body color = "yellow">
C)<body bgcolor = "yellow">
D)<body bg ="yellow"
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
14
Which tag allows you to add a row in a table?
A)<td> and </td>
B)<cr> and </cr>
C)<th> and </th>
D)<tr> and </tr>
A)<td> and </td>
B)<cr> and </cr>
C)<th> and </th>
D)<tr> and </tr>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
15
How can you make a bulleted list?
A)<list>
B)<nl>
C)<ul>
D)<ol>
A)<list>
B)<nl>
C)<ul>
D)<ol>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
16
Choose the correct HTML tag to make a text italic
A)<ii>
B)<italics>
C)<italic>
D)<i>
A)<ii>
B)<italics>
C)<italic>
D)<i>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
17
Choose the correct HTML tag to make a text bold?
A)<b>
B)<bold>
C)<bb>
D)<bld>
A)<b>
B)<bold>
C)<bb>
D)<bld>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
18
Which tag creates a check box for a form in HTML?
A)<checkbox>
B)<input type="checkbox">
C)<input=checkbox>
D)<input checkbox>
A)<checkbox>
B)<input type="checkbox">
C)<input=checkbox>
D)<input checkbox>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
19
Which of the following attributes is used to specify elements to bind style rules to?
A)id
B)class
C)tag
D)all of the mentioned
A)id
B)class
C)tag
D)all of the mentioned
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
20
Which selector is used to specify a rule to bind a particular unique element?
A)id
B)class
C)tag
D)both class and tag
A)id
B)class
C)tag
D)both class and tag
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
21
__________ has introduced text, list, box, margin, border, color, andbackground properties.
A)css
B)selector
C)declaration
D)text color
A)css
B)selector
C)declaration
D)text color
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
22
The _______property is used to set the color of the text.
A)css
B)selector
C)declaration
D)text color
A)css
B)selector
C)declaration
D)text color
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
23
The CSS __________properties is used to define the background effects.
A)css
B)selector
C)background
D)text color
A)css
B)selector
C)background
D)text color
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck
24
_______ is a platform independent light weighted objet based scripting language.
A)java script
B)head
C)number ,string & boolean
D)none of these
A)java script
B)head
C)number ,string & boolean
D)none of these
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 24 في هذه المجموعة.
فتح الحزمة
k this deck