Introduction to HTML
HTML (Hyper Text markup Language ) is a scripting language. It is the main part of web page as well as web development.
HTML is not a programming language means it has not any potential to make web page dynamic like other programming languages.
HTML is a simple code structure(tags and attribute) . It is easy to learn for beginners. Like if you take the <p> tag then the rule of writing HTML code is
<p>this is a sample text<p/>
0 Comments
If you have any question , then please ask me