HTML TUTORIAL

View this thread on: d.buzz | hive.blog | peakd.com | ecency.com
·@teddycool·
0.000 HBD
HTML TUTORIAL
Hi today i'm share with you first lesson in HTML.HTML( Hyper Text Markup Language) is base on  Markup Language.it mainly base on web developing.HTML is easy to learn - You will enjoy it.


Here is basic EX:-
![](https://cdn.steemitimages.com/DQmR56421U7bjuWPkguFMLbyUw7ptAQtZ7baESBPXp2SKDE/image.png)

Example Explained
   ![](https://cdn.steemitimages.com/DQmZm7oMg2TSxA3autZjcfQrzrrxoisSrhT1e1fbCCqcWnJ/image.png)



HTML Tags
HTML tags are element names surrounded by angle brackets:

![](https://cdn.steemitimages.com/DQmRwVNU6gyT1SuSGKvwJ22khoT7JvUcskzjwGuUKc2pKML/image.png)
The first tag in a pair is the start tag, the second tag is the end tag
The end tag is written like the start tag, but with a forward slash inserted before the tag name
Tip: The start tag is also called the opening tag, and the end tag the closing tag.
👍 ,