Important Notice:

Course Content
Heading Tag / Paragraph Tag
0/2
Horizontal Rules (HR element)
0/1
Font Element
0/1
Image Element
0/1
HTML Basic (Chapter 3) M2-R5.1
About Lesson

HTML 5 Tag:-

13. WBR Tag:-

आपके content में जब कोई string बहुत बड़ी हो तो छोटी screen पर browser में वह ठीक से break नहीं होती है और आपके paragraph के structure को बिगाड़ देती है। इसके HTML5 में solution provide किया गया है।

HTML5 आपको <wbr> tag provide करती है। इसे word break opportunity कहा जाता है। इस tag को आप किसी long string के बीच में use कर सकते है।

Difference between <wbr> and <br> Tag

  1. <br> tag line break को force करता है। <wbr> tag text को केवल जरुरत पड़ने पर ही break करता है।
  2. <br> tag line को break करने के लिए use किया जाता है। <wbr> tag word को break करने के लिए use किया जाता है।

Syntax

        string<wbr>string<wbr>string<wbr>string

14. Footer Tag:-

 HTML5 का <footer> tag किसी webpage, article या section का footer define करता है। Footer किसी article या webpage का सबसे आखिरी section होता है। <footer> tag अपने parent tag (article आदि) के बारे में जरुरी information represent करता है।

            <footer> tag के द्वारा नीचे दी गयी information represent की जाती है।

  • लेखक के बारे में जानकारी
  • Copyrights के बारे में जानकारी
  • Privacy policy, terms of use आदि pages की links
  • दूसरे सम्बंधित pages की links
  • Contact information आदि

Syntax

<footer>//content here</footer>

15. Header Tag:-

HTML5 का <header> tag एक web page की या किसी section की header define करने के लिए use किया जाता है। Header किसी भी website का महत्वपूर्ण हिस्सा होती है। Header किसी website के बारे में जरुरी information display करती है। जैसे की website का नाम और logo आदि।

HTML5 <header> tag एक container create करता है जिसमें आप किसी भी प्रकार का introductory content या navigational links display कर सकते है। मुख्यतः <header> tag में निचे दी गयी information display की जाती है।

  • Heading Tags
  • Logo या Icon
  • Content के बारे में कोई information

Syntax

<header>//Header content</header>

HTML 5 Tag

13. WBR Tag:-

When a string in your content is too long, it does not break properly in the browser on a small screen and spoils the structure of your paragraph. Its solution has been provided in HTML5.

HTML5 provides you <wbr> tag. This is called word break opportunity. You can use this tag in the middle of any long string.

Difference between <wbr> and <br> Tag

  1. <br> tag forces a line break. The <wbr> tag breaks text only when necessary.

2.      <br> tag is used to break the line. <wbr> tag is used to break the word.

Syntax

        string<wbr>string<wbr>string<wbr>string

14. Footer Tag:-

 HTML5’s <footer> tag defines the footer of a webpage, article or section. Footer is the last section of an article or webpage. <footer> tag represents important information about its parent tag (article etc.).

The information given below is represented by <footer> tag.

  • Information about the author
  • Information about copyrights
  • Privacy policy, terms of use etc
  • Links to other related pages
  • Contact information etc

Syntax

<footer>//content here</footer>

15. Header Tag:-

The <header> tag of HTML5 is used to define the header of a web page or any section. Header is an important part of any website. Header displays important information about a website. Like website name and logo etc.

The HTML5 <header> tag creates a container in which you can display any type of introductory content or navigational links. Mainly the following information is displayed in <header> tag.

  • Heading Tags
  • Logo or Icon
  • Any information about the content

Syntax

<header>//Header content</header>

error: Content is protected !!