In progress
From IPRE Wiki
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. |