Deck 1: HTML Tags and Formatting Techniques
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/25
العب
ملء الشاشة (f)
Deck 1: HTML Tags and Formatting Techniques
1
What tag uses to display a picture in a webpage?
A)picture
B)image
C)img
D)src
A)picture
B)image
C)img
D)src
img
2
<b> tag makes the enclosed text bold. What is other tag to make text bold?
A)<strong>
B)<dar>
C)<black>
D)<emp>
A)<strong>
B)<dar>
C)<black>
D)<emp>
<strong>
3
Tags and test that are not directly displayed on the page are written in _____ section.
A)<html>
B)<head>
C)<title>
D)<body>
A)<html>
B)<head>
C)<title>
D)<body>
<head>
4
Which tag inserts a line horizontally on a web page?
A)<hr>
B)<line>
C)<line direction="horizontal">
D)<tr>
A)<hr>
B)<line>
C)<line direction="horizontal">
D)<tr>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
5
What should be the first tag in any HTML document?
A)<head>
B)<title>
C)<html>
D)<document>
A)<head>
B)<title>
C)<html>
D)<document>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
6
Which tag allows us 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>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
7
How can we make a bulleted list?
A)<list>
B)<nl>
C)<ul>
D)<ol>
A)<list>
B)<nl>
C)<ul>
D)<ol>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
8
How can we make a numbered list?
A)<dl>
B)<ol>
C)<list>
D)<ul>
A)<dl>
B)<ol>
C)<list>
D)<ul>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
9
How can we make an e-mail link?
A)<a href="xxx@yyy">
B)<mail href="xxx@yyy">
C)<mail>xxx@yyy</mail>
D)<a href="mailto:xxx@yyy">
A)<a href="xxx@yyy">
B)<mail href="xxx@yyy">
C)<mail>xxx@yyy</mail>
D)<a href="mailto:xxx@yyy">
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
10
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>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
11
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>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
12
What is the correct HTML for adding a background color?
A)<body color="yellow">
B)<body bgcolor="yellow">
C)<background>yellow</background>
D)<body background="yellow">
A)<body color="yellow">
B)<body bgcolor="yellow">
C)<background>yellow</background>
D)<body background="yellow">
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
13
Choose the correct HTML tag for the smallest size heading?
A)<heading>
B)<h6>
C)<h1>
D)<head>
A)<heading>
B)<h6>
C)<h1>
D)<head>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
14
What is the correct HTML tag for inserting a line break?
A)<br>
B)<lb>
C)<break>
D)<newline>
A)<br>
B)<lb>
C)<break>
D)<newline>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
15
What does vlink attribute mean?
A)visited link
B)virtual link
C)very good link
D)active link
A)visited link
B)virtual link
C)very good link
D)active link
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
16
Which attribute is used to name an element uniquely?
A)class
B)id
C)dot
D)all of above
A)class
B)id
C)dot
D)all of above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
17
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>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
18
To create a combo box (drop down box) which tag will we 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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
19
To create HTML document we require a
A)web page editing software
B)high powered computer
C)just a notepad can be used
D)none of above
A)web page editing software
B)high powered computer
C)just a notepad can be used
D)none of above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
20
The special formatting codes in HTML document used to present content are
A)tags
B)attributes
C)values
D)none of above
A)tags
B)attributes
C)values
D)none of above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
21
HTML documents are saved in
A)special binary format
B)machine language codes
C)ascii text
D)none of above
A)special binary format
B)machine language codes
C)ascii text
D)none of above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
22
Some tags enclose the text. Those tags are known as
A)couple tags
B)single tags
C)double tags
D)pair tags
A)couple tags
B)single tags
C)double tags
D)pair tags
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
23
The _____ character tells browsers to stop tagging the text
A)(?)
B)(/)
C)(>)
D)(%)
A)(?)
B)(/)
C)(>)
D)(%)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
24
In HTML document the tags
A)should be written in upper case
B)should be written in lower case
C)should be written in proper case
D)can be written in both uppercase or lowercase
A)should be written in upper case
B)should be written in lower case
C)should be written in proper case
D)can be written in both uppercase or lowercase
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck
25
Marquee is a tag in HTML to
A)mark the list of items to maintain inqueue
B)mark the text so that it is hidden in browser
C)display text with scrolling effect
D)none of above
A)mark the list of items to maintain inqueue
B)mark the text so that it is hidden in browser
C)display text with scrolling effect
D)none of above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 25 في هذه المجموعة.
فتح الحزمة
k this deck