Web Designing Mock Test 6 September 18, 2024 by Naman Web Designing Mock Test 6 1 / 20 Which of the following is the cotainer for <tr>, <th> and <td>? <table> All of the above 2 / 20 Which element is used for or styling HTML 5 layout? CSS Jquery JavaScript PHP 3 / 20 Which of the following is not an attribute of <form> tag. Action Method CName URL 4 / 20 The tag which allows some web server search engine to search your web page. 5 / 20 Which element was not removed by HTML5? <Strike> <small> 6 / 20 If we want to place text around an image, which CSS property should we use Push Float Align Wrap 7 / 20 Which organization defines web standards? Apple inc. IBM corporation World Wide Web Consortium Microsoft corporation 8 / 20 Which of the following is a way of embedding client side JavaScript code, within HTML documents? From JavaScript: encoding External file specified by the src attribute of a 'Script' tag Both (a) and (b) None of the mentioned 9 / 20 AOT stands for Angular Object Templates Ahead of Time compilation Both (a) and (b) None of the above 10 / 20 On which of the types of components can a custom derivative be created? Attribute Element directives CSS All of the above 11 / 20 What does javascript code appear inline within an HTML file? Between the 'script' tag Outside the 'script' tag Between or outside the 'script' tag None of the mentioned 12 / 20 What is the code for getting the current time? Now new Date(); Var now = new Date(); Var now Date(); Var now = new Date(current); 13 / 20 What is the code to start displaying the time when document loads? Onload displayTime; Window displayTime; Window.onload = displayTime; Window.onload = start; 14 / 20 One of the main advantage of using src attribute is: It becomes self-cached; It makes the HTML file modular; It restricts manipulation in the html file It simplifies the HTML files 15 / 20 What will be done if more than one page requires a file of javascript code? Download that many times Retrieves from the browser cache Must be reexecuted None of the mentioned 16 / 20 What is the default value of the type attribute? Text/css Text/javascript Text XML 17 / 20 The word 'document' mainly refers to:- Dynamic information Static information Both dynamic & Static information None of the mentioned 18 / 20 Which object is the main entry point to all client- side javascript features of APIs? Standard Window Location Position 19 / 20 <UL>...</UL> tag is used to Display the numbered list Underline the text Display the bulleted list Bold the text 20 / 20 Which tag is used to display the numbered list? Your score isThe average score is 55% 0% Restart quiz