You are on page 1of 2

past question aptech

The__________ element emphasizes the text as compared to its surrounding text.

STRONG
SUB
SUP
INS

ANS:1

Identify the correct syntax of doctype in HTML5.

<?DOCTYPE html>
<!DOCTYPE html>
<!DOCTYPE html!>
<?DOCTYPE html?>

ANS:2

__________is used to point to a specific location in the document

breakpoint
link
anchor
tag

Ans:2

___________styles are placed inside the <head> section of a particular Web page
source code

External
Inline
Indented
Internal

Ans:4

Identify the correct syntax to insert a color picker on an HTML page.

<input type="color-picker" name="cpick"/>


<color type="color-picker" name="cpick"/>
<input type="color" name="cpick"/>
<color type="color" name="cpick"/>

Ans:3

which of the following options are valid values for the border style property?
(choose 3 correct answers)

groove
dashed
lined
ridge

Ans:1,2,4

identify the category of pattern matching where characters or symbols allow


matching characters that reappear frequently string.

Position Matching
Character Classes
Repition
Back Reference

Ans:3

Identify the correct method for displaying an image on a web page.

<IMG source="sample.jpg" width="200" height="100">


<IMG path="sample.jpg" width="200" height="100">
<IMG name="sample.jpg" width="200" height="100">
<IMG src="sample.jpg" width="200" height="100">

Ans:4

__________property of the navigator object retrieves the version number and


platform of the browser.

appVersion
Version
appVer
Ver

Ans:1

Which of the following options will correctly be identified by the pattern


/[^AB]PQ/?

APQ
BPQ
CPQ
ARQ

Ans:3

You might also like