html , css and JavaScript

Please log in to post a comment
Log in with GitHubCommunity feedback
- @shwerts
Hello, well done! I first want to give you one tip: If your image is SVG-formatted, you can rewrite it straight into your HTML-document (svg image can be opened by any text editor) as SVG technically behaves similar to
<html>
. This helps you to handle color and shape through svg-specific attributes.And here is some notes:
- See any references for
<picture>
element and its benefits; - Acknowledge some of 'semantic' elements from HTML5, like in example
<time>
anddate
attribute for publish dates.
Keep progressing and you will eventually win
- See any references for
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord