0% found this document useful (0 votes)
21 views9 pages

R38 Form PDF Download Guide

The document is a test on HTML and CSS concepts, containing multiple-choice questions with answers related to web development. It covers topics such as HTML tags, CSS properties, and the functionality of various elements. The test appears to assess knowledge of web design fundamentals, with a total score of 47 out of 50 points.

Uploaded by

naderbimeen
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views9 pages

R38 Form PDF Download Guide

The document is a test on HTML and CSS concepts, containing multiple-choice questions with answers related to web development. It covers topics such as HTML tags, CSS properties, and the functionality of various elements. The test appears to assess knowledge of web design fundamentals, with a total score of 47 out of 50 points.

Uploaded by

naderbimeen
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

2/21/25, 9:48 PM Front-R38-Test-2

47/50 ‫إجمالي النقاط‬ Front-R38-Test-2

* / ‫االسم رباعي بالعربي‬

‫بيمن نادر جاد بشندي‬

* / id

285222251113

1/1 In HTML, which attribute is used to create a link that opens in a new -1
?window tab

src=”_blank”

target=”_blank”

target=”_self”

alt=”_blank”

1/1 - The HTML tag used to define the internal stylesheet is -2

<styel>

<script>

<link>

<style>

1/1 ?Which element is used to get highlighted text in HTML -3

<u>

<mark>

<highlight>

<b>

1/1 ?Which HTML tag is used for making character appearance bold -4

<u>content</u>

<i>content</i>

<br>content</br>

<b>content</b>

1/1 ?Which HTML tag is used to insert an image -5

<img url=”[Link]” />

<img src=”[Link]” />

<img alt=”[Link]” />

<img link=”[Link]” />

1/1 ?How to insert Hyperlink in HTML Page -6

<a target="[Link] HTML Quiz />

<a href="[Link] MCQ</a>

<a src="[Link] Test</a>

<a>[Link]

[Link] 1/9
2/21/25, 9:48 PM Front-R38-Test-2

1/1 ?Which HTML tag is used to convert the plain text into italic format -7

<i>

<p>

<b>

<a>

1/1 ?Which works similar to <b> element -8

<blockquote>

<strong>

<em>

<i>

none

1/1 ?Which HTML element is used for YouTube videos -9

<small>

<video>

<a>

<iframe>

1/1 ?What is the purpose of the universal selector (*) in CSS .10

a. It selects all elements on a web page.

b. It selects elements with a specific class.

c. It selects elements with a specific ID.

d. It selects the first child of an element.

1/1 Choose the correct HTML element to define emphasized text .11

a. <i>

b. <em>

c. <italic>

d. <b>

1/1 ? to choose Gender you have to use ........... attribute -12

input

label

type="password"

type="radio"

1/1 ?Which tag is used to display a horizontal line in HTML .13

A. <line>

B. <hr>

C. <br>

D. <hl>

[Link] 2/9
2/21/25, 9:48 PM Front-R38-Test-2

1/1 ?How do you add a border to an element in CSS .14

A. border: 1px solid black;

B. border-width: 1px black;

C. border-style: solid black 1px;

D. border-color: black solid 1px;

1/1 ?What is the default display value for a <span> element in HTML .15

A. block

B. inline

C. line

D. none

1/1 ?How do you add rounded corners to an element in CSS .16

A. corner-radius

B. border-rounding

C. border-radius

D. radius-corner

1/1 ?What is the difference between the <a> and <iframe> tags .17

a. <a> tags create hyperlinks, while <iframe> tags embed content

b. <a> tags embed content, while <iframe> tags create hyperlinks

c. There is no difference between the two tags

d. None of the above

1/1 … The HTML tags are all .18

a. in lower case

b. in upper case

c. case sensitive

d. not case sensitive

1/1 ........................ hover is one of the .19

a. Attributes

b. selectors

c. pseudo classes

d. pseudo elements

1/1 background-.......... : value; / A Css properity that is used to define the -20
.place of the image

attachment

image

position

all of mentioned

[Link] 3/9
2/21/25, 9:48 PM Front-R38-Test-2

1/1 Which of the following is a characteristic of block-level elements in .21


?HTML

a. They do not start on a new line.

b. They are always enclosed within inline elements.

c. They take up the full width available.

d. They cannot contain any other elements.

1/1 ?What will the following code do -22


p { color: blue; background-color: yellow; color: red; }

A. The paragraph will have a yellow background and blue text.

B. The paragraph will have a yellow background and red text.

C. The code will throw an error due to duplicate color.

D. The browser behavior is undefined.

0/1 css value used to give a background to the element -23

