Tag: web-design

Questions Related to web-design

  1. It is a new hybrid technology that is different from both XML and HTML.

  2. You can't use it to create Web pages.

  3. It is a reformulation of HTML in XML.

  4. It has totally replaced HTML as the tool for building Web pages.


Correct Option: C
Explanation:

To solve this question, the user needs to have a basic understanding of web development and markup languages.

Now, let's go through each option and explain why it is right or wrong:

A. It is a new hybrid technology that is different from both XML and HTML. - This option is incorrect. XHTML stands for "Extensible Hypertext Markup Language", and it is a markup language that is based on XML. XHTML combines the syntax of HTML with the strictness of XML.

B. You can't use it to create Web pages. - This option is incorrect. XHTML is used to create web pages just like HTML.

C. It is a reformulation of HTML in XML. - This option is correct. XHTML is a reformulation of HTML in XML, which makes it easier for web developers to create valid and well-formed web pages.

D. It has totally replaced HTML as the tool for building Web pages. - This option is incorrect. Although XHTML has some advantages over HTML, it has not completely replaced it. HTML is still widely used for building web pages.

Therefore, the correct answer is:

The answer is: C

  1. JPG's render true color poorly at some screen resolutions, whereas GIFs do not.

  2. The GIF file format is tailored to the Internet, whereas the JPG was developed for storage only.

  3. The file compression features of the JPG format may render the fonts unreadable.

  4. JPG's are about three times the size of GIFs and therefore take more time to render in a browser.


Correct Option: C

Which of the following correctly describe the nature of ActiveX (Choose all that apply)?

  1. It is a programming language

  2. It has full access to the Windows operating system

  3. It is a set of rules for how applications should share information

  4. It is riskier than Java applets in terms of security

  5. Either BCD


Correct Option: E
  1. Color and background properties

  2. Bi-directional text

  3. Positioning of elements on the page

  4. Styles for tables

  5. Either ABC


Correct Option: E

You noticed that you cannot see the applet while the page is loading. What's the reason for it?

  1. incorrect file permission settings

  2. applets must register all its parameters with the JVM before it can function

  3. applets are protected

  4. applets are not registered


Correct Option: B

Which of the following correctly describe Dreamweaver's form building capability?

  1. It designs XML forms.

  2. It supports forms generated by Access Database.

  3. It has no server side form processing features.

  4. It has no client side form processing features.


Correct Option: C
  1. vector-graphic based animation

  2. browser independent

  3. bandwidth friendly

  4. requires client side plug-ins

  5. All of the above


Correct Option: E
  1. It uses OLE as the database technology

  2. There is no official standard

  3. It is a substitute to ActiveX control

  4. It is developed by W3C


Correct Option: B

Which technique is referred to as inline scripting?

  1. The use of SCRIPT tags in line with the HEAD and BODY tags.

  2. The addition of the INLINE tag within the controlling HTML.

  3. The embedding of scripting instructions within certain HTML tags.

  4. The physical justification of the script (major routines on the left, and lesser routines indented and on the right).


Correct Option: C