



































































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
sOnline chat may refer to any kind of communication over the Internet that offers a real- time transmission of text messages from sender to receiver. Chat messages are generally short in order to enable other participants to respond quickly.
Typology: Study Guides, Projects, Research
1 / 75
This page cannot be seen from the preview
Don't miss anything!
Online chat may refer to any kind of communication over the Internet that offers a real- time transmission of text messages from sender to receiver. Chat messages are generally short in order to enable other participants to respond quickly.
Thereby, a feeling similar to a spoken conversation is created, which distinguishes chatting from other text-based online communication forms such as Internet forums and email.
On the Internet, chatting is talking to other people who are using the Internet at the same time you are. Usually, this "talking" is the exchange of typed-in messages requiring one site as the repository for the messages (or "chat site") and a group of users who take part from anywhere on the Internet.
The main objective of this project is to allow each and every person can get connect with each other. Some of the other objectives are listed below:-
● Providing a social platform to users.
● To allow each person to share their thoughts & views.
● This System can be used as discussion board.
● Connecting people together.
Processor : Intel Pentium core
Operating System : 32-bit
Hard disk : 100GB
Mouse : Logitech
Keyboard : 101 keys
Software Used- Software’s used for implementing web application on server are listed below:-
■ Xampp control panel-Starting the services for implementation. ■ Apache-Creating a dummy server on web browser. ■ Mysql-Storing the values from the web application.
Our project “WE WORLD” is developed to make an online chatting
system. Our system allows the group of peoples to message (or chat) with each
other which is great idea to have fun with friends and family members when
they are not closer. Also, we are maintaining the user profile.
We World consists the following pages.
Login page consists two input boxes username and password for entering the
chat portal with the help of the submit button and this page have one hyperlink
for go to Signup page from here.
Signup page consists many input boxes like name, email, password, gender, date
of birth, photo finally submit button for signup and hyperlink for to Login page
from here.
Home page consists three hyper links Chat, Profile, Logout.
Chat page consists one input box for typing a message and one div box for
showing the messages from various users.
Profile page consists which user logged in then show the all details like name,
email, gender, dob, profile picture.
Logout page is using for destroyed the session for security purpose
Save the file as mypage.html. Start your Internet browser. Select Open (or Open
Page) in the File menu of your browser. A dialog box will appear. Select Browse
(or Choose File)
and locate the html file you just created - mypage.html - select it and click
Open. Now you should see an address in the dialog box, for example
C:\MyDocuments\mypage.html. Click OK, and the browser will display the page.
To view how the page should look, visit this web page:
http://profdevtrain.austincc.edu/html/mypage.html
Example Explained
What you just made is a skeleton html document. This is the minimum required information for a web document and all web documents should contain these basic components. The first tag in your html document is . This tag tells your browser that this is the start of an html document. The last tag in your document is . This tag tells your browser that this is the end of the html document.
The text between the
tag and the tag is header information. Header information is not displayed in the browser window.The text between the
The text between the
The text between the and tags will be displayed in a bold font.
HTM or HTML Extension?
When you save an HTML file, you can use either the .htm or the .html extension. The .htm extension comes from the past when some of the commonly used software only allowed three letter extensions. It is perfectly safe to use either .html or .htm, but be consistent. mypage.htm and mypage.html are treated as different files by the browser.
How to View HTML Source
A good way to learn HTML is to look at how other people have coded their html pages. To find out, simply click on the View option in your browsers toolbar and select Source or Page Source. This will open a window that shows you the actual HTML of the page. Go ahead and view the source html for this page.
HTML Tags
What are HTML tags?
● HTML tags are used to mark-up HTML elements
● HTML tags are surrounded by the two characters < and >
● The surrounding characters are called angle brackets
● HTML tags normally come in pairs like and
● The first tag in a pair is the start tag, the second tag is the end tag
This is my first homepage. This text is bold
This is an HTML element:
This text is bold
The HTML element begins with a start tag:
The content of the HTML element is: This text is bold
The HTML element ends with an end tag:
The purpose of the tag is to define an HTML element that should be displayed as bold.
This is also an HTML element:
This is my first homepage. This text is
bold
This HTML element starts with the start tag
, and ends with the end tag . The purpose of the tag is to define the HTML element thatcontains the body of the HTML document.
Nested Tags
You may have noticed in the example above, the
tag also contains other tags, like the tab.When you enclose an element in with multiple tags, the last tag opened should be the first tag closed.
For example:
**_This is NOT the proper way to close nested tags_** .
**_This is the proper way to close nested tags._**
still makes sense
Specifies a sound content
Specifies bold text
Specifies the direction of text display
Represents text that must be isolated from its surrounding for bidirectional text formatting. It allows embedding a span of text with a different, or unknown, directionality
Specifies big text
Specifies a text which blinks
Specifies a long quotation
Specifies the body element
Inserts a single line break
Specifies a push button
For making graphics with a script
Specifies a citation
Specifies computer code text
A list of options for input values
Specifies a definition description
Specifies deleted text
Specifiesa definition term
Specifiesa dialog box or window
to
Specifies header 1 to header 6
Specifies information about the document
Specifies a horizontal rule
Specifies an html document
Specifies italic text
Specifies an inline sub window (frame)
Specifies an image
Specifies an input field
Specifies inserted text
Specifies keyboard text
Specifies a label for a form control
Specifies a title in a fieldset
Specifies a list item
Specifies a resource reference
Specifies the main or important content in the document. There is only oneelement in the document
Specifies an image map
Specifies a text highlighted for reference purposes, that is for its relevance in another context
Creates a scrolling-text marquee
Deprecated. Specifies a menu list
Specifies a command/menu item that the user can invoke from a popup menu
Specifies meta data of an html document which is not displayed on the page
Specifies a parameter for an object
Specifies preformatted text
Specifies a completion progress of a task
Specifies a short quotation
Specifies to show browsers that do not support the ruby element
Specifies an text ruby annotation
Specifies an ruby annotation
Deprecated. Specifies strikethrough text
Specifies sample computer code
Specifies a script
Specifies a section in a document
Specifies a selectable list
Specifies small text
Specifies a section in a document
Deprecated. Specifies strikethrough text
Specifies strong text
Specifies a style definition
Specifies subscripted text
Specifies a summary, caption, or legend for a given
Specifies superscripted text
Specifies a table body Specifies a table
Specifies a table cell