{"id":248,"date":"2021-06-07T13:43:32","date_gmt":"2021-06-07T12:43:32","guid":{"rendered":"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/?page_id=248"},"modified":"2021-06-07T21:58:39","modified_gmt":"2021-06-07T20:58:39","slug":"horizontal-navigation-bars","status":"publish","type":"page","link":"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/html\/horizontal-navigation-bars\/","title":{"rendered":"Horizontal Navigation Bars"},"content":{"rendered":"<h1><img loading=\"lazy\" decoding=\"async\" class=\"alignright wp-image-197\" style=\"margin-top: 0.857143rem;margin-bottom: 0.857143rem;margin-left: 1.71429rem\" src=\"https:\/\/glow-prod-sh.s3.eu-west-1.amazonaws.com\/sh\/public\/ahscomputinghtml\/uploads\/sites\/3275\/2021\/06\/05211153\/sqa-h-150x150.png?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&#038;X-Amz-Security-Token=IQoJb3JpZ2luX2VjEE4aCWV1LXdlc3QtMSJIMEYCIQDAjyc2GFW9mtKLH5lvn2lJoFZkG%2FQG8We6TeatFFTIBwIhAPSa7uFCP%2BwuRcJxr1mnmbZ96T8R60zkrtqIo9MBGM4HKrkFCBcQBRoMMjczNTcwMTk1NDMzIgywzb%2F%2FSx6r7lo6WksqlgW4PoeDWtQM%2FQfHaQ9Bx1%2FKRn5l0hfKMo5A%2FxBdpIL8nhd%2BZ2Z8V8SLHg7fu3A%2F00rCUJcFKGMFnBlxwKbI%2Fo0F2yeVeS6l0CG5IDTa2AjBtuHAQQnBkEcstbEJ1fFwrt7pb39ctqWH7OIQm1XYEBAUpQWAXD1rZAHKPazYIsde0ka9raeU78BJafzxi%2BXoYdfeNPn%2B8LPX88hlkeljD5dQEaM%2F6qCrpVgOYE6Tv5bdv8SJTX%2FwLk8CIdr3exbaKJpZyjpFqhsS%2F9pmqSOpVUSY1HTaKMAnAZVh4u73XxtBcEZMmQCEwQ7oNaF9cwRquOPBG0yv9XfhCsF%2BYdvm2u5DgUPAaihA7XmVaxjbl6OqU9%2FYESOgwiMR9FXqYboc848dSDL%2B%2BIZfKJ2XDVvLeVbAId0Z6ZFRo6fYuXevHU%2FEuIQ02le3cLA8BXQ41UvxFiSWLKJwxw5k98cGcLgjzgksAitsXJraJa3f4nzdyDr9JWowU%2FZcI2lZ8OvYXlRNv4c%2Bh%2BUV%2BxgoThj%2Byv4GL75BgQNbmJzywGyIO8bHQoWIl%2BuVyPUek%2BlUHR%2B69myzk5Kioe2tB6yoq3FM%2Bgbxu94CGhpRfQP1rtLu4jmaQ5n3PGutjVncWoj7S43hpg2ZNaR1G3vAWaShNsRcj77o5LHwgkBP5pigYNVNEr9l36SkpBf0qv3We2wE4jXlPOx00ZAv%2F%2FAyqpJzbsuGd0YZFXtrtFbiaPjPW93Rh05xjwMFYOMwYQzKI%2Byv10vpKz%2FDaUEGVLJ5PjhC4B0uLBrJtB5RjeCX%2BqYh4NtTVHpePogHOH36GQ6%2BiECYPkujyh66Q9O3IssJ3ubM%2Bmnf%2B0BxAxAxhHBi%2FqCViTQv0CapwHMo3gSyBe44JzDa%2BpbPBjqwAZwg49Jc%2BjV6P6SBSoFLush2Sv%2B8ZgzdpdKNxSDQKrqKZlXAnK0AYo8W%2BFcpROlKb6yibVxLQvWtt%2BFZFXZ8DY9sppVqxKCLIZua6Z3xbBI80hWYrNTlxXb8SRV9B%2BsgmOZaDMn8drFx2raNnFHRaRcX4TnXmlwtMrDGSh1hmyQz%2BWq2VhxrFn4WRrD9mGZZNjf%2Bt%2F1k3suVJjc%2FAYwHsqroIKV378bCJXvfWWvx4hXT&#038;X-Amz-Algorithm=AWS4-HMAC-SHA256&#038;X-Amz-Credential=ASIAT7MQN47UYCJNH2JE%2F20260420%2Feu-west-1%2Fs3%2Faws4_request&#038;X-Amz-Date=20260420T064417Z&#038;X-Amz-SignedHeaders=host&#038;X-Amz-Expires=900&#038;X-Amz-Signature=974de428891c719c7a3239d0929b597ba7b5097aa241c981cfb490a570ba0ea9\" alt=\"\" width=\"100\" height=\"97\" \/>List of Links<\/h1>\n<p>The HTML 5 &lt;nav&gt; element is used to contain website navigation links, usually as a navigation bar.<\/p>\n<p>The navigation bar is declared as an unordered list of hyperlinks:<\/p>\n<pre class=\"brush: xml; title: HTML; notranslate\" title=\"HTML\">\r\n&lt;nav&gt;\r\n    &lt;ul&gt;\r\n        &lt;li&gt;&lt;a href=&quot;home.html&quot;&gt;Home&lt;\/a&gt;&lt;\/li&gt;\r\n        &lt;li&gt;&lt;a href=&quot;sport.html&quot;&gt;Sport&lt;\/a&gt;&lt;\/li&gt;\r\n        &lt;li&gt;&lt;a href=&quot;music.html&quot;&gt;Music&lt;\/a&gt;&lt;\/li&gt;\r\n        &lt;li&gt;&lt;a href=&quot;study.html&quot;&gt;Study&lt;\/a&gt;&lt;\/li&gt;\r\n        &lt;li&gt;&lt;a href=&quot;drama.html&quot;&gt;Drama&lt;\/a&gt;&lt;\/li&gt;\r\n    &lt;\/ul&gt;\r\n&lt;\/nav&gt;\r\n<\/pre>\n<h1>CSS Formatting<\/h1>\n<p>Note: This topic uses CSS <a href=\"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/css\/selectors-classes-and-ids\/\">Descendant Selectors<\/a>.<\/p>\n<h2>Remove the bullet points from the &lt;li&gt; elements<\/h2>\n<pre class=\"brush: css; title: CSS; notranslate\" title=\"CSS\">\r\nnav ul {\r\n    list-style-type:none;\r\n}\r\n<\/pre>\n<h2>Position list items horizontally, evenly spaced out<\/h2>\n<p>Each list item is centred in an 80px wide box, and floated so they are displayed alongside each other<\/p>\n<pre class=\"brush: css; title: CSS; notranslate\" title=\"CSS\">\r\nnav ul li {\r\n    float:left;\r\n    width:80px;\r\n    text-align:center;\r\n}\r\n<\/pre>\n<h2>Creating clickable boxes<\/h2>\n<p>In most navigation bars, clicking the area around the hyperlink also selects the link. A clickable box area around the link text is achieved by displaying the &lt;a&gt; element as a block. This is made visible by giving each link a border and a background colour.<\/p>\n<p>Padding is used to add some (vertical) space around the text for the link.<\/p>\n<p>The underlining can also be removed from the hyperlinks at in the same block.<\/p>\n<pre class=\"brush: css; title: CSS; notranslate\" title=\"CSS\">\r\nnav ul li a {\r\n    display:block;\r\n    padding:8px;\r\n    background-color:wheat;\r\n    border: 1px solid black;\r\n    text-decoration:none; \r\n}\r\n<\/pre>\n<h2>Adding interactive colours<\/h2>\n<p>The state of the &lt;a&gt; element can be styled to change the background colour and text colour of each link when the mouse hovers over an &lt;a&gt; element:<\/p>\n<pre class=\"brush: css; title: CSS; notranslate\" title=\"CSS\">\r\nnav ul li a:hover {\r\n    background-color:#000;\r\n    color:white;\r\n}<\/pre>\n<h2>Complete HTML and CSS<\/h2>\n<pre class=\"brush: xml; title: HTML; notranslate\" title=\"HTML\">\r\n&lt;nav&gt;\r\n    &lt;ul&gt;\r\n        &lt;li&gt;&lt;a href=&quot;home.html&quot;&gt;Home&lt;\/a&gt;&lt;\/li&gt;\r\n        &lt;li&gt;&lt;a href=&quot;sport.html&quot;&gt;Sport&lt;\/a&gt;&lt;\/li&gt;\r\n        &lt;li&gt;&lt;a href=&quot;music.html&quot;&gt;Music&lt;\/a&gt;&lt;\/li&gt;\r\n        &lt;li&gt;&lt;a href=&quot;study.html&quot;&gt;Study&lt;\/a&gt;&lt;\/li&gt;\r\n        &lt;li&gt;&lt;a href=&quot;drama.html&quot;&gt;Drama&lt;\/a&gt;&lt;\/li&gt;\r\n    &lt;\/ul&gt;\r\n&lt;\/nav&gt;\r\n<\/pre>\n<pre class=\"brush: css; title: CSS; notranslate\" title=\"CSS\">\r\nnav ul {\r\n        list-style-type:none;\r\n}\r\n\r\nnav ul li {\r\n        float:left;\r\n\t\twidth:80px;\r\n\t\ttext-align:center;\r\n}\r\n\r\n\r\nnav ul li a {\r\n    display:block;\r\n\tpadding:8px;\r\n    background-color:wheat;\r\n\tborder: 1px solid black;\r\n\ttext-decoration:none; \r\n}\r\n\r\nnav ul li a:hover {\r\n    background-color:#000;\r\n\tcolor:white;\r\n}\r\n<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>List of Links The HTML 5 &lt;nav&gt; element is used to contain website navigation links, usually as a navigation bar. The navigation bar is declared as an unordered list of hyperlinks: &lt;nav&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&quot;home.html&quot;&gt;Home&lt;\/a&gt;&lt;\/li&gt; &lt;li&gt;&lt;a href=&quot;sport.html&quot;&gt;Sport&lt;\/a&gt;&lt;\/li&gt; &lt;li&gt;&lt;a href=&quot;music.html&quot;&gt;Music&lt;\/a&gt;&lt;\/li&gt; &lt;li&gt;&lt;a href=&quot;study.html&quot;&gt;Study&lt;\/a&gt;&lt;\/li&gt; &lt;li&gt;&lt;a href=&quot;drama.html&quot;&gt;Drama&lt;\/a&gt;&lt;\/li&gt; &lt;\/ul&gt; &lt;\/nav&gt; CSS Formatting Note: This topic uses CSS Descendant Selectors. Remove the bullet points from the &lt;li&gt; elements nav ul { list-style-type:none; } Position list items<\/p>\n<p><a class=\"more-link\" href=\"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/html\/horizontal-navigation-bars\/\">Read More<\/a><\/p>\n","protected":false},"author":7,"featured_media":0,"parent":16,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-248","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/wp-json\/wp\/v2\/pages\/248","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/wp-json\/wp\/v2\/comments?post=248"}],"version-history":[{"count":8,"href":"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/wp-json\/wp\/v2\/pages\/248\/revisions"}],"predecessor-version":[{"id":290,"href":"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/wp-json\/wp\/v2\/pages\/248\/revisions\/290"}],"up":[{"embeddable":true,"href":"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/wp-json\/wp\/v2\/pages\/16"}],"wp:attachment":[{"href":"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/wp-json\/wp\/v2\/media?parent=248"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}