HTML

HTML :- [ Hypertext Markup Language].

      HTML is  a Presentation Language Used to Design Web Page.

    HTML  is based on tags and every tag has Open  and  Closing Tag like  < >

   It is an Error Free Language ,because it will not cause any error even  you Make any Mistake while Writing the Task.


  The HTML tags are as Follows :-

1)<HTML>    </HTML> :-

                        HTML document must start with HTML tag and Must end with the  Closing tag of HTML.

2)<HEAD>     </HEAD> :-

                        This  Tag is Used to Provide a  title from Your  Document and also to write JavaScript  and  CSS (cascade Style Sheet ) that are Global to document.

3)<BODY>   </BODY> :-

                        This tag is used  to Provide   contain to Display  on Page or Document.

4)<TITLE>   </TITLE> :-

                        This  Tag is Used to Provide a Title for the Document and it Must be Within the <HEAD> tag.



Now  we take  simple Demo 

<HTML>
<HEAD>
<TITLE>Demo of  HTML Tag </TITLE>
<BODY>
THIS IS MY FIRST HTML PROGRAM.
<BODY>
<HTML>


OUTPUT







0 comments:

Post a Comment

My Recent Activity