Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
3.4k views
in Web Designing Using HTML by (29.3k points)
closed by

Write an HTML code for a web page for your supermarket named “HELPLINE SUPER MARKET’ with the following details and features.

(1) A heading followed by a paragraph of 2 sentences about the district using text formatting tags and attributes. 

(2) Give postal address of the supermarket with phone number and email id.

(3) Include a marquee that “Hurry up, 50% o for all purchase”.

OR 

(b) Explain and compare the features of any four scripting languages.

1 Answer

+1 vote
by (30.3k points)
selected by
 
Best answer

<html>

<head>

<title>

HelpLine Super Market

</title>

</head>

<body bgcolor=”cyan">

<marquee bgcolop=”red” height=”40">Hurr<h1 align="Center">HELPLINE<br>SUPERM

<h2 align ="left"><u><i>Trichur</i></u></h2>

<p>Our district is Trichur. It is situated in th

</p>

Postal Address

<br>

HELPLINE SUPER MARKET,

<br>

Main Road,

Irinjalakuda.

<br>

Phone No.9999900000.

<br>

Email Id: [email protected].

</body>

</html>

(b) (1) JavaScript:

Java script(developed by Brendan Eich for the Netscape browser) is a platform-independent scripting language. Means It does not require a particular browser. That is it runs on any browser hence it is mostly accepted scripting language.

(2) VB Script: 

VB Script(developed by Microsoft) is a platform-dependent scripting language. Means it requires a particular browser(MS Internet Explorer) to work that is why it is not a widely accepted scripting language.

(3) Active Server Pages (ASP) 

(1) ASP introduced by Microsoft 

(2) ASP stands for Active Server Page.

(3) ASP’s are web pages that are embedded with dynamic contents, such as text.HTML tags and scripts. 

(4) An ASP le uses .asp extension. 

(5) In ASP, the script execute in the server and the effect will be sent back to the client computer. 

(6) Here a real time communication exists between the client and server. 

(7) ASP applications are very small. 

(8) The only server used is Microsoft Internet Information Server(IIS), hence it is platform dependant 

(4) Java Server Pages (JSP) 

(1) JSP introduced by Sun Micro System 

(2) JSP stands for Java Server Page. 

(3) An JSP le uses .jsp extension 

(4) It is platform independent 

(5) It uses Apache Tomcat web server 

(6) JSP binds with Servlets(Servlets are Java codes run in Server to serve-the client requests).

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

...