Posted in

Html Tutorial Part – 6 Header Element – freetoolpt

html-tutorial-part-6-header-element-freetoolpt

Html Tutorial Part – 6 Header Element – freetoolpt

<header> element:-

lan Hickson के द्वारा वेब अध्ययन के पश्चात कुछ नए मार्कब को पाया गया इनमें से एक header एलिमेंट ही है इसका इस्तेमाल निम्न रूप से हो सकता है।

<html>
<body>
<header>
<h1> WEB  SITE TECHNOLOGY</h1>
<P>Welcome to the concept of web technology book</P>
</header>
</body>
</html>

Output 

 

 

 

               Practical Part 7

<hgroup> Tag  

इसका इस्तेमाल कई लेवल की हेडिंग जो एक दूसरे के साथ लॉजिकल रूप में किसी तरह से जुड़ी हुई है को एक स्थान पर लाने हेतु किया जाता है।

 

 



<html>
<body>
<header>
<hgroup>
<h1>Web technology site book</h1>
<h2>the web site  books/h2>
</hgroup>
</header>
</body>
</html>

 

Leave a Reply

Your email address will not be published. Required fields are marked *