Difference between revisions of "In progress"
From IPRE Wiki
Line 18: | Line 18: | ||
|This is my first robot page. <b>This text is bold</b>. | |This is my first robot page. <b>This text is bold</b>. | ||
|- | |- | ||
+ | <br> | ||
Any HTML document is written between the following tags: | Any HTML document is written between the following tags: |
Revision as of 15:44, 27 July 2007
Introduction to HTML
HTML stands for Hyper Text Markup Language. HTML is not a programming language; it is a software language that is used to create World Wide Web pages.
The table below shows an example of the HTML coding and its results:
Coding | Results |
---|---|
<html> <body> This is my first robot page. <b>This text is bold </b> </body> </html>
|
This is my first robot page. This text is bold. |