Implement in your homepage directory a website that must:
- Contain at least four different .html pages, at least one of which is index.html (the main page of your website), and it should be possible to get from any page on your website to any other page by following one or more hyperlinks.
Done! Home page and 4 other pages. TO DO - tidy up the buttons navigation, make them responsive, roll them out to the page. Fill up Content
- Use at least ten (10) distinct HTML tags besides 'html', 'head, body', and 'title'. Using some tag (e.g., 'p') multiple times still counts as just one (1) of those ten!
Tags used
- Integrate one or more features from Bootstrap into your site. Bootstrap is a popular library (that comes with lots of CSS classes and more) via which you can beautify your site. See Bootstrap’s documentation to get started. In particular, you might find some of Bootstrap’s components of interest. To add Bootstrap to your site, it suffices to include
- Have at least one stylesheet file of your own creation, styles.css, which uses at least five (5) different CSS selectors (e.g. tag (example), class (.example), or ID (#example)), and within which you use a total of at least five (5) different CSS properties, such as font-size, or margin; and
- Ensure that your site looks nice on browsers both on mobile devices as well as laptops and desktops.
Executed - Included tags to make web page responsive to viewport To Do - buttons don't resize
- Integrate one or more features of JavaScript into your site to make your site more interactive. For example, you can use JavaScript to add alerts, to have an effect at a recurring interval, or to add interactivity to buttons, dropdowns, or forms. Feel free to be creative!