WHICH PARTY WILL MADE GOVT IN 2014 BJP OR CONGRESS

Saturday 21 April 2012

HI FRIEND I ADDING HERE INTERNET FUNDIMENTAL  LAB PROGRAMTABLE OF CONTENTS
SNO
TOPIC
PAGE NO
SIGN
1.
Sending and receiving email
1
2.
Chatting on internet
4
3.
Design a webpage using HTML Tables
6
4.
Design a webpage using HTML form elements
12
5.
Design a webpage using HTML Anchor tag
14
6.
Design a webpage of your college website using HTML formatting tags, bgcolor/background, heading and paragraph tags
16
7.
Design a webpage using HTML font tag
18
8.
Design a webpage of subject introduction
19
9.
Design a webpage using HTML lists
20
10.
Design a webpage using HTML frames
22
11.
Design a webpage using HTML image tag
23
1 | P a g e
SENDING AND RECEIVING EMAIL
Email infiltrates many areas of the internet, which is one of the primary motivations for this topic at the beginning of this topic at beginning of this text.
Email is one of the most popular services available through the internet.
Sending and receiving mails
This section explains how to compose, forward, and reply-to emails. It also covers a number of options for customising some settings when emails are sent.
• Compose a New Email
• Sending Email
• Replying to an Email
• Forwarding an Email
• Saving a Draft Email
Compose a New Email
To compose a new email click on the Draft icon in the top left hand corner of the Mulberry window, or select File | New Message from the menu bar. A new window will open for you to compose a new email. Enter the addresses of the people you want to send the email to in the To field, and the subject of the email in the Subject field. If you wish to send copies of the email to anybody, enter their email addresses in the Cc field.
Sending Email
Once you have written your email, and are ready to send it you simply click on the Send button. By default Mulberry will save a copy of all emails you send in a folder called sent.
Replying to an Email
To reply to an email then first open the email, and then click on the Reply icon in the row of icons across the top of the screen. You may get a Reply To dialog as shown below:
Using this dialog you can select which email addresses you want to have in the To, Cc, and Bcc fields of your reply. You can also click on the Reply All button to send the reply all recipients of the original message.
2 | P a g e
Forwarding an Email
To forward an email then first open the email, and then click on the Forward icon in the row of icons across the top of the screen. You may get the Forward Message dialog as shown below
If you just select Quote Original then this should be fine for forwarding the email.
STRUCTURE OF E-MAIL
I. Header
 From
 Date
 To
 Subject
 Cc
II. Body
 Greeting
 Text
 Signature
III. Footer
 Send
 Save
 Cancel
