Sunday 13 March 2016

Learn HTML Tags At TCCI, Ahmedabad



Learn HTML Tags At TCCI, Ahmedabad
TCCI-Tririd Computer Coaching Institute is Best Computer Coaching Institute at Ahmedabad, Gujarat.
HTML is a mark-up language for describing web documents (web pages).
  • HTML stands for Hyper Text Mark-up Language
  • A mark-up language is a set of mark-up 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, which contains different html tags.
<! DOCTYPE html>
<Html>
<head>
                <Title>Tririd Computer Coaching Institute</title>
</head>
<Body>
<h1>Wel-come to TCCI! </h1>
<p>
TCCI-Tririd Computer Coaching Institute provides an opportunity to Boos up student’s carrier successful in IT field through providing Best teaching in various Courses.We offer different courses like Degree, Diploma, MCA, BCA, PGDCA, M.A.C.I.T., etc………. trough different learning method, which include theory with practical both.
</p>
</body>
</html>
Output:
“Wel-come to TCCI!”
TCCI-Tririd Computer Coaching Institute provides an opportunity to Boos up student’s carrier successful in IT field through providing Best teaching in various Courses. We offer different courses like Degree, Diploma, MCA, BCA, PGDCA, M.A.C.I.T., etc………. trough different learning method, which include theory with practical both.
TAG And DESCRIPTION
<! DOCTYPE...>                
This tag defines the document type and HTML version.
<html>                                
This tag encloses the complete HTML document and mainly comprises of document header which is represented by<head>...</head> and document body which is represented by <body>...</body> tags.
<head>                               
This tag represents the document's header which can keep other HTML tags like <title>, <link> etc.
<title>                                  
The <title> tag is used inside the <head> tag to mention the document title.
<body>                               
This tag represents the document's body which keeps other HTML tags like <h1>, <div>, <p> etc.
<h1>                                     
This tag represents the heading.
<p>                                       
This tag represents a paragraph.
To learn more tutorial on HTML contact us @ 9825618292
TCCI’s main focus is to develop logical skill of the students, so it will help students to write code their self in any language.
Course duration: Daily/4 days/3 Days/2 Days.
Class Mode: Theory with Practical.
Lecture Timing: At student’s convenience.






No comments:

Post a Comment