Define a Header

<header> tag ကိုေတာ့ web page ရဲ႕ title ဒါမွမဟုတ္ မိတ္ဆက္ စတဲ့ အခ်က္အလက္ေတြကို ေဖာ္ျပတဲ့ ေနရာမွာ အသံုးျပဳၾကပါတယ္။ <header> tag အတြင္းမွာ <hgroup> tag သို႕မဟုတ္ header image အတြက္ လည္း အသံုးျပဳပါတယ္။

<!DOCTYPE html>
<html>
<head>
  <title>Header</title>
</head>
<body>
  <header>
    <img src="banner.jpg">
  </header>
  <section>
        <p>One Piece is a Japanese manga series written and illustrated by Eiichiro Oda. It has been serialized in Weekly Shōnen Jump since August 4, 1997; the individual chapters are being published in tankōbon volumes by Shueisha, with the first released on December 24, 1997, and the 73rd volume released as of March 2014. One Piece follows the adventures of Monkey D. Luffy, a young boy whose body gains the properties of rubber after unintentionally eating a Devil Fruit, and his diverse crew of pirates, named the Straw Hat Pirates. Luffy explores the ocean in search of the world's ultimate treasure known as One Piece in order to become the next Pirate King.</p>
      <p>The chapters have been adapted into an original video animation (OVA) produced by Production I.G in 1998, and an anime series produced by Toei Animation, which began broadcasting in Japan in 1999. Since then, the still ongoing series has aired over 600 episodes. Additionally, Toei has developed eleven animated feature films, two OVA's, and five television specials. Several companies have developed various types of merchandising such as a trading card game, and a large number of video games.</p>
  </section>
</body>
</html>

hgroup

h tag ေတြ တစ္ခုထက္ မက အသံုးျပဳထားရင္ <hgroup> ကို အသံုးျပဳႏိုင္ပါတယ္။ ဥပမာ။

<hgroup><h1>My new blog</h1><h2>Enjoy</h2></hgroup>

hgroup ကို <header> tag အတြင္းမွာ အသံုးျပဳႏိုင္ပါတယ္။

results matching ""

    No results matching ""