HiroMB - Community Forums NewRunescape Help|Community Chatroom|



HiroMB
Main | HiroMB - Community Forums | Registration | Login
[ New messages · Members · Forum rules · Search · RSS ]
Page 1 of 11
Forum moderator: Matthew, lєєкเภz 
HiroMB - Community Forums » General Section » HTML » HTML Introduction
HTML Introduction
MatthewDate: Wednesday., 2009-09-09, 2:22:10 Am | Message # 1 | HMB FORUM
Maattkinz
Admin
Group: Founder
Posts: 402
Awards: 5 [ Give award ]
OFFLINE
HTML Introduction

Code
Example
<html>
<body>

<h1>My First Heading</h1>



My first paragraph.</p>

</body>
</html>

What is HTML?

HTML is a language for describing web pages.

* HTML stands for Hyper Text Markup Language
* HTML is not a programming language, it is a markup language
* A markup language is a set of markup tags
* HTML uses markup tags to describe web pages

HTML Tags

HTML markup tags are usually called HTML tags

* HTML tags are keywords surrounded by angle brackets like
* 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
* Start and end tags are also called opening tags and closing tags

HTML Documents = Web Pages

* HTML documents describe web pages
* HTML documents contain HTML tags and plain text
* HTML documents are also called web pages

The purpose of a web browser (like Internet Explorer or Firefox) is to read HTML documents and display them as web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page:

Code


<html>
<body>

<h1>My First Heading</h1>



My first paragraph</p>

</body>
</html>

Example Explained

* The text between and describes the web page
* The text between and is the visible page content
* The text between

and

is displayed as a heading
* The text between

and

is displayed as a paragraph

Source: W3Schools.


 
KokoDate: Friday., 2009-09-11, 5:34:03 Am | Message # 2 | HMB FORUM
Level 1
Group: Friends
Posts: 26
Awards: 0 [ Give award ]
Rep+: 1  ±
OFFLINE
som of this was hepful matthew thnx

Hi, im koko
 
FatKhaosDate: Saturday., 2010-01-09, 6:58:13 Am | Message # 3 | HMB FORUM
Level 1
Group: Users
Posts: 13
Awards: 0 [ Give award ]
Rep+: 1  ±
OFFLINE
very helpful, thank you Matthew,

<3
Love is a beat, a feeling.
 
MatthewDate: Saturday., 2010-01-23, 2:54:57 Am | Message # 4 | HMB FORUM
Maattkinz
Admin
Group: Founder
Posts: 402
Awards: 5 [ Give award ]
OFFLINE
Your welcome, both of you. I will post more guides such as this later on.

 
HiroMB - Community Forums » General Section » HTML » HTML Introduction
Page 1 of 11
Search: