Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers
Antivirus Faqs_Questions_And_Answers Software Tips Faqs_Questions_And_Answers ERP Faqs_Questions_And_Answers Internet Faqs_Questions_And_Answers Spoken English Faqs_Questions_And_Answers Web Designing Faqs_Questions_And_Answers SEO Tips Faqs_Questions_And_Answers Hacking
Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers
SAP Faqs
C Faqs        C++ Faqs        Java Faqs        J2ee Faqs        Springs Faqs        Hibernate Faqs        Web sphere Faqs        Web Logic Server Faqs   
WordPress        Siebel Faqs        Shell Scripting Faqs        Perl Scripting Faqs        Open Source        Data Ware Housing Faqs        Joomla Faqs
Ajax        Oracle Apps Faqs        Testing Tools Faqs        Mainframes Faqs        Tibco Faqs        PHP Faqs        .Net Faqs       Operating System
 
HTML
Custom Search

How to learn HTML:

           INTRODUCTION
           
Definition of HTML.

*HTML means Hyper Text Markup Language
 
*An HTML file can be created by using a simple text editor

*An HTML file must have an htm or html file extension

*An HTML file is a text file containing small markup tags

*The markup tags tell the Web browser how to display the page

If we want to try HTML then.................

   *First we have to start running windows and start notepad

   *If we are on a Mac, start SimpleText

 

Rules for HTML program................

*The program contains mainly three tags they are

     1.html
     2.head
     3.body  

*Every tag should contain one open tag and close tag
   
EXAMPLE 1 :

<html>
<head>
</head>
<body>
</body>
</html>  

   < > this is open tag and </ > this is closed tag

1. Head tag contains only titles of the websits, documents, pages etc……………
2.  Wha
t we want as output we need to write in body tag.

EXAMPLE 2 :

<html>
<head>
<title>SRIHITHA TECHNOLOGIES</TITLE>
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
</head>
<body>

<h1 align="center" class="style1" :="" red="">SRIHITHA TECHNOLOGIES</h1>
<b><u><ol type = "a"> OFFERED COURSES </u></b>
<h3>
<li>SEO</li>
<li>PHP</li>
<li>JAVA</li>
<li>WEB DESIGNING</li>
<li>C,C++</li>
</h3>

</body>
<html>

*another important thing is that we have to save the file as "name.html".

Page :     1 | 2
Top

Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player