Advertise Here

Author Topic: Creating an HTML Page  (Read 3875 times)

0 Members and 1 Guest are viewing this topic.

Offline Ezpk

  • SMF For Free Member
  • *
  • Posts: 21
    • View Profile

  • Total Badges: 8
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Creating an HTML Page
« on: January 30, 2010, 09:34:46 pm »
Forum Url: http://ezpk.smfforfree.com/
A web page
is created using a language called, Hypertext Markup Language, better known as HTML Code. You can write your own coding within a plain text editor, such as Note Pad, or use an HTML editor, which will write the code for you.

HTML codes, also referred to as HTML tags, are enclosed by the lesser than (<) and greater than (>) brackets and may be written in capital or lower case letters.

The opening bracket is followed by an element, which is a browser command, and ends with the closing bracket.

<font size=2>

An element may also be followed by attributes, which are words describing the properties of the element, and further instruct the browser.

<font size=2>

Attributes are only contained in the opening HTML tags to the right of the element and are separated by a space and followed by an equal (=) sign.

The value follows the equal sign and is enclosed in quotes.

<font size=2>

 

Related Topics

  Subject / Started by Replies Last post
1 Replies
2652 Views
Last post January 16, 2006, 11:09:28 am
by SMF For Free
2 Replies
1203 Views
Last post April 08, 2007, 08:31:10 pm
by Crasy
2 Replies
1443 Views
Last post August 15, 2007, 02:46:50 pm
by Steven
3 Replies
10870 Views
Last post November 10, 2008, 09:55:02 pm
by ImthEhAppYEmO
1 Replies
1506 Views
Last post December 20, 2008, 03:40:10 pm
by OutOfOrder