Web Tech lab file Pawan Kumar PDF

Title Web Tech lab file Pawan Kumar
Author Sandeep Kumar Chanchal
Course Image processing
Institution APJ Abdul Kalam Technological University
Pages 22
File Size 545.7 KB
File Type PDF
Total Downloads 640
Total Views 982

Summary

RajkiyaEngineering College Bijnor, ChandpurSession 2020 -(Computer Science & Engineering Department)“Web Technology Lab” (KCS-652)(Lab File)Submitted by:Name: Pawan KumarRoll No: 1873510037Submitted to:Mr. Salman SiddiquiAssistantProfessor (IT Department)INDEXSR. NO. Name Of Experiment Remarks1....


Description

Rajkiya Engineering College Bijnor, Chandpur

Session 2020-2021

(Computer Science & Engineering Department)

“Web Technology Lab” (KCS-652)

(Lab File)

Submitted by:

Submitted to:

Name: Pawan Kumar

Mr. Salman Siddiqui

Roll No: 1873510037

Assistant Professor (IT Department)

INDEX SR. NO.

Name Of Experiment

1.

Write HTML/ JavaScript to display your CV in navigator, your Institute website, Department website and tutorial website for specific subject.

2.

Write an HTML program to design an entry form of student details and send it to store at database server like SQL, Oracle or MS Access.

3.

Write program using JavaScript for web page to display browser information.

4.

Write a Java applet to display the Application Program Screen. i.e., calculator or other

5.

Write program in XML for creation of DTD, which satisfies all set of rules. Create a style sheet in CSS/XSL and display the document in browser.

Remarks

1. Write HTML/ JavaScript to display your CV in navigator, your Institut e website, Department website and tutorial website for specific subject.

Navigator



CV RECB CSE Department Web Technology

Tutorials



OUTPUT

2. Write an HTML program to design an entry form of student details and send it to store at database server like SQL, Oracle or MS Access.



Student Entry



Student Entry Form

Firstname

Middlename:

Lastname:

Course :

Course BCA BBA B.Tech MBA MCA M.Tech



Gender :

Phone :



Current Address :

Email

Submit



OUTPUT

3. Write program using JavaScript for web page to display browser information.

Browser Information







OUTPUT

4. Write a Java applet to display the Application Program Screen. i.e., calculator or other. import java.awt.*; import java.applet.*; import java.awt.event.*; public class Calculator extends Applet implements ActionListener { TextField inp; //Function to add features to the frame public void init() { setBackground(Color.white); setLayout(null); int i; inp = new TextField(); inp.setBounds(150,100,270,50); this.add(inp); Button button[] = new Button[10]; for(i=0;i...


Similar Free PDFs