IV. Attachments (optional)
Email Service Providers
Gmail (by Google Inc), YahooMail (by Yahoo Inc), Hotmail (by Microsoft Inc), etc.
3 | P a g e
Composing an email:
Receiving an email:
Replying to an email:
4 | P a g e
CHATTING ON INTERNET
A chat workspace is like any other standard workspace except that it only includes features for chatting, and ends when you close it.
You can start a new chat anywhere in Groove you see a list fo f contact names(for example the contacts panel in the Launchbar or the workspace members panel for a workspace). Right click one or more contact and select Invite to new chat. Invitations to the chat are sent immediately and the chat opens on your desktop.
If you want to invite people to chat whom you don’t have in a contact list, you can create a chat invitation and search directories for contacts:
1. Select option- New Chat… to open the send Chat Invitation dialog box.
2. Select option in the Invitation dialog box the same way you would for inviting people to a workspace.
3. Click Invite.
Using a chat workspace
The features in a chat are much the same as those for chatting in a workspace. There is one important exception: Alerts are not supported in a chat workspace.
Note that closing a chat ends your participation in it. If you want, you can save a chat as a workspace as described in the next section.
The Chat System contains the following components:
1. Chat Client
A chat client is used by users to chat with other users in a Chat Room. A user must first register with a particular Chat Room before chatting with other users in that room. Each message sent or received through a chat Client identifies the user who sent the text of the message. When finished chatting in a Chat Room, the user unregisters with the room. There can be multiple Chat Clients, each under the exclusive control of a single user: that is, multiple users cannot share a single Chat Client, although a single user may start up multiple Chat Clients(to be able to chat in multiple Chat Rooms simultaneously).
2. Chat Room
A Chat Room provides automated processing of messages sent from Chat Clients. It queries the Registration Data Base to ensure that the user associated with a message is currently registered to chat in the Room. If user is not registered the Chat Room returns an error message. If the user is registered the message is delivered to all other users registered in the room and a copy of message is field in a Chat Log associated with the Room. There are multiple Chat Room components available, each devoted to a different Chat topic.
5 | P a g e
3. Registration Database
The registration Database stores the set of currently registered users for each Chat Room and is able to remember which users are registered with which Chat Room. Users are identified in this database by their email address. Any person with a valid email address can registered for a chat room. Users remain registered until they unregister themselves via a chat client. There is one Registration Database in the system.
4. Chat Controller
A Chat Controller is used by administrative personnel to monitor all the message traffic in the Chat Rooms, and to unregister users who send inappropriate messages. There is one Chat Controller in the system.
5. Chat Log
The Chat Log stores a record of all messages sent in a Chat Room. There is one Chat Log associated with each Chat Room.
Some of the chat clients are:
Gtalk (by Gmail, Google Inc), Yahoo Messenger (by YahooMail, Yahoo Inc), etc
6 | P a g e
Designing a webpage using HTML Tables
<html>
<head><title>Marks</title></head>
<body>
<h1 align="center"><u>MARKSHEET OF STUDENTS OF B.TECH</u></h1>
<br>
<table border="1" align="center">
<tr>
<th>STUDENT'S ROLL NO.</th>
<th>STUDENT NAME</th>
<th>TOTAL MARKS</th>
<th>MARKS OBTAINED</th>
<th>GRADE</th>
</tr>
<tr>
<td>MERI/CET/08-09/ME/01</td>
<td>ANKIT</td>
<td>1050</td>
<td>890</td>
<td>A</td>
</tr>
<tr>
<td>MERI/CET/08-09/ME/02</td>
<td>AARTI</td>
<td>1050</td>
<td>715</td>
<td>B</td>
</tr>
7 | P a g e
<tr>
<td>MERI/CET/08-09/ME/03</td>
<td>ANJALI</td>
<td>1050</td>
<td>960</td>
<td>A+</td>
</tr>
<tr>
<td>MERI/CET/08-09/ME/04</td>
<td>ANJU</td>
<td>1050</td>
<td>676</td>
<td>C</td>
</tr>
<tr>
<td>MERI/CET/08-09/ME/05</td>
<td>SANDEEP</td>
<td>1050</td>
<td>789</td>
<td>B</td>
</tr>
<tr>
<td>MERI/CET/08-09/ME/06</td>
<td>PARDEEP</td>
<td>1050</td>
<td>685</td>
<td>B</td>
</tr>
<tr>
8 | P a g e
<td>MERI/CET/08-09/ME/07</td>
<td>SUGHANDA</td>
<td>1050</td>
<td>910</td>
<td>A+</td>
</tr>
<tr>
<td>MERI/CET/08-09/ME/08</td>
<td>GARIMA</td>
<td>1050</td>
<td>919</td>
<td>A+</td>
</tr>
<tr>
<td>MERI/CET/08-09/ME/09</td>
<td>SANGEETA</td>
<td>1050</td>
<td>869</td>
<td>A</td>
</tr>
<tr>
<td>MERI/CET/08-09/ME/10</td>
<td>DEEPIKA</td>
<td>1050</td>
<td>790</td>
<td>B</td>
</tr>
<tr>
<td>MERI/CET/08-09/ME/11</td>
9 | P a g e
<td>NITIN</td>
<td>1050</td>
<td>678</td>
<td>B</td>
</tr>
<tr>
<td>MERI/CET/08-09/ME/12</td>
<td>JITEN</td>
<td>1050</td>
<td>610</td>
<td>C</td>
</tr>
<tr>
<td>MERI/CET/08-09/ME/13</td>
<td>KUNAL</td>
<td>1050</td>
<td>849</td>
<td>A</td>
</tr>
<tr>
<td>MERI/CET/08-09/ME/14</td>
<td>ASHISH</td>
<td>1050</td>
<td>870</td>
<td>A</td>
</tr>
<tr>
<td>MERI/CET/08-09/ME/15</td>
<td>NIHARIKA</td>
10 | P a g e
<td>1050</td>
<td>767</td>
<td>B</td>
</tr>
<tr>
<td>MERI/CET/08-09/ME/16</td>
<td>MAHIP</td>
<td>1050</td>
<td>805</td>
<td>A</td>
</tr>
<tr>
<td>MERI/CET/08-09/ME/17</td>
<td>NAAREN</td>
<td>1050</td>
<td>900</td>
<td>A</td>
</tr>
<tr>
<td>MERI/CET/08-09/ME/18</td>
<td>ROHIT</td>
<td>1050</td>
<td>690</td>
<td>C</td>
</tr>
<tr>
<td>MERI/CET/08-09/ME/19</td>
<td>DEEPIKA</td>
<td>1050</td>
11 | P a g e
<td>843</td>
<td>A</td>
</tr>
<tr>
<td>MERI/CET/08-09/ME/20</td>
<td>SUMAN</td>
<td>1050</td>
<td>430</td>
<td>FAIL</td>
</tr>
</table>
</body>
</html>
12 | P a g e
Designing a webpage using HTML Form Elements
<html>
<head>
<title>FORM</title>
</head>
<body>
<h1 align="center"><b><i><font color="PURPLE" SIZE=20><U>SUBSCRIBER INFORMATION
</U></font></i></b></h1>
<FORM>
TYPE YOUR NAME:
<INPUT TYPE="TEXT" NAME="NS">
<P>TYPE YOUR E-MAIL:
<INPUT TYPE="TEXT" NAME="NS">
<P>COUNTRY:
<INPUT TYPE="TEXT" NAME="NS">
<P>ENTER THE PASSWORD:
<INPUT TYPE="PASSWORD" SIZE=5 MAXLENGTH=5>
<P>CONFIRM THE PASSWORD:
<INPUT TYPE="PASSWORD" SIZE=5 MAXLENGTH=5>
<P><B><I><FONT SIZE=5 COLOR="RED">WHERE DID YOU FIRST HEAR ABOUT IT:</FONT></I></B>
<BR><BR><INPUT TYPE="RADIO" NAME="NS" VALUE=" " CHECKED>ANOTHER WEB SITE.
<BR><BR><INPUT TYPE="RADIO" NAME="NS" VALUE=" ">MAGAZINE ARTICLE.
<BR><BR><INPUT TYPE="RADIO" NAME="NS" VALUE=" ">NEWS REPORT.
<BR><BR><INPUT TYPE="RADIO" NAME="NS" VALUE=" ">FRIEND OR CO-WORKER.<BR><BR><INPUT TYPE="RADIO" NAME="NS" VALUE=" ">ADVERTISEMENT.
<BR><BR><INPUT TYPE="RADIO" NAME="NS" VALUE=" ">AHPPENSTANCE.
<P><B><I><FONT SIZE=5 COLOR="GREY">PLEASE SELECT ANY OF THE FOLLOWING THAT INTEREST YOU:</FONT></I></B>
13 | P a g e
<BR><BR><INPUT TYPE="CHECKBOX" NAME="NS" VALUE=" " CHECKED>
NOTIFY YOU BY E-MAIL ABOUT OUR NEW PRODUCTS.
<BR><BR><INPUT TYPE="CHECKBOX" NAME="NS" VALUE=" ">
ADD YOUR NAME IN OUR PRINTED CATALOG MAILING LIST.
<BR><BR><INPUT TYPE="CHECKBOX" NAME="NS" VALUE=" ">
LIST YOUR NAME IN OUR PUBLIC REGISTRY OF SUBSCRIBERS.<BR>
<INPUT TYPE="submit" NAME="submit" VALUE="Submit">
<INPUT TYPE="reset" NAME="reset" VALUE="Reset">
</FORM>
</BODY></HTML>
14 | P a g e
Designing a webpage using HTML Anchor tag
<html>
<head><title>MERI COLLEGE OF ENGINEERING AND TECHNOLOGY</title></head>
<body>
<h1 align="center"><b><i><font SIZE=6 color="PURPLE"><U>HYPERLINKING IN HTML</U>
</font></i></b></h1>
<h1 align="center"><b><i><font color="BLUE">COURSES
</font></i></b></h1>
<OL TYPE="I">
<LI><A HREF="#PART1">ALL SUBJECTS</A></LI><br><br>
<LI><A HREF="#PART2">INTERNET</A></LI><br><br>
<LI><A HREF="C:/IF FILE/OOPS.HTML">OOPS WITH C++</A></LI><br><br>
<LI><A HREF="C:/IF FILE/DBMS.HTML">DBMS</A></LI><br><br></b>
</OL>
<A NAME="PART1">
<H1 ALIGN="CENTER"><FONT SIZE="10" COLOR="SAFRON"><U><B>COMPUTER SCIENCE</B></U></FONT></H1>
<p><b><font color="red"><br><br>
PROGRAMMING LANGUAGE-BY MRS. GEETA CHIKARA<BR><br>
DATABASE MANAGEMENT SYSTEM-BY MRS. GEETA CHIKARA<BR><br>
OOPS WITH C++-BY MRS. GEETA CHIKARA<BR><br>
INTERNET FUNDAMENTALS-BY MR. ANKIT DHAMIJA<BR><br>
THEORY OF AUTOMATA-BY MS. DEEPTI JAIN </b><br><br>
COMPUTER ARCIETECTURE-BY MS. DEEPTI JAIN </b><br><br>
</FONT>
<A NAME="PART2">
<H1 ALIGN="CENTER"><FONT SIZE="10" COLOR="GREEN"><U><B>INTERNET</B></U></FONT></H1>
<p><b><font color="red">
15 | P a g e
ELECTRONIC MAIL<BR><br>
BASIC FUNDAMENTAL CONCEPTS<BR><br>
WORLD WIDE WEB<BR><br>
LAGUAGES<BR><br></b>
</FONT></body></html>
16 | P a g e
Design a webpage of your college website using HTML formatting tags, bgcolor/background, heading and paragraph tags
<html>
<head><title> MERI- College Of Engineering And Technology </title></head>
<body>
<h1 align="center"><font color="blue"><U>MERI-College of Engineering & Technology</U></font></h1>
<h2><font color="red"><u> SOME INFORMATION ABOUT<br>MERI-CET</u></font></h2>
<p> <font color="purple"><br><br>
A COLLEGE HAVING EVERY FACILITIES <br>
& OPPORTUNITIES FOR AN ALL ROUND DEVELOPMENT <br><br>
THROUGH ITS VIBRANT ACADEMIC CO-CURRICULAR ACTIVITIES.<br><br>
IT OFFERS FOUR YEAR COURSE FOR CSE,ECE,EEE,IT<br><br>
IT IS FULLY EQUIPED WITH STATE OF ART TEACHING AIDS, <br><br>
COMPUTER LAB. WITH INTERNET FACILITIES,LIBRARY,WORKSHOP,<br><br>
GROUND,GARDEN,CANTEEN</font><br><br>
<h3><font color="green"> <u>COURSES OFFERED</u></font></h3>
<p><br><br><u>COMPUTER SCIENCE</u><br><br>
<a href="INT.html">INTERNET</A><br><br>
DATABASE MANAGEMENT SYSTEM<br><br>
<a href="OOPS.html">OOPS WITH C++</a><br><br><br><br>
THEORY OF AUTOMATA AND COMPUTATION<br><br>
COMPUTER ARCIETECTURE AND ORGANISATION<br><br>
PROGRAMMING LANGUAGE<br><br>
<h4><font color="brown"><u>CORRESPONDENCE TO COLLEGE</u></font>
<h4><p><br><br>THE COLLEGE IS LOCATED ADMIST LUSH GREEN SURROUNDING<br><br> IN SAMPLA,NEAR ASANDHA <br><br>CLOSE TO SAMPLA ROHTAK BY PASS.<br><br>
</body>
</html>
17 | P a g e
18 | P a g e
Designing a webpage using HTML Font tag
<html>
<head><title>INTERNET</title></head>
<body>
<center><h1><b><i><font color="PURPLE"><U><B>INTERNET FUNDAMENTAL(4th SEMESTER)</B></U></FONT></I></B></H1>
<h2><b><i><font color="BLUE"><U><B>TOPICS</B></U></font></i></b></h2>
<p><b><font color="red"><BR><BR>ELECTRONICS MAIL<BR><BR>
BASICS<BR><BR>
WORLD WIDE WEB<BR><BR>
LANGUAGES<BR><BR>
SERVERS<BR><BR>
HTML CODING<BR><BR>
PRIVACY AND SECURITY TOPICS<BR><BR>
</b></FONT>
</center>
</body>
</html>
19 | P a g e
Designing a webpage of subject introduction
<html>
<head><title>OOPS WITH C++</title></head>
<body>
<center><h1><b><i><font color="PURPLE"><U><B>OOPS WITH C++(4th SEMESTER)</B></U></FONT></I></B></H1>
<h2><b><i><font color="BLUE"><U><B>TOPICS</B></U>
</font></i></b></h2><p><b><font color="red"><BR><BR>
INTRODUCTION<BR><BR>
OO CONCEPTS<BR><BR>
CLASSES AND OBJECTS<BR><BR>
OPERATOR OVERLOADING<BR><BR>
INHERITANCE<BR><BR>
VIRTUAL FUNCTIONS AND POLYMORPHISM<BR><BR>
FILES AND I/O STREAM<BR><BR>
TEMPLATES AND EXCEPTION HANDLING<BR><BR>
</b></FONT></center>
</body>
</html>
20 | P a g e
Designing a webpage using HTML Lists
<html>
<head><title>lists</title></head>
<body>
<h1><u><font color="red">DATA STRUCTURE AND ALGORITHM</font></u></h1>
<h2><u><i><font color="blue">CONTENTS</font></i></u></h2>
<ol type="1"><li>DEFINATIONS</li>
<li>STACKS</li>
<li>QUEUES</li>
<li>LINKED LIST</li>
<li>TREES
<ol type="a">
<li>Binary tree</li>
<li>Binary search tree</li>
<li>Spanning Tree</li>
<li>B-tree</li>
</ol></li>
<li>GRAPHS
<ol type="a">
<li>Definitions</li>
<li>Need of graphs</li>
<li>Algorithm</li>
<ul type=" filledcircle">
<li>prim's algorithm</li>
<li>kluskral algorithm</li>
<li>warshalls algorithm</li>
</ul></li></li></ol>
</body></html>
21 | P a g e
22 | P a g e
Designing a webpage using HTML Frames
<html>
<head><title>MERI-CET</title></head>
<body>
<FRAMESET COLS="50%,50%">
<FRAME SRC="http://google.com/" SCROLLING="YES">
<FRAME SRC="http://gmail.com/" SCROLLING="YES">
</FRAMESET>
<h1 align="center"><font color="blue">REPRESENTATION OF FRAMES</font></h1>
<A HREF="MAINPROG.htm" TARGETS="MAINFRAME">MAIN PROGRAM</A>
<A HREF="LINKING.htm" TARGETS="MAINFRAME">LINKING</A>
</BODY>
</HTML>
23 | P a g e
Designing a webpage using HTML image tag
<html>
<head>
<title>IMAGES</title>
</head>
<body>
<table border="0">
<tr>
<td><img src="Mountain.jpg" height="300" width="300" align="left" alt="mountain"><td>
<td><img src="Grass.jpg" height="300" width="300" align="left" alt="winter"></td>
</tr>
</body>
</html>

No comments:

Post a Comment