HTML is an acronym to HyperText Markup Language. This is a language used to display web content to clients. It is a client side language. Other client side languages are CSS and javascript. There are also server side languages such as PHP, ASP e.t.c.
Before you proceed there basic requirement for this tutorial. You need:
- A window operating system
- A text editor. You can use your system's notepad for the time being but you can install specialized editors like Dreamweaver from Adobe.
- A web browser e.g. Mozilla Firefox, Internet Explorer, Chrome, Safari etc.
The first thing we need to talk about is the HTML tag. An HTML tag is the special text that allow us show our content to the client. All tags are made up of
<u>Underlined Text here</u>
And it will be shown as:
Underlined Text here