HTML - petewhartnett/learning-journal GitHub Wiki
https://petewhartnett.github.io/HTML/ (Links to an external site.)
For this project I built a very simple example of a store front, I used several of the concepts that Duckett teaches.
Some considerations for this page based on Ducketts teachings include -
1.)Using
element to group together related elements
Example:
Computers
About Us
On Sale
Compare Prices
Blog
2.) Title
<Title>ABC Computer Store</Title>3.) Style element used to customize
<style> .types { background-color: black; color: white; margin: 20px; padding: 20px; }