HTML and Web Services Basics
Test your knowledge of fundamental HTML tags, elements, and web services protocols including SOAP, WSDL, and UDDI.
Questions
The UDDI is
- Universal Discovery, Description and the Integration Service
- United Description, Discovery and the Integration Service
- Unidirectional Description, Discovery and the Integration Service
- Universal Description, Discovery and the Integration Service
WSDL is
- Web Services Developing Language
- Web Services Definition Language
- Web Servers Definition Language
- None of these
What is SOAP?
- Simplified Object Access Protocol
- Simplified Object Authenication Protocol
- Specified Simple Object Access Protocol
- Simple Object Access Protocol
What does HTML stand for?
- Home Tool Markup Language
- Hyperlinks and Text Markup Language
- Hyper Text Markup Language
- Happy To Markup Language
Who is making the Web standards?
- Mozilla
- The World Wide Web Consortium
- Microsoft
- IBM
Choose the correct HTML tag for the largest heading
- <heading>
- <h6>
- <head>
- <h1>
What is the correct HTML tag for inserting a line break?
- <lb />
- <break />
-
- <cut />
What is the correct HTML for adding a background color?
- <body style="background-color:yellow">
- <background>yellow</background>
- <body background="yellow">
- <body backcolor=”yellow“>
Choose the correct HTML tag to make a text bold
-
- <bold>
- <thick>
- <hard>
Choose the correct HTML tag to make a text italic
- <italic>
-
- <il>
- <it>
What is the correct HTML for creating a hyperlink?
- <a href="http://www.w3schools.com">W3Schools</a>
- <a url="http://www.w3schools.com">W3Schools.com</a>
- <a>http://www.w3schools.com</a>
- <a name="http://www.w3schools.com">W3Schools.com</a>
How can you open a link in a new browser window?
- <a href="url" target="new">
- <a href="url" target="_blank">
- <a href="url" new>
- <a href=”link” start >
Which of these tags are all tags?
- <table><head><tfoot>
- <thead><body><tr>
- <table><tr><tt>
- <table><tr><td>
Choose the correct HTML to left-align the content inside a tablecell
- <tdleft>
- <td align="left">
- <td valign="left">
- <td leftalign>
How can you make a list that lists the items with numbers?
- <ul>
- <list>
- <ol>
- <dl>
How can you make a list that lists the items with bullets?
- <ol>
- <list>
- <dl>
- <ul>
What is the correct HTML for inserting a background image?
- <img src="background.gif" background />
- <body background="background.gif">
- <background img="background.gif">
- <back-image img="background.gif">
What is the correct HTML for inserting an image?
- <img src="image.gif" />
- <image src="image.gif" />
- <img>image.gif</img>
- <img href="image.gif />
What is the correct HTML for making a text input field?
- <input type="text" />
- <textinput type="text" />
- <input type="textfield" />
- <textfield>
Web Browser is _________ used to access the Internet services and resources available through the World Wide Web.
- Program
- Software
- OS
- None of these