HTML basic tutorial

Hello and welcome to this very basic HTML tutorials. For this tutorial you will need a text editor or a HTML editor. You can use programs such as dreamweaver ect.

HTML Elements

Elements An element consists of three basic parts: an opening tag, the element’s content, and finally, a closing tag. For Example : <body> – opening paragraph tag Element Content – paragraph words </body> – closing tag Every webpage requires four critical elements : html, head, title, and body elements . <html> ……..</html> The first tag […]

Introduction to HTML

What is HTML? HTML stands for Hyper Text Markup Language Hyper is the opposite of linear. It used to be that computer programs had to move in a linear fashion. This before this, this before this, and so on. HTML does not hold to that pattern and allows the person viewing the World Wide Web […]