This web page introduces what client does and navigate from top menu to required article.
On this file i have changed all <div>
elements to the semantic elements for more readability such as <article>, <aside>, <footer>, <main>, <header>
. I created one <img>
tag, and added recourses were on css file which is not practical, and added <alt>
property to <img>
.
I moved background image to index.html
file
background-image: url("../images/digital-marketing-meeting.jpg");
which was not usual for me.
- Semantic html tags.
- I can put picture in css as background image.
- Learning to write README.md markdown file.
- You can visit this web page HERE