A template repostiory for practicing HTML by creating an informational website about yourself using standard HTML boilerplate and tags.
Building a multiple webpage website that uses valid HTML and is styled with CSS:
Create an HTML website about yourself that uses a proper HTML boilerplate and is styled with CSS.
Each page should use valid HTML and be styled with CSS.
* Use the correct HTML boilerplate
* Paragraphs (<p>
)
* Headings (<h1>
)
* Strong elements (<strong>
)
* Ordered and Unordered lists (<ul>
and <ol>
)
* An image (<img>
)
All of your pages should be linked together using a menu bar at the top of the page.
This assignment uses automated tests to check for the presence of the required HTML tags. You can run the tests by running:
rake test
We've installed a tiny webserver in the development container so you can view your webpage. Try running:
rackup
in the terminal to start it up!