LAB MANUAL SUBJECT: WEB TECHNOLOGY CLASS : T.E (COMPUTER) SEMESTER: VI

Similar documents
COMPUTER APPLICATIONS IN BUSINESS FYBMS SEM II

B. V. Patel Institute of Business Management, Computer & Information Technology, UTU

Spring 2014 Interim. HTML forms

Web Technologies - by G. Sreenivasulu Handout - 1 UNIT - I

CSC Web Technologies, Spring HTML Review

Row and Column Spans. Homework. Column and Row Span Example (2) Column and Row Span Example. tables: Live Demo. like the following using forms:

Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM Advanced Internet Technology Lab.

HTML What is HTML Hyper Text Markup Language is a computer based language used to create WebPages.

SYBMM ADVANCED COMPUTERS QUESTION BANK 2013

HTML Tables and Forms. Outline. Review. Review. Example Demo/ Walkthrough. CS 418/518 Web Programming Spring Tables to Display Data"

Summary 4/5. (contains info about the html)

Chapter4: HTML Table and Script page, HTML5 new forms. Asst. Prof. Dr. Supakit Nootyaskool Information Technology, KMITL

Advanced HTML Scripting WebGUI Users Conference

Chapter 1 Introduction to Dreamweaver CS3 1. About Dreamweaver CS3 Interface...4. Creating New Webpages...10

HTML. Asst. Prof. Dr. Kanda Runapongsa Saikaew Department of Computer Engineering Khon Kaen University

HTML Forms. By Jaroslav Mohapl

HTML Tags <A></A> <A HREF=" CNN </A> HREF

CSS CSS how to display to solve a problem External Style Sheets CSS files CSS Syntax

Lesson 5 Introduction to Cascading Style Sheets

CS 350 COMPUTER/HUMAN INTERACTION. Lecture 6

COMS 359: Interactive Media

Creating Web Pages Using HTML

Creating a Web Page with HTML

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

Tables *Note: Nothing in Volcano!*

Lecture : 3. Practical : 2. Course Credit. Tutorial : 0. Total : 5. Course Learning Outcomes

The Hypertext Markup Language (HTML) Part II. Hamid Zarrabi-Zadeh Web Programming Fall 2013

Dreamweaver CS3 Concepts and Techniques

HTML Tables and. Chapter Pearson. Fundamentals of Web Development. Randy Connolly and Ricardo Hoar

Web Publishing with HTML

CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB

HTML crashcourse. general structure tables forms textfield textarea selectbox listbox hidden field checkbox radiobuttons submit button

1.264 Lecture 12. HTML Introduction to FrontPage

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014

CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0

Building Web Based Application using HTML

Introduction to using HTML to design webpages

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application.

[AVWSQ-ADWCS6]: WSQ ICDL Adobe Dreamweaver CS6

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1

CSI 3140 WWW Structures, Techniques and Standards. Markup Languages: XHTML 1.0

Tutorial 5 Working with Tables and Columns. HTML and CSS 6 TH EDITION

IMY 110 Theme 7 HTML Tables

HTML: Fragments, Frames, and Forms. Overview

CSC 101: Lab #2 HTML and the WWW Manual and Report Lab Date: Tuesday, 2/2/2010 Report Due Date: Friday, 2/5/2010 3:00pm

HTML BEGINNING TAGS. HTML Structure <html> <head> <title> </title> </head> <body> Web page content </body> </html>

The figure below shows the Dreamweaver Interface.

Table Basics. The structure of an table

Deccansoft Software Services

COMSC-030 Web Site Development- Part 1. Part-Time Instructor: Joenil Mistal

Javascript. UNIVERSITY OF MASSACHUSETTS AMHERST CMPSCI 120 Fall 2010

Introduction to DHTML

Controlled Assessment Task. Question 1 - Describe how this HTML code produces the form displayed in the browser.

Web Site Development with HTML/JavaScrip

Form Overview. Form Processing. The Form Element. CMPT 165: Form Basics

HTML 5 Tables and Forms

CSC 101: PreLab Reading for Lab #4 More HTML (some of this reading on Tables and Images are based on previous writings of Prof William Turkett)

Which of the following is/are a valid value for the type attribute of the input tag? a. text. b. icon. c. reset. d. password

Final Examination Semester 1 / Year 2012


COMP1000 Mid-Session Test 2017s1

HTML Form. Kanida Sinmai

Student, Perfect Final Exam May 25, 2006 ID: Exam No CS-081/Vickery Page 1 of 6

ICT IGCSE Practical Revision Presentation Web Authoring

