This is an old revision of the document!
Time to add a second HTML page:
second.html
;.html
pages (in each HTML page, find the <div class=“navbar-nav mr-auto”>
element inside the #navbarToggle
div
and edit the href
s to point to each-other);
pagename.html
or ./pagename.html
will do! DO NOT USE: absolute paths, e.g., C:\Users\…\pagename.html
for obvious portability reasons!
active
) and apply it to the appropiate menu element: <a class=“nav-item nav-link” …>
element (also: different class attribute values are separated by space!).