What this??Ermm..Have you ever heard this? If you doesn't heard,so now I tell you..:)
What is Hypertext Markup Language (HTML) ?
HTML is a computer language devised to allow website creation. These websites can then be viewed by anyone else connected to the Internet. It is relatively easy to learn, with the basics being accessible to most people in one sitting; and quite powerful in what it allows you to create.
HyperText is the method by which you move around on the web, by clicking on special text called hyperlinks which bring you to the next page. The fact that it is hyper just means it is not linear. For example, you can go to any place on the Internet whenever you want by clicking on links. There is no set order to do things in.
Markup is what HTML tags do to the text inside them. They mark it as a certain type of text (italicised text, for example).
HTML is a Language, as it has code-words and syntax like any other language.
HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <html>), within the web page content. HTML tags most commonly come in pairs like <h1> and </h1>, although some tags, known as empty elements, are unpaired, for example <img>. The first tag in a pair is the start tag, the second tag is the end tag (they are also called opening tags and closing tags). In between these tags web designers can add text, tags, comments and other types of text-based content.
HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. It can embed scripts in languages such as JavaScript which affect the behavior of HTML web pages.
HTML EXAMPLES :
- <html>
- <head>
- <title>Document Title</title>
- </head>
* Hope all readers can understand what is HTML.. (^_^)
No comments:
Post a Comment