Introduction to HTML
#1

Introduction to HTML

.ppt   Introduction to HTML.ppt (Size: 103 KB / Downloads: 0)
Introduction to HTML
Contents
Getting Started..
What is HTML?
How to create and View an HTML document?
Basic HTML Document Format
The HTML Basic tags
What the following term mean:
Web server: a system on the internet containg one or more web site
Web site: a collection of one or more web pages
Web pages: single disk file with a single file name
Home pages: first page in website
Think about the followings before working your Web pages.
Think about the sort of information(content) you want to put on the Web.
Set the goals for the Web site.
Organize your content into main topics.
Come up with a general structure for pages and topics.
What is HTML?
Telling the browser what to do, and what props to use.
A serises of tags that are integrated into a text document.
Tags are ;
surrounded with angle brackets like this
<B> or <I>.
Most tags come in pairs
exceptions: <P>, <br>, <li> tags …
The first tag turns the action on, and the second turns it off.
The second tag(off switch) starts with a forward slash.
For example ,<B> text </B>
can embedded, for instance, to do this:
<HEAD><TITLE> Your text </HEAD></TITLE> it won't work.
The correct order is <HEAD><TITLE> Your text </TITLE></HEAD>
not case sensitivity.
Many tags have attributes.
For example, <P ALIGN=CENTER> centers the paragraph following it.
Some browsers don't support the some tags and some attributes.
Basic HTML Document Format
How to Create and View an HTML document?
1.Use an text editor such as Editpad to write the document.
2.Save the file as filename.html on a PC. This is called the Document Source.
3.Open Netscape (or any browser) Off-Line
4.Switch to Netscape
5.Click on File, Open File and select the filename.html document that you just created.
6.Your HTML page should now appear just like any other Web page in Netscape.
7.You may now switch back and forth between the Source and the HTML Document
switch to Notepad with the Document Source
make changes
save the document again
switch back to Netscape
click on RELOAD and view the new HTML Document
switch to Notepad with the Document Source......
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: introduction to html ppt, filetype ppt html introduction, html introduction,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Introduction to Synthetic Aperture Radar seminar addict 1 1,356 10-12-2012, 03:07 PM
Last Post: seminar details
  INTRODUCTION TO DATABASE MANAGEMENT SYSTEMS seminar paper 1 2,234 13-11-2012, 12:18 PM
Last Post: seminar details
  Introduction to data structures seminar details 1 3,354 29-10-2012, 12:42 PM
Last Post: seminar details
  Introduction to VLSI Design ppt seminar paper 1 2,191 02-10-2012, 01:08 PM
Last Post: seminar details
  An Introduction to the Analytical Writing Section of the GRE® revised General Test computer girl 0 484 11-06-2012, 03:06 PM
Last Post: computer girl
  An Introduction to the Linux Command Shell For Beginners project uploader 0 919 09-06-2012, 04:29 PM
Last Post: project uploader
  Advanced HTML seminar details 0 688 06-06-2012, 02:21 PM
Last Post: seminar details
  Brief Introduction to the C Programming Language seminar paper 0 1,000 15-03-2012, 02:14 PM
Last Post: seminar paper
  A Quick Introduction to C Programming seminar paper 0 695 14-03-2012, 03:08 PM
Last Post: seminar paper
  Basic Introduction to C# seminar paper 0 1,019 12-03-2012, 02:28 PM
Last Post: seminar paper

Forum Jump: