{"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 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=IQoJb3JpZ2luX2VjEF0aCWV1LXdlc3QtMSJHMEUCIFfbjc69BiXynR%2BgUj%2FAVOWmZhW%2B0r1h1kxorC%2B9wfV2AiEA6tPrUgTDqIs1CpSI6X6F%2BmQmJ7n0dWgVaOdki4MOKtcquAUIJhAFGgwyNzM1NzAxOTU0MzMiDM3KPix3rKWmGYGicSqVBYEadPRcKUXMYPzkbiVGRb2EQiqSUED9Gd8Hkwf%2BDuaW7MTxZCIX9UScaInIbWofyL1awtAgaIUf%2Fsns0%2FBSGGw%2BJ%2FU5RYNeFts1tAS2moRqu6AkToq9dPhZjCH0ZN0dMpmsjlXO7LRNGXUP%2Bs7ljZvwKWJpItE7G%2FF%2F9N3r2a8npJyGIDe3mhaQi2NUD59XTBpCsFgtisAEOKYZ8O5NcoItu875Lyve6oWGoHlUsG1q6VW%2FJCEExWDZtgiwMp050epYNFDaOME6FhLBrtcNH5v14dOgnukTaMYo9PHmC3aM3slQTpmY8286j%2BcbVkpm8aLrJgKaXECxH9kPYqLVNbdxRZa3c%2BqANyi16R7M%2BRt%2BzVx75EghWFpB1sspgCnh%2BBIdZwQOBIcTKo5Dvm1yKKY1vgLw0eeDllZ1HrkuODhgOnzSYxFNu49Lqsnm5qt%2Fw7rB447tepIn%2B7svvoFhLAuFzAoPGCcP4kjVkwJ9Ubfu0%2F1EevHrw3zM%2FLsjvBxl1WYg3cEtcnBWPacBtdhdgaUhNiVtdI9b4KuIf4CroHw619zUwIHh%2FdmU2e1BKqYyzgUJp0vx%2B1%2FHCPOh4JgohnB6i39BllmyE%2F%2Fh0XJPGDmGA1BNdwCcpCx1MhL5ZhTw2H54Wr1mH8Q1WzsXCBBpRB6wGAPJAJ9pCWBDHiIAeQJ1NdWH5T5L%2FxynOCbRJ5kBYHEqRv7TBmGZNz93zQxnruVPz4M%2F%2Fjv7I34FtiqWtvH6aJ4nofT84q%2BPmkyn%2B92TbKb5qd7f%2F6UibRUrXoJFq95PU7hIInKq6KkJLMdEWYONHT%2BpGyt4g%2BDvvw7fr%2BiLw5F0jB%2FJIzvioQbJbgVgJ%2BX%2BlaR0HT3hv6C2tVCSzM5JDKb3FVcw3r%2BU0wY6sQHgYKtwif1xQRS0hbL4ls37QWanazv7PJV9FrB2QSPk%2F53T%2B%2BO042dnZVQ8eUv5pP9RF2GwWO7C6QqxqTI9kZwKn785UA2Bpmcmc8Y4blFdj2bES%2FSMIs6YqEtCPImx84RH1ALZIEK5deuWAUGhsV8jk%2FjIRe2dquBcddyOvvrrytDYCs%2B9dxXS2lhula1rhcHW2CEeLd38T%2FGtkC2N8iHXoOds2ABPF02G%2FX4qcpWFAic%3D&#038;X-Amz-Algorithm=AWS4-HMAC-SHA256&#038;X-Amz-Credential=ASIAT7MQN47U4ILYIHPX%2F20260725%2Feu-west-1%2Fs3%2Faws4_request&#038;X-Amz-Date=20260725T211904Z&#038;X-Amz-SignedHeaders=host&#038;X-Amz-Expires=900&#038;X-Amz-Signature=f7a9b91dcb56ed60d78cc4b5313cc5f6c53c4799f90a6b6633017218ae27b4e5\" 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}]}}