This is the first project required for the Founders and Coders application.
Here I added a background and some links using external urls.
I also added a list and images.
Regarding the Javascript, in order to show today's date we need:
-
Create new
<p>
element -
Add today's date to the created
<p>
element -
Use querySelector to get the
<p>
where we will append the date -
Appen
todaysDate
to the<p>
elementdateLocation