Code Monkey home page Code Monkey logo

prj-rev-bwfs-dasmoto's People

Contributors

kiranali avatar

Watchers

James Cloos avatar  avatar

prj-rev-bwfs-dasmoto's Issues

Summary

Satisfactory ๐Ÿ‘

You've successfully reproduced the website according to the design mock. You've demonstrated a solid understanding of using HTML to markup your page's content and structure and of using CSS to apply fundamental styles. Nice job making strategic use of div tags, classes and IDs, and indentation to organize your HTML and CSS and make it easier to read and maintain.

Avoid unnecessary repetition and complexity in your CSS by applying shared styles with more general selectors.

`div`

https://github.com/kiranali/prj-rev-bwfs-dasmoto/blob/master/DasmotosArtShop/index.html#L11-L19

Excellent job using div tags to divide your page into logical sections like the three equivalent product sections and the header section.

Even better giving the same class name to each div tag, since each "product" section is mostly styled the same way and can be styled as a group, and giving a different ID to each h2 tag, since each of these headings needs to be selected and styled individually.

Nice job using indentation when an element is nested inside of another element but consider leaving a blank line between each major section to improve readability.

โญ๏ธ

`img alt`

https://github.com/kiranali/prj-rev-bwfs-dasmoto/blob/master/DasmotosArtShop/index.html#L13

Nice job giving all of your img tags an alt attribute with a value that adequately describes the image, just in case your website is not able to load it. ๐Ÿ‘

Doing so will help improve the accessibility of your website, which might be accessed by visually impaired users on e-readers or other devices that might deliberately neglect images-- as well as any other time that your website is just unable to render images.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.