A much better approach to establish the base URL is to use__________
1.HEAD element
2.BASE element
3.Both (a) and (b)
4.None
Posted Date:-2022-08-15 06:40:31
Correct HTML tag for the largest heading is_______________
1.<h6>
2.<heading>
3.<head>
4.<h1>
Posted Date:-2022-08-15 06:53:58
In ASP the function which returns an expression formatted as a date or time is_________
1. FormatDateOrTime()
2.FormatTimeDate()
3.FormatDateTime()
4.FormatDateAndTime()
Posted Date:-2022-08-15 06:56:02
In JSP, the classes that allow primitive types to be accessed as objects are known as________
1. Object classes
2.Primitive classes
3.Wrapper classes
4.Boxing classes
Posted Date:-2022-08-15 07:02:12
The attribute, which define the relationship between current document and HREF’ed URL is
1.REL
2.URL
3.REV
4.All of the above
Posted Date:-2022-08-15 06:51:54
The latest HTML standard is___
1.XML
2.HTML 4.0
3. SGML
4.HTML 5.0
Posted Date:-2022-08-15 07:06:00
The map definition file is generally stored in____________
1.BIN
2.RECYCLE-BIN
3.CGI-BIN
4.All of the above
Posted Date:-2022-08-15 06:51:17
What method is used to specify a container’s layout in JSP?
1.setContainerLayout()
2.Layout()
3. setLayout()
4.ContainerLayout()
Posted Date:-2022-08-15 06:58:10
Any part of the graphic that is not included in another hot zone is considered to be part of__________
1.Point
2.default
3.Rect
4.Polygon
Posted Date:-2022-08-15 07:04:13
Correct HTML to left align the content inside a table cell is____________
1.<td leftalign>
2.<td align = “leftâ€>
3.<td raligh = “left†>
4.<tdleft>
Posted Date:-2022-08-15 06:55:05
From which tag descriptive list starts?
1.<DS>
2.<DD>
3.<LL>
4.<DL>
Posted Date:-2022-08-15 06:42:17
GIF is the abbreviation for ___
1.Graphics Interchange Format
2.Graphics Instruction Format
3.Graphics Item Format
4.Graphics Information Format
Posted Date:-2022-08-14 12:15:51
HTML document should begin with the ____
1.<HEAD> tag
2.<TITLE> tag
3.<BODY> tag
4. <HTML> tag
Posted Date:-2022-08-14 12:14:50
Markup tags tell the web browser___________
1.How to display the page
2.How to display message box on page
3.How to organize the page
4.None
Posted Date:-2022-08-15 06:49:56
Symbol used at the beginning of the HREF text is_________
1.&
2.#
3.$
4.^
Posted Date:-2022-08-15 06:41:28
The <Font> tag is similar to ____
1.<BIG>tag
2. <SMALL>tag
3.<MARQUEE>tag
4. <BIG>and<Small> tags
Posted Date:-2022-08-14 12:16:56
The entire web document is contained within ____
1.Comments
2.Tags
3.Web page
4.HTML element
Posted Date:-2022-08-14 12:13:52
The HTML and HTTP standard are defined by ____
1. Web client
2.Internet association
3.WWW consortium
4.WWW
Posted Date:-2022-08-14 12:17:55
The tag used to add images to the HTML document is ____
1.<FONT>
2. <HR>
3.<HI>
4.<IMG>
Posted Date:-2022-08-14 12:19:03
The tag used to create a hypertext relationship between current document and another URL is___________
1.<LINK>
2.<A>
3.<ISINDEX>
4.None
Posted Date:-2022-08-15 06:45:34
The web standard allows programmers on many different computer platforms to dispersed format and display the information server. These programs are called___________
1.Internet Explorer
2.Web Browsers
3.HTML
4.None
Posted Date:-2022-08-15 06:59:40
The ____ passes the information given by the user to a specified program.
1.User
2.Programmer
3.Web server
4.Browser
Posted Date:-2022-08-14 12:19:56
What is the abbreviation of HTTP?
1.Hypertext tag path
2.Hyper Text Transfer Protocol
3.Hypertext transfer path
4.None
Posted Date:-2022-08-14 12:12:55
What value does readLine() return when it has reached the end of a file in JSP?
1. False
2.Null
3.EOF
4.Last character in the file
Posted Date:-2022-08-15 07:00:23
Which method of the Component class is used to set the position and size of a component in JSP?
1. setSize()
2.setBounds() method
3.setPosition()
4.setPositionSize()
Posted Date:-2022-08-15 06:43:01
Which of the following statement is not true regarding JavaScript?
1.A JavaScript embedded in an HTML document is compiled and executed by the client browser
2.JavaScript is an object-based language
3.JavaScript is a loosely typed language
4.JavaScript is event driven
Posted Date:-2022-08-15 06:47:45
____ is used to store the data within the documents on the server.
1.XML
2.HTML
3.DHTML
4.CGI
Posted Date:-2022-08-14 12:21:55