Important Notice:

Course Content
CSS Framework (Chapter- 5) M2-R5.1
About Lesson

Basic Navigation

            W3-बार क्लास HTML एलिमेंट को horizontally रूप से प्रदर्शित करने के लिए एक कंटेनर है. W3-बार-आइटम क्लास कंटेनर एलिमेंट को परिभाषित करता है। यह नेविगेशन बार बनाने के लिए एक आदर्श टूल है:

            The w3-bar class is a container for displaying HTML elements horizontally. The w3-bar-item class defines the container elements. It is a perfect tool for creating navigation bars:

 

<div class=”w3-bar w3-black”>
  <a href=”#” class=”w3-bar-item w3-button”>Home</a>
  <a href=”#” class=”w3-bar-item w3-button”>Link 1</a>
  <a href=”#” class=”w3-bar-item w3-button”>Link 2</a>
  <a href=”#” class=”w3-bar-item w3-button”>Link 3</a>
</div>

 

 

error: Content is protected !!