HTML/JavaScript Web Application Answers

Questions: 680

Answers by our Experts: 648

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

f) Explain the WAP protocol stack. Explain the following WML elements with the help of an



example:



 Line Break



 Tables in WML



 WML images

e) Write and demonstrate (at the time of viva) JavaScript code that displays the message



"Welcome to BCA" and changes this text to “Web Programming is essential for BCA" after



10 seconds. You may use event handling. Make suitable assumptions, if any. (6 Marks)




Write a program that asks the user for a two digit number. Your program will verify that the number is two digits. If it is, display the first digit on one line and the second digit on another line. Otherwise, give a warning message to the user that the entry wasn’t correct. Only java script plz


The cost of making a pepperoni pizza at “Pizza Joe’s” is $12.95. A Hawaiian is $14.95. Tax is 5%.

The owners asks you to write a program where they enter the number of pepperoni and

Hawaiian pizzas and the subtotal, tax, and total is displayed neatly on the screen. Use tables to

display the result neatly. just java script plz


Bookmaker Form

Refer to this Image: https://assets.ccbp.in/frontend/content/dynamic-webapps/bookmark-maker-output.gif

When the HTML button element with the id submitBtn is clicked,

  • If the values are entered in the HTML input elements with ids siteNameInput and siteUrlInput
  • A new bookmark should be added to the bookmarksList as list item.
  • If the siteNameInput value is empty,
  • The HTML p element with id siteNameErrMsg should have error message
  • If the siteUrlInput value is empty,
  • The HTML p element with id siteUrlErrMsg should have error message

When the visit button of a bookmark is clicked the site URL should open in a new tab.

When the HTML input element with id siteNameInput is empty after changing the value inside the input

  • The HTML p element with id siteNameErrMsg should have error message

When the HTML input element with id siteUrlInput is empty after changing the value inside the input

  • The HTML p element with id siteUrlErrMsg should have error message

The cost of making a pepperoni pizza at “Pizza Joe’s” is $12.95. A Hawaiian is $14.95. Tax is 5%.

The owners asks you to write a program where they enter the number of pepperoni and

Hawaiian pizzas and the subtotal, tax, and total is displayed neatly on the screen. Use tables to

display the result neatly. Make it look like a beginner did it plz.


A book store maintains the list of all its Books using XML. A Book consists of an ISBN number, which can be used as its attribute in the XML document. The following information is stored about the Book - book title, list of authors, name of the publisher and price of the Book. Create an XML document containing information of five Books. Also create the DTD to verify the XML document created by you
Write JSP programs which can perform the following tasks: (you may create a single or multiple web pages for these tasks): (i) A page requires input of three variables a, b, and c, it then finds and displays the largest of these three variables. Write the JSP code for the above. (ii) Create a login page for students which should create two cookies namely userID and password on successful login by a student.
Create a database for a Student management system consisting of the following two tables: Student (SID, name, highest qualification, Pcode) Programme (Pcode, ProgrammeName, Duration, Fee) Develop and deploy a web based “Programme Information System” using JSP, any database backend and any web server. Your system should use JDBC for input of information to both the tables. In addition, this system should output Programme wise list of students on the screen. Submit the JSP program, screens and database for the system. You must demonstrate this system at the time of viva voce. Make and state suitable assumptions, if any.

given two boolean values isgrasstrimmedfound and iswaterhosepipefound as inputs, create three js promises using async/await and try/catch blocks


LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS