Fix typo in Lesson2-HTML-CSS homework
Closed this issue · 2 comments
Lesson2-HTML-CSS/homework/homework-readme.txt
Line: 19
an an unordered list with two list items
✅ I just noted the typos.
III. Create an external style sheet and move all of our previous style rules into the new stylesheet.
A. Create a file called styles.css in this folder.
B. MOVE COPY all of your style rules to this new file. (Do not include the style tags!)
C. Place: after your closing style tag.
E. Add a link tag to your html that imports your new css file.
Reason: If we'd move our internal style to external stylesheet (called styles.css), then why we need comment <style>
tag in .html file?
Anybody can check my PR which I've made in my repo. 😃
PRs are difficult to merge in this repo. What must be done is to notify the errors; Then, the contributors will be able to make the necessary changes. Those who do not participate in the boot camp can make PR.