GithubHelp home page GithubHelp logo

hyf-html-css's People

Contributors

codelawer avatar

Stargazers

 avatar

Watchers

 avatar  avatar

hyf-html-css's Issues

Week 1 review

Gradients, custom fonts, animated logos, grids! You're already at week 3. ๐Ÿ˜›

Congratulations, that's good work.

Some comments on the HTML file:

  • There is a <script src="main.js"> tag, but the file does not exist. It still works just fine, but there are a couple of reasons why it's better to remove the tag: the browser will still try to find the JS file, which will trigger an additional network request for your visitors. And as a rule of thumb, it's always better to remove code you don't need. This way, you won't ask yourself in 6 months "why is it there?". ๐Ÿ˜‰
  • Small typo in one of the URLs: http:\\google.com instead of http://google.com.
  • if your section and article tags are meant to be displayed on every page of your website, they're fine there. Otherwise, they can go inside the main tag, for a better semantic structure.
  • The p tag with the copyright text is inside an ul tag. This is not permitted in HTML5. An ul tag can only have li tags as immediate children.

And the CSS file:

  • Lots of advanced stuff, and good syntax. My only remark would be to shift all lines to the left, so that you don't have unnecessary spaces in front of these lines. Keep the good indentation for the content of the { }, of course. ๐Ÿ˜‰

Happy coding!

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.