Monday, 20 September 2021

HTML - TEST ANSWER (Spoken Tutorials)

 

HTML - TEST

 01.  HTML output can be seen in a                                                                                                      

 Ans : Web Browser

02. dl stands for

Ans : Both (Definition list, Description list)

03. Title attribute will create a __________.

Ans : Tooltip for the element

04. li stands for _______________-

Ans : list item

05. We can specify the colour in the form of

Ans : All of these (HEX values, Colour name, RGB values)

06. th stands for

Ans : Table heading

07 : < will generate

Ans : Less than symbol

08 : Attribute values containing spaces have to be entered within

Ans : Both (Single quotes, Double quotes)

09. Heading tag has ___ levels

Ans : 6

10. HTML Tags are case sensitive.

Ans : False

11. We can add multiple style attributes for a single tag.

Ans : True

12. We cannot create a list inside another list.

Ans : False

13. Which one of the below HTML code is written correctly?

Ans : <p> <b> My Topic </b> <i> My text </i> </p>

14. The space between the cells is defined with the help of

Ans : Border Spacing

15. If the source audio or video is not supported by the browser, it will display

Ans : An empty player

16. HTML Element is a

Ans : Collection of Tags and Contents

17.  <a> is an

Ans : anchor tag

18. We can include the script file with the help of

Ans : <script>

19. WYSIWYG stands for

Ans : What You See is What You Get

20. Square shape bullet point can be created with the help of

Ans : Unordered list

21. __________ tag will create a line break.

Ans : <br>

22. img src stands for

Ans : Image source

23. wav audio will only play in the Internet Explorer web browser.

Ans : False

24. We can have more than one attribute for an Element.

Ans : True

25. <input type="text" name="fname" value="sample" alt= "Empty Form">

       This will create an

Ans : Editable Textbox filled with the text sample

26. The following syntax is for

       <dl> <dt> Name 1</dt> <dd> value 1 </dd> <dt> Name 2 </dt> <dd> value 1 </dd> <dd> value 2 </dd> </dl>

Ans : Definition list

 27. The ____ tag will help search engines to display our page in the search result.

Ans : <meta>

28. ________ is used to comment a line.

Ans : <! … ->

29. ____________ element feature is similar to Google search.

Ans : Datalist

30. <legend> tag is used to

Ans : Give a name for the fieldset

31. Image map is used to

Ans : Select specific area in the image

32. Which one is not a style property?

Ans : text-bf

33. CSS is a

Ans : External style sheet

34. We can add multiple style attributes with the help of

Ans : Semicolon

35. id, href and class are

Ans : Attributes

36. ______ element is used to perform an action when it is clicked.

Ans : Button

37. CSS Stands for

Ans : Cascading Style Sheet

38. We can include styles in our HTML document via

Ans : All of these options (External Style Sheet, Style tag, Tag attribute)

39. The form Attribute ________ compels the user to fill the field, without skipping it.

Ans : Required


HTML - TEST | BY :- NISHANT KUMAR

 

No comments:

ARDUINO - TEST (Spoken Tutorial) ANSWER