issues
search
oldoc63
/
learningHTML
Learning HTML with Codecademy and GitHub
0
stars
0
forks
source link
Chang div to main and footer
#68
Closed
oldoc63
closed
2 years ago
oldoc63
commented
3 years ago
Find the
<div id="main">
tag and change it to
<main>
.
Find the
<div id="footer">
tag and change it to
<footer>
.
<div id="main">
tag and change it to<main>
.<div id="footer">
tag and change it to<footer>
.