Closed natec425 closed 4 years ago
https://github.com/Myeishamadkins/Myeisha-Madkins-Web-Rental-Agency/blob/6a49e732cc4043e997d81f62dc30476503f5c82c/index.html#L9-L25
Mixing <script>s and <link>s can be a bit messy. Your code might be a bit easier to digest and navigate if you organize (and potentially comment) these.
<script>
<link>
You might refer to Cody's as an example:
https://github.com/CodyvanderPoel/Cody-van-der-Poel--Web-Rental-Agency/blob/a9bd8555f7dc17bb29a81ef19292805b796dacef/index.html#L9-L22
https://github.com/Myeishamadkins/Myeisha-Madkins-Web-Rental-Agency/blob/6a49e732cc4043e997d81f62dc30476503f5c82c/index.html#L9-L25
Mixing
<script>
s and<link>
s can be a bit messy. Your code might be a bit easier to digest and navigate if you organize (and potentially comment) these.You might refer to Cody's as an example:
https://github.com/CodyvanderPoel/Cody-van-der-Poel--Web-Rental-Agency/blob/a9bd8555f7dc17bb29a81ef19292805b796dacef/index.html#L9-L22