Beginners Guide to HTML (1)
This paper is to create HTML documents primary reading material. HTML is the World Wide Web (WWW) in the use of HTML. The purpose of this guide is to introduce and how to use HTML to create web documents. In this paper, at the link in some additional information. You can go to your local bookstore to check out, there may be many valuable on the Web and HTML information.
Foreword terminology
WWW
World Wide Web
Web
World Wide Web
SGML
Standard Generalized Markup Language - Standard General Markup Language, describes a standard markup language
DTD
Document Type Definition - text type definition, which is written in SGML with a markup language that the official
HTML
HyperText Markup Language - HTML, it is a SGML DTD
HTML is a platform-independent format definition (Markers explanation), to describe the World Wide Web documents in the various components. HTML is Tim Berners-Lee at CERN (Geneva, the European particle physics laboratory) invention .
This paper does not include the contents of this guide assumption that the reader has the following basis:
Know how to use NCSA Mosaic or other Web browser
On the Web server and the client has a general understanding browsers can access the Web server (or you just want to use the local way to create personal use HTML document)
HTML reference guide to the latest version of this statement - HTML 2.0 - plus some browsers have achieved extensive additional features. As well as developing some new features.
HTML document what is HTML documents
HTML document is plain text (ASCII) files, which can be used to arbitrary editing (such as UNIX in the Emacs or vi, Macintosh in BBEdit, in Windows Notepad) generation. You can also use word-processing software, but must bear in mind living document to depositors of a "back to the text."
HTML editors now have some WYSIWYG editor (such as. Available in a variety of platform HotMetal or Macintosh machine can be used in the Adobe PageMill) in you to learn some basic knowledge of HTML tags, you may wish to use them. You will be discovered have sufficient knowledge of HTML coding for a WYSIWYG editor judge whether the usefulness of the application
If you have not selected the software to be used, the software can be downloaded from this site reference HTML editor of the online form (by application platform classification), help you find applications.
The document storage to the server in the school or if you can access the Web server units, and your WEB administrator webmaster (maintenance of the server) to see how your document repository on the Web. Otherwise, or if the school units can not visit, you can see whether there is a free community networks FreeNet, a service providing free Internet access, community-based network. network if not free, you can local Internet service providers to link them to your Document storage to the server, but to charge a fee. (You can find the local newspaper advertisement with your Chamber of Commerce for the names of companies.)
Elements that marked a structural element is a document the basic component of the elements of the first examples heads, forms tables, paragraphs paragraphs, lists, and so on. You can understand: you use HTML tags to document browser marked various elements. common elements can contain text, the other elements, or a combination of both.
In HTML documents using tags that various elements. HTML tags from a left angle brackets (<), a marker of, and a right angle brackets ( ") component. Markings usually pairs (eg, and <H1> </ H1 ") marked to indicate the scope of the role. start marking the end of the marking and similar only in the tag names in brackets in order to slash (/) the lead. HTML tags listed below.
Some elements may contain an attribute attribute, it is included in the initial markings on the additional information on, for example, document images through the HTML code to the appropriate attributes, you can specify the location of an image (top, middle , or at the bottom). marked with the following optional attributes.
Note: HTML is not case sensitive. <title> Equivalent to <TITLE> or <TiTlE> A few exceptional circumstances are listed below in the escape sequence.
Not all of the World Wide Web browsers support all the markings. If a browser does not support a marker, it's usually just ignored.
The smallest HTML documents each HTML document should contain some standard HTML tags. Each document contains the first head and body body text in two parts. Contained in the first title title, the actual text containing a paragraph, lists, and other elements text. browser need specific information because they are based on the SGML and HTML programming.
Below the source documents illustrate the necessary elements:
<html>
<head>
<TITLE> A Simple HTML Example </ TITLE>
</ Head>
<body>
<H1> HTML is Easy To Learn </ H1>
<P> Welcome to the world of HTML.
This is the first paragraph. While short it is
Still a paragraph! </ P>
<P> And this is the second paragraph. </ P>
</ Body>
</ Html>
Essential elements link "html>, <head>, <title>, and <body> tags (and their corresponding end tag). Due in each document you must include these markers, you can create a containing these markers template files. (some browsers automatically to the correct specification of your HTML document, even if you do not include these markers. browser but some will not be so! So make sure you include these markers.)
Tags: css Video Guide, div css Guide, html, html css, w3c html, xhtml Guide






Leave a Reply