Allison is coding...

100 Days of Code: Day 42

Notes of 100 Days of Code: The Complete Python Pro Bootcamp.

HTML Boilerplate:

<!DOCTYPE HTML>
<html lang="en">

<head>
 <meta charset="UTF-8">
</head>

<body>
</body>

</html>

List Element:
Ordered list & unordered list: <ol> & <ul>

Anchor Elements:
<a href="source url"> This is a webiste. </a>

Image Elements:
src and alt.