html codes
Within this site you can find the best and most simple code for your website.
But first you have to understand some basic concepts:
WWW = World Wide Web
Navigator.- program that lets you view Internet information.
HTTP.- Hypertext Transfer Protocol that is used by the World Wide Web servers to send HTML documents via Internet.
URL.-Uniform Resource Locator. Is the direction that locates a website
in Internet.
HTML.-Hypertext Markup Language, language for the construction of Web pages.
HTML is written in form of labels, surrounded by angular hooks (< >).
Html Codes can
be written in notepad document and to save document, you have to put
htm or html extension for the document when you save it.
There are others html basic
code editors how Dream Weaver from Macromedia Studio,Cool Page, Actual
Drawing and others. But with notepad is sufficient.
The Basic Syntax for the html codes for myspace is:
- An opening of general form ‹label› a closing of type ‹/ label›
- All including inside that label it will undergo the modifications that characterize to this label. Thus for example:
- The labels ‹b› y ‹/b› they define a text in Bold. If in our HTML document we wrote a phrase with the following code: ‹b›This is in Bold ‹/b›: The Result of this code is: This is in Bold.
The basic structure of the html head document is in: html
section.
For more information click on: