DSSSB TGT COMPUTER SCIENCE PREVIOUS YEAR PAPER 2018

DSSSB TGT COMPUTER SCIENCE PREVIOUS YEAR PAPER 2018 – HTML Questions

DSSSB TGT COMPUTER SCIENCE PREVIOUS YEAR PAPER 2018 – Here we have divided DSSSB TGT COMPUTER SCIENCE PREVIOUS YEAR PAPER 2018 Male Category paper into chapter wise questions for better understanding ans analysis. In DSSSB TGT COMPUTER SCIENCE PREVIOUS YEAR PAPER 2018 Male Category , there were total 11 questions related to the topic HTML .

We have explained all those questions in the video given below.

DSSSB TGT COMPUTER SCIENCE PREVIOUS YEAR PAPER 2018 – HTML Questions PDF

Q.1 Which of the following HTML statement about HTML attributes is false?

a) Attributes provides additional information about an element.

b) Attributes usually come in name/valve pairs like: name=’value’

c)HTML element can have attributes.

d) Attributes are always specified in the end tag.

Ans – d) Attributes are always specified in the end tag.

Q.2 Which of the following can be used to display black colour in HTML-

a) RGB(255,255,255)

b) RGB (0,0,0)

c) RGB (255,0,0)

d) RGB (0,255,0)

Ans – b) RGB (0,0,0)

Q.3 What will be the Output of the following segment of the HTML codes?

<ol>

<li> Coffee</li>

<li> Tea</li>

<li> Milk</li>

</ol>

a) 1.Coffee

2. Milk

3. Tea

b) 1. Milk

2.Tea

3. Coffee

c)1.Coffee

2.Tea

3. Milk

d). Coffee

Tea

Milk

Ans c)

1.Coffee

2.Tea

3. Milk

Q.4 In DHTL , the letter D stands for

a) Daily

b)Distributed

c)Dynamic

d)Different

Ans- c)Dynamic

Q.5 Which of the following HTML element is used to define table data/cell?

a) <th>

b) <tr>

c) <table>

d) <td>

Ans- d) <td>

Q.6 Which of the following category of CSS is defined in the <head> section of HTML page,within a style element?

a) Internal CSS

b) in-line CSS

c) both internal and external CSS

d) external CSS

Ans- a) Internal CSS

Q.7. HTML links are defined with the _________ tag.

a) <link>

b) <a>

c)<h1>

d) <p>

Ans – b) <a>

Q.8 Any time you include JavaScript in HTML document , you must enclose those lines inside a ________ tag pair .

a) <BODY> & </Body>

b) <SCRIPT> & </SCRIPT>

c) <HTML> & </HTML>

d) <DIV> & </DIV>

Ans- b) <SCRIPT> & </SCRIPT>

Q.9 Which of the following category of stylesheet can be used to change the look of an entire website, by changing one file (CSS).

a) Both in line and internal CSS

b) internal CSS

c) in line CSS

d) external CSS

Ans – d) external CSS

Q.10 Identify the incorrect statement

a) JavaScript is the scripting standard for HTML

b)DHTML is a term used to describe the technologies used to make webpages dynamic and interactive

c) DHTML is a programmoing language.

d) DHTML is the art of combining HTML , JavaScript , DOM ,CSS

Ans – c) DHTML is a programmoing language

Q.11 In HTML a colour can be specifies in the form of hsl ) hue , saturation , lightness) where hue is a degree on the color wheel from 0 to 360. What are the hue values reprenting red , green and blue?

a) 120:RED ,240:GREEN , 360:BLUE

b) 100:RED ,20:GREEN , 300:BLUE

c) 0:RED , 130:GREEN , 260:BLUE

d) 0:RED ,120:GREEN , 240:BLUE

Ans – d) 0:RED ,120:GREEN , 240:BLUE

2 thoughts on “DSSSB TGT COMPUTER SCIENCE PREVIOUS YEAR PAPER 2018”

  1. This article is a treasure trove of wisdom. The author’s expertise and passion for the subject are apparent in every paragraph. I appreciate how they make complex concepts understandable and provide practical takeaways that readers can immediately benefit from.

Leave a Reply

Your email address will not be published. Required fields are marked *