- Add a nav element with a corresponding
id="navbar". - Within the nav element, add one header element which contains text that describes the topic of the technical web page.
- Add a main element with a corresponding
id="main_doc"to contain the page's main content. - Within the
main_docelement, add a minimum of five section elements, each with a class ofmain_sec. - The first element within each
.main_secshould have a header element, describing the topic of that section. - Each section element with the class of
main_secshould also have an id that corresponds with the text of each header. For example"html and html5"should look like (id="html_and_html5") - The
.main_secelements should contain at least tenpelements total (not each) - The
.main_secelements should contain at least fivecodeelements total (not each) - The
.main_secelements should contain at least fiveliitems total (not each) - Additionally, the navbar should contain links, also known as, a elements with the
class="nav_link". There should be one for every element within theclass="main_sec". - Each element with the
class="nav_link"should contain text that corresponds to the header text within each section. - When you click on a navbar element, the page should navigate to the corresponding section of the
main_docelement. - Use a media query to set elements
id="navbar"fixed on the screen's left or right side only when viewed on larger devices like laptops.
-
Notifications
You must be signed in to change notification settings - Fork 6
iserviceweb/technical_web_page
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Simple Technical Web Page
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
