HTML and Web Services Basics

Test your knowledge of fundamental HTML tags, elements, and web services protocols including SOAP, WSDL, and UDDI.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

The UDDI is

  1. Universal Discovery, Description and the Integration Service
  2. United Description, Discovery and the Integration Service
  3. Unidirectional Description, Discovery and the Integration Service
  4. Universal Description, Discovery and the Integration Service
Question 2 Multiple Choice (Single Answer)

WSDL is

  1. Web Services Developing Language
  2. Web Services Definition Language
  3. Web Servers Definition Language
  4. None of these
Question 3 Multiple Choice (Single Answer)

What is SOAP?

  1. Simplified Object Access Protocol
  2. Simplified Object Authenication Protocol
  3. Specified Simple Object Access Protocol
  4. Simple Object Access Protocol
Question 4 Multiple Choice (Single Answer)

What does HTML stand for?

  1. Home Tool Markup Language
  2. Hyperlinks and Text Markup Language
  3. Hyper Text Markup Language
  4. Happy To Markup Language
Question 5 Multiple Choice (Single Answer)

Who is making the Web standards?

  1. Mozilla
  2. The World Wide Web Consortium
  3. Microsoft
  4. IBM
Question 6 Multiple Choice (Single Answer)

Choose the correct HTML tag for the largest heading

  1. <heading>
  2. <h6>
  3. <head>
  4. <h1>
Question 7 Multiple Choice (Single Answer)

What is the correct HTML tag for inserting a line break?

  1. <lb />
  2. <break />

  3. <cut />
Question 8 Multiple Choice (Single Answer)

What is the correct HTML for adding a background color?

  1. <body style="background-color:yellow">
  2. <background>yellow</background>
  3. <body background="yellow">
  4. <body backcolor=”yellow“>
Question 9 Multiple Choice (Single Answer)

Choose the correct HTML tag to make a text bold

  1. <bold>
  2. <thick>
  3. <hard>
Question 10 Multiple Choice (Single Answer)

Choose the correct HTML tag to make a text italic

  1. <italic>
  2. <il>
  3. <it>
Question 11 Multiple Choice (Single Answer)

What is the correct HTML for creating a hyperlink?

  1. <a href="http://www.w3schools.com">W3Schools</a>
  2. <a url="http://www.w3schools.com">W3Schools.com</a>
  3. <a>http://www.w3schools.com</a>
  4. <a name="http://www.w3schools.com">W3Schools.com</a>
Question 12 Multiple Choice (Single Answer)

How can you open a link in a new browser window?

  1. <a href="url" target="new">
  2. <a href="url" target="_blank">
  3. <a href="url" new>
  4. <a href=”link” start >
Question 13 Multiple Choice (Single Answer)

Which of these tags are all tags?

  1. <table><head><tfoot>
  2. <thead><body><tr>
  3. <table><tr><tt>
  4. <table><tr><td>
Question 14 Multiple Choice (Single Answer)

Choose the correct HTML to left-align the content inside a tablecell

  1. <tdleft>
  2. <td align="left">
  3. <td valign="left">
  4. <td leftalign>
Question 15 Multiple Choice (Single Answer)

How can you make a list that lists the items with numbers?

  1. <ul>
  2. <list>
  3. <ol>
  4. <dl>
Question 16 Multiple Choice (Single Answer)

How can you make a list that lists the items with bullets?

  1. <ol>
  2. <list>
  3. <dl>
  4. <ul>
Question 17 Multiple Choice (Single Answer)

What is the correct HTML for inserting a background image?

  1. <img src="background.gif" background />
  2. <body background="background.gif">
  3. <background img="background.gif">
  4. <back-image img="background.gif">
Question 18 Multiple Choice (Single Answer)

What is the correct HTML for inserting an image?

  1. <img src="image.gif" />
  2. <image src="image.gif" />
  3. <img>image.gif</img>
  4. <img href="image.gif />
Question 19 Multiple Choice (Single Answer)

What is the correct HTML for making a text input field?

  1. <input type="text" />
  2. <textinput type="text" />
  3. <input type="textfield" />
  4. <textfield>
Question 20 Multiple Choice (Single Answer)

Web Browser is _________ used to access the Internet services and resources available through the World Wide Web.

  1. Program
  2. Software
  3. OS
  4. None of these