Picture and Line Breaks
- Thomas Spencer
- May 15, 2021
- 1 min read

Hello!
I played around with separate paragraphs, line breaks and was able to find a URL to add my photo to the page.
Tom

<!DOCTYPE html>
<html>
<head>
<title>Page 3</title>
<img src="https://scontent-yyz1-1.xx.fbcdn.net/v/t1.6435-9/178343571_3719467201495361_3939036074400110872_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=09cbfe&_nc_ohc=Dswq0Sj_7uAAX820v0Y&_nc_ht=scontent-yyz1-1.xx&oh=405f15f781262ba7918e57ea3d685ecf&oe=60ACF269" alt="me" width:"100" height ="150">
<H1>Welcome to the future</H1>
<p>Today I wanted to tell you<br>that you are doing a really<br>great job at learning to code.</p>
<hr>
<H2>Continued</h2>
<p>Although, this doesn't look like<br>much, you are learning something new<br>almost every day and have<br>started with no prior knowledge.</p>
<hr>
Comments