HTML For Beginner At TCCI, Ahmedabad
TCCI-Tririd Computer Coaching Institute is Best Computer Coaching Institute at Ahmedabad, Gujarat.
HTML is a markup language for describing web documents (web pages).
•
HTML stands for Hyper Text Markup Language A markup language is a set of markup tags
•
HTML documents are described by HTML tags
•
Each HTML tag describes different document content
•
It is the most widely used language to write Web Pages.
•
Let us start with simple example. <! DOCTYPE html> <Html> <Body> <h1>Wel-come to TCCI! </h1> </body> </html> This example just display output “Wel-come to TCCI!”