Sunday 13 March 2016

HTML For Beginner At TCCI, Ahmedabad



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!”
Steps to write HTML programme:
1.    First write your content on notepad or edit plus editor.
2.    Save as filename.HTML file.
3.    Open in your browser to display web-page.
Always there should be opening <html> as a first statement and closing</html> as last stetment.Whatever you want to display on web page, those all content should be written in between opening  <body> and closing </body>.
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