Page Layout Using Tables

Html basics Course Outline

c122sep2914.notebook September 29, 2014

COPYRIGHTED MATERIAL. Contents. Introduction. Chapter 1: Structuring Documents for the Web 1

Skill Area 323: Design and Develop Website. Multimedia and Web Design (MWD)

Hyperlinks, Tables, Forms and Frameworks

Chapter 4 Notes. Creating Tables in a Website

Programmazione Web a.a. 2017/2018 HTML5

Index. CSS directive, # (octothorpe), intrapage links, 26

COPYRIGHTED MATERIAL. Contents. Chapter 1: Introducing Microsoft Expression Web 1. Chapter 2: Building a Web Page 21. Acknowledgments Introduction

Bixby Public Schools Course Essential Elements Grade: Desktop Publishing

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

Chapter 2. List, Tables,Frame and Forms

CSC 121 Computers and Scientific Thinking

CITS1231 Web Technologies. HTML Tables and Page Design Issues

Advanced HTML. Introduction. Frames HTML Forms CGI Scripts Dynamic Documents HTML Tools Next-Generation HTML

HTML and CSS COURSE SYLLABUS

Web Designing HTML5 NOTES

Certified HTML Designer VS-1027

CSC309 Tutorial CSS & XHTML

Figure 1 Forms category in the Insert panel. You set up a form by inserting it and configuring options through the Properties panel.

HTML HTML. Chris Seddon CRS Enterprises Ltd 1

Indian Institute of Technology Kharagpur. HTML Part III. Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T.

WEB PAGE DESIGN. Structure

LAB Test 1. Rules and Regulations:-

HTML WORKSHEET Explain HTML HEAD Tag Title Tag BASEFONT Tag

Discuss web browsers. Define HTML terms

Welcome. Web Authoring: HTML - Advanced Topics & Photo Optimisation (Level 3) Richard Hey & Barny Baggs

Programming of web-based systems Introduction to HTML5

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

Q1. What is JavaScript?

1. Cascading Style Sheet and JavaScript

E-Shiksha Academy. Certified Website Designer & Developer

<form>. input elements. </form>

recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML)

CSE 154 LECTURE 8: FORMS

Transcription:

LAB MANUAL SUBJECT: WEB TECHNOLOGY CLASS : T.E (COMPUTER) SEMESTER: VI

INDEX No. Title Pag e No. 1 Implements Basic HTML Tags 3 2 Implementation Of Table Tag 4 3 Implementation Of FRAMES 5 4 Design A FORM In HTML(Yahoo registration form) 6 5 Validation Of FORM Using Java Script. 7 6 Implementation Of CSS(All 4 Types) 8 7 Develop A Clock Using Java Script 9 8 DHTML(Layer/DIV) 10 9 ASP Implement Response Object 11 10 Connectivity To Database Through ASP 12 11 PROJECT Develop A E Commerce Web Site 13

Practical 1 Implements Basic HTML Tags. Create a home page which has an image and a list to navigate to other pages of the same site. Write a program which will perform the following tasks: 1. Use of <HTML><HEAD><TITLE><BODY> Tags 2. Use of <H1> to <H6> Tags 3. Use of <img> Tag 4. Use of <br>,<hr>,<p> Tags 5. Use of All Text Formatting Tags like <b>,<i>,<u>,<em>,<big>,<small>,<sub>,<sup>, <address>,<del>,<ins> 6. Use Of Hyperlink i.e. <a></a> Tag.

Practical 2 Implementation Of Table Tag To display UniversityMarksheet Using Tables Tag Tables are defined with the <table> tag. A table is divided into rows (with the <tr> tag), and each row is divided into data cells (with the <td> tag). The letters td stands for "table data," which is the content of a data cell. A data cell can contain text, images, lists, paragraphs, forms, horizontal rules, tables, etc. Tags required are as follows : 1) <table>..</table> Defines a table Attribute of table Border If you do not specify a border attribute the table will be displayed without any borders <table border="1"> CellPadding to create more white space between the cell content and its borders. <table border="1" cellpadding="10"> CellSpacing to increase the distance between the cells. <table border="1" cellspacing="10"> 2) <th>.. </th> Displays heading in the table 3) <tr>..</tr> Divides table into rows 4) <td>..</td> Divide into data cells 5) <caption>..</caption> It gives title for a table

