InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 51. |
What Is The Use Of Span In Html And Give One Example? |
|
Answer» SPAN : USED for the following things: SPAN : Used for the following things: |
|
| 52. |
Is It Possible To Set Specific Colours For Table Borders? |
|
Answer» You can SPECIFY a border colour USING STYLE sheets, but the colours for a table that does not USE style sheets will be the same as the text colour. You can specify a border colour using style sheets, but the colours for a table that does not use style sheets will be the same as the text colour. |
|
| 53. |
What Is The Use Of Using Alternative Text In Image Mapping? |
|
Answer» When you USE image MAPS, it can easily become confusing and difficult to DETERMINE which HOTSPOTS corresponds with which links. Using alternative text lets you PUT a descriptive text on each hotspot link.
When you use image maps, it can easily become confusing and difficult to determine which hotspots corresponds with which links. Using alternative text lets you put a descriptive text on each hotspot link.
|
|
| 54. |
If You See A Web Address On A Magazine, To Which Web Page Does It Point? |
|
Answer» Every web page on the web can have a SEPARATE web address. Most of these addresses are RELATIVE to the top-most web page. The published web address that appears WITHIN MAGAZINES TYPICALLY points this top-most page. From this top level page, you can access all other pages within the web site. Every web page on the web can have a separate web address. Most of these addresses are relative to the top-most web page. The published web address that appears within magazines typically points this top-most page. From this top level page, you can access all other pages within the web site. |
|
| 55. |
Is There Any Way To Keep List Elements Straight In An Html File? |
|
Answer» By using indents, you can keep the list ELEMENTS straight. If you INDENT each subnested list in further than the PARENT list that contains it, you can at a glance DETERMINE the various LISTS and the elements that it contains. By using indents, you can keep the list elements straight. If you indent each subnested list in further than the parent list that contains it, you can at a glance determine the various lists and the elements that it contains. |
|
| 56. |
Why It Is Important To Set The Meta Information? |
|
Answer» Metadata is the data about the data or the information about the data. There is a tag <meta> that is being provided for the HTML document. This information won't be DISPLAYED anywhere and will not be visible to the user. It will be parsable by the machine which will parse it according to the requirement. It consists of the ELEMENTS that are related to the page description, keywords, document related element. The tag that is being used RESIDES in the section in HTML. The meta information is being used by the web browser or by the SEARCH engines to rank and let the user find the PAGES easily. Metadata is the data about the data or the information about the data. There is a tag <meta> that is being provided for the HTML document. This information won't be displayed anywhere and will not be visible to the user. It will be parsable by the machine which will parse it according to the requirement. It consists of the elements that are related to the page description, keywords, document related element. The tag that is being used resides in the section in HTML. The meta information is being used by the web browser or by the search engines to rank and let the user find the pages easily. |
|
| 57. |
What Is The Difference Between Progress And Meter Tag? |
|
Answer» The progress TAG is used to represent the progress of the TASK only while the meter tag is used to MEASURE data WITHIN a given range. The progress tag is used to represent the progress of the task only while the meter tag is used to measure data within a given range. |
|
| 58. |
Which Video Formats Are Supported By Html5? |
|
Answer» HTML 5 supports three types of video format: HTML 5 supports three types of video format: |
|
| 59. |
Is There Any Need To Change The Web Browsers To Support Html5? |
|
Answer» No. Almost all browsers (updated versions) support HTML 5. For example: Chrome, FIREFOX, Opera, SAFARI, IE ETC. No. Almost all browsers (updated versions) support HTML 5. For example: Chrome, Firefox, Opera, Safari, IE etc. |
|
| 60. |
What Are The Different New Form Element Types In Html 5? |
|
Answer» Following is a list of 10 important new elements in HTML 5: Following is a list of 10 important new elements in HTML 5: |
|
| 61. |
What Are Empty Elements? |
|
Answer» HTML elements with no CONTENT are CALLED empty elements. For example:<br> , <HR> etc. HTML elements with no content are called empty elements. For example:<br> , <hr> etc. |
|
| 62. |
What Is A Marquee? |
|
Answer» A marquee allows you to put a scrolling text in a web page. To do this, place WHATEVER text you want to APPEAR scrolling within the <marquee> and </marquee> TAGS. A marquee allows you to put a scrolling text in a web page. To do this, place whatever text you want to appear scrolling within the <marquee> and </marquee> tags. |
|
| 63. |
What Is Semantic Html? |
|
Answer» Semantic HTML is a coding STYLE. It is the use of HTML markup to reinforce the semantics or MEANING of the content. For example: In semantic HTML Semantic HTML is a coding style. It is the use of HTML markup to reinforce the semantics or meaning of the content. For example: In semantic HTML |
|
| 64. |
How To Include A Frame Set Inside Another Frame Set? |
|
Answer» One frameset can be DEFINED inside another frameset if the accessing permission are provided directly. The frameset can be STORED by USING the JavaScript in the document that is being written by the user and the script is as follows: One frameset can be defined inside another frameset if the accessing permission are provided directly. The frameset can be stored by using the JavaScript in the document that is being written by the user and the script is as follows: |
|
| 65. |
How To Prevent The Display Of “getting Framed In Html? |
|
Answer» Getting framed refers to the document that is being displayed in someone else's frameset in your HTML. This will be password protected and the PERMISSIONS has to be TAKEN before inserting the frameset. The framing of the document can be avoided by USING TARGET=_top applied to all the links that will lead to the document that are outside the scope of a PARTICULAR user without permission. A javaScript can be used that will automatically handle the request to remove the existing framesets. This can be given as: Getting framed refers to the document that is being displayed in someone else's frameset in your HTML. This will be password protected and the permissions has to be taken before inserting the frameset. The framing of the document can be avoided by using TARGET=_top applied to all the links that will lead to the document that are outside the scope of a particular user without permission. A javaScript can be used that will automatically handle the request to remove the existing framesets. This can be given as: |
|
| 66. |
How Can Tables Be Made Nested In Html? |
|
Answer» Tables can be made nested by making it come in another table. This CONSISTS of many ATTRIBUTES and tags that can be used in nesting the tables. Tables can be made nested by making it come in another table. This consists of many attributes and tags that can be used in nesting the tables. |
|
| 67. |
What Is The Main Function Of "pre" Tag In Html? |
|
Answer» "pre" tag DEFINES the pre-formatted text that is used to DISPLAY the text with the fixed width and uses a predefined fonts and it KEEPS both spaces and line breaks separate and SHOW the text as it is. "pre" tag defines the pre-formatted text that is used to display the text with the fixed width and uses a predefined fonts and it keeps both spaces and line breaks separate and show the text as it is. |
|
| 68. |
What Is The Purpose Of Iframe In Html? |
|
Answer» Iframe is called as inline frame that places one HTML document in a frame. It is different from the object element as the inline frame can be MADE in the target frame. The target frame consists of the links that is defined by other elements used in the WEB page. Iframe is used to focus on printing or viewing of the source. Iframe can be used by the user in those BROWSER that supports it. If they have used iframe also then the incompatible browser won't display the actual but display of the alternative text will TAKE place. Iframe is called as inline frame that places one HTML document in a frame. It is different from the object element as the inline frame can be made in the target frame. The target frame consists of the links that is defined by other elements used in the web page. Iframe is used to focus on printing or viewing of the source. Iframe can be used by the user in those browser that supports it. If they have used iframe also then the incompatible browser won't display the actual but display of the alternative text will take place. |
|
| 69. |
What Is The Purpose Of Canvas In Html? |
|
Answer» CANVAS is an element that is USED for the graphics for the web page. It uses JavaScript to bring the graphics FUNCTIONALITY live. It allows easy way to draw the graphics and use different types of tools to create drawing on the web page. Canvas is just a rectangular area that controls the pixel of every element that is used in the web page. Canvas uses methods like paths, circles, etc. Canvas is an element that is used for the graphics for the web page. It uses JavaScript to bring the graphics functionality live. It allows easy way to draw the graphics and use different types of tools to create drawing on the web page. Canvas is just a rectangular area that controls the pixel of every element that is used in the web page. Canvas uses methods like paths, circles, etc. |
|
| 70. |
Do All Character Entities Display Properly On All Systems? |
|
Answer» No, there are some character entities that cannot be displayed when the operating SYSTEM that the BROWSER is RUNNING on does not support the characters. When that happens, these characters are displayed as boxes. No, there are some character entities that cannot be displayed when the operating system that the browser is running on does not support the characters. When that happens, these characters are displayed as boxes. |
|
| 71. |
How Do You Insert A Comment In Html? |
|
Answer» COMMENTS in HTML begins with “ Comments in html begins with “ |
|
| 72. |
Do All Html Tags Come In Pair? |
|
Answer» No, there are SINGLE HTML tags that does not NEED a closing tag. Examples are the tag and tags. No, there are single HTML tags that does not need a closing tag. Examples are the tag and tags. |
|
| 73. |
What Are Tags? |
|
Answer» CONTENT is placed in between HTML tags in order to properly format it. It makes use of the less than SYMBOL (<) and the greater than symbol (>). A slash symbol is also USED as a closing TAG. For example: Content is placed in between HTML tags in order to properly format it. It makes use of the less than symbol (<) and the greater than symbol (>). A slash symbol is also used as a closing tag. For example: |
|