STIW2024 / Main-Issues

2 stars 0 forks source link

Hello World #1

Closed zhamri closed 6 years ago

zhamri commented 6 years ago

Write a program using JSP to display the following output:

Hello World
STIW2024 Software Engineering
thiviya commented 6 years ago

<%-- Document : index Created on : Nov 21, 2017, 5:17:28 PM Author : thiviya --%>

<%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE html>

JSP Page

Hello World

STIW2024 Software Engineering

zhamri commented 6 years ago

put your screenshot at the bottom

NgZhengYi commented 6 years ago

CODE : <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

Insert title here Hello World
STIW2024 Software Engineering

image

image

Aman748 commented 6 years ago

Code :

<%-- 
    Document   : index
    Created on : 2017-11-21, 18:52:33
    Author     : Aman
--%>

<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>Issue #1 Hello World</title>
    </head>
    <body>
        <div>Hello World</div>
        <div>STIW2024 Software Engineering</div>
    </body>
</html>

Output :

se-issue 1_output

ezzat787 commented 6 years ago

CODE: mmmmm

OUTPUT image

REFERENCE http://www.c-sharpcorner.com/UploadFile/fd0172/how-to-create-jsp-web-page-in-netbeans-ide-7-4-using-tomcat/

JohnWick27 commented 6 years ago
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>Hello World </title>
    </head>
    <body>
        <left>

       <h1 style="color:blue;">Hello World</h1>
       <h3 style="color:red;">STIW2024 Software Engineering</h3>

        </left>
    </body>
</html>

hello

zhamri commented 6 years ago

good reference

yaopeng96 commented 6 years ago

picture1 picture2

kzkit commented 6 years ago

CODE :

<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>JSP Page</title>
    </head>
    <body>
        <font size="10" color="red"><%="Hello World" %></font>
        <br>
        <font size="20" color="blue"><%="STIW2024 Software Engineering" %></font>
        <body bgcolor="green">

    </body>
</html>

jsp

jairam0905 commented 6 years ago

helloworld

ariffafif commented 6 years ago

image

Koksheng commented 6 years ago

jsp helloworld