Practical 3 Implementation Of FRAMES Create a home page which will have various frames for the user to navigate to different sections of a site. : With frames, you can display more than one HTML document in the same browser window. Each HTML document is called a frame, and each frame is independent of the others. Tags required are as follows : 1)<frameset>..</frameset> Defines how to divide the window into frames Attributes of frameset cols To divide a frame vertically <frameset cols="25%,75%"> rows To divide a frame horizontally <frameset rows="25%,50%,25%"> The frameset column size value can also be set in pixels (cols="200,500"), and one of the columns can be set to use the remaining space (cols="25%,*"). 2)<frame> Defines what HTML document to put into each frame Attributes of frame src location of file name name of the frame 3)<noframes>..</noframes> Defines a noframe section for browsers that cannot display frames

Practical 4 Design A FORM In HTML(Yahoo registration form) Create a Form which has textfields, textarea, checkbox, radiobutton,submit button, reset button, drop down box,image(if required) A form is an area that can contain form elements. Form elements are elements that allow the user to enter informatio (like text fields, textarea fields, drop down menus, radio buttons, checkboxes, etc.) in a form. Tags required are as follows : 1)<form>..</form> A form is defined with this tag. Attribute of form: action When the user clicks on the "Submit" button, the content of the form is sent to another file. The form's action attribute defines the name of the file to send the content to. <form name="input" action="html_form_action.asp"> 2)<input> The most used form tag is the <input> tag. The type of input is specified with the type attribute. The most commonly used input types are explained below. Textfields <input type="text" name = fname > Radio Buttons <input type="radio" name="gender" value= male > Checkboxes <input type="checkbox" name="vehicle" value="bike" > Submit Button <input type="submit" value="submit"> Reset Button <input type="reset" value="reset"> <textarea>.. Used to accept multiple line from the user </textarea> <select>.. Used to create a drop down list. </select>

Practical 5 Validation Of FORM Using Java Script. To study concepts of Javascript. Write a program which will perform the following tasks: Take the same form from previous practical i.e. Yahoo registration form. Now validate this form i.e you have to check before submitting the form whether 1.any field of the form is empty? 2.e mail address is a valid e mail address or not,(first letter should be always character,it should contain @ etc.) 3.password should not be more than 7 characters long.

Practical 6 Implementation Of CSS(All 4 Types) To study cascading style sheets (css). Write a program which will perform the following tasks: CSS is a set of specifications called rules that give you complete control over layout of a web page and the appearance of the contents. You have to implement 4 ways of adding CSS to a web page i.e. 1)Embedding CSS 2)Linking to an external CSS 3)Importing an external CSS 4)Inline CSS

Practical 7 Develop A Clock Using Java Script To display a digital clock at the status bar using javascript. A Clock can be displayed using the help of Date() Object. var mydate= new Date(); Methods of Date Object 1) gethours() Returns the hour of a date object (from 0 23) 2) getminutes() Returns the minutes of a date object (from 0 59) 3) getseconds() Returns the seconds of a date Object.(from 0 59) We have to use the method settimeout() & cleartimeout() settimeout() It belongs to window objects. It is used to call a function or evaluate an expression after a specified number of milliseconds. SyntaxsetTimeout(code,millisecond,lang) where code A pointer to a function ot the code to be executed. millisecond The no. of milliseconds to wait before executing the code, lang Optional,it is the scripting language. cleartimeout() This also belongs to window object. It cancels a timeout that is set with the settimeout() metho.

Practical 8 DHTML(Layer/DIV) To implement div and layer tag. Write a program which will perform the following tasks: 1) The Div tag defines division/section in a HTML document. Browser generally place a line break before and after <div> element. <div> tag is used to group together block elements to format them with styles. 2)Layer tag allows us to position blocks of content in the webpage. These contents may overlap each other be transparent,opaque,visible or even invisible.

Practical 9 ASP Implement Response Object To implement the response object of ASP. ASP Wrox Publication Write a program which will display some text at the browser's window. You have to write a ASP program in Javascript & VBScript using response object that will display some text.

Practical 10 Connectivity To Database Through ASP To create a database connection and display data. ASP Wrox publication 1. First we have to set the ODBC Driver through Control Panel. 2.Then select the database to which you want to connect to. 3.Now write a code for ASP to display the data,delete the particular record, add new data to database.

Practical 11 Develop A E Commerce Web Site. To Develop A E Commerce Web Site. Kriss Jamsa, Javascript in 21 days,asp Wrox Publication You should use all HTML,DHTML,Java Script,ASP to develop this web site. There should be interaction between client and server. You should be able to store data,retrieve records,delete data,search data, using ASP. Synopsis For The Project: Title Applications Languages Used Hardware Components Software Components System Diagram Description Whole Code Printout First Page Output