color

background-color

margin

red

1/1 How do you select all <p> elements on a web page using a tag .24
?selector

a. tag(p) { ... }

b. p { ... }

c. .p { ... }

d. #p { ... }

1/1 Which of the following property is used as the shorthand property of .25
?background properties

a. background-image

b. background-color

c. color

d. background

1/1 ? How do you set a background image to no repeat .26

a. background-repeat: no repeat-x repeat-y;

b. background-repeat: no repeat;

c. background-repeat: repeat-x repeat-y;

d. background-repeat: no-repeat;

1/1 . Css property used to make all div tags in the same line .27

a. left

b. div

c. float

d. border-radious

[Link] 4/9
2/21/25, 9:48 PM Front-R38-Test-2

1/1 Inline elements are normally displayed without starting a new line .28

a. True

b. False

1/1 Which of the following CSS property is used to set the background )29
?image of an element

background-attachment

background-image

background-color

None of the above

0/1 How many directions could be accepted for background-position -30


? properity

12

1/1 background-attachment: ..................... ; used to make the image fixed -31


? in your page

fasinated

color

fixed

center

1/1 ........ tag used in chemical equations -32

sup

ins

sub

select

1/1 ?What is the purpose of the <del> tag in HTML .33

a. To highlight and mark specific text

b. To make text smaller in size

c. To indicate deleted or removed text

d. None of the above

1/1 ?Which of the following tag is used to make the underlined text .34

a. <i>

b. <ul>

c. <u>

d. <pre>

[Link] 5/9
2/21/25, 9:48 PM Front-R38-Test-2

0/1 . Choose the correct HTML tag to create a place for paragraph .35

a. h2

b. P

c. textarea

d. img

1/1 ?What is the default value for the "display" property in CSS .36

a. block

b. inline

c. Both of a and b

d. None of the above

1/1 Which property is used to create a background image that scrolls with .37
the content
?but is fixed within the viewport

a. scroll

b. background-attachment

c. background-position

d. fixed

1/1 The correct sequence of HTML tags for starting a webpage is -38

a. Head, Title, HTML, body

b. HTML, Body, Title, Head

c. HTML, Head, Title, Body

d. HTML, Title, Head , Body

1/1 What is the correct way to select an element with the class "btn" and .39
apply a hover
?effect to it

a. :btnhover: { }

b. .btn:hover { }

c. #btn:hover { }

d. btn:hover: { }

1/1 How do you set a background image to cover the entire element's .40
background area
?without being stretched

a. background-fit: cover;

b. background-size: cover;

c. background: fit cover;

d. background-fill: cover;

1/1 ?What is the purpose of the CSS float property .41

a. To create a floating image effect

b. To position an element to the left or right of its container

c. To control the transparency of an element

d. To create a floating navigation menu

[Link] 6/9
2/21/25, 9:48 PM Front-R38-Test-2

1/1 selector { ........................ : value ; } .42

a. tag

b. declaration

c. img

d. property

1/1 The special formatting codes in HTML document used to present .43
content are

a. Tags

b. Attributes

c. Values

d. None of above

1/1 Which input type is used for selecting a multiple option from a list of .44
?choices

a. Radio

b. Checkbox

c. Select

d. Textarea

1/1 Choose the correct Css Properity for moving the text inside my website -45
.in all directions

margin-top

padding

del

text-align:center

1/1 Which CSS property is used to set the margin on all four sides of an .46
?element simultaneously

a. margan-all

b. margan

c. all-margan

d. None of the above

1/1 What is the correct CSS syntax to set a margin of 10 pixels for the top .47
?and right, and 20 pixels for the left and bottom sides of an element

a. margin: 10px 20px;

b. margin: 10px 10px 20px 20px;

c. margin: 10px;

d. margin: 10px 20px 10px;

1/1 _____ An HTML document can contain -48

Attributes

Tags

Raw text

All mentioned

[Link] 7/9
2/21/25, 9:48 PM Front-R38-Test-2

1/1 .Choose the correct HTML tag for inline paragraph .49

a. H4

b. P

c. span

d. select

1/1 Which value for the "margin" property is used to center an element .50
horizontally
?within its parent container

a. auto

b. 6

c. 0

d. inherit

‫ سياسة الخصوصية‬- ‫ شروط الخدمة‬- .Google ‫لم يتم إنشاء هذا المحتوى وال اعتماده من ِقبل‬

‫? اإلبالغ‬Does this form look suspicious

‫نماذج‬

[Link] 8/9
2/21/25, 9:48 PM Front-R38-Test-2

[Link] 9/9

You might also like