Popular Posts

Thursday, November 12, 2015

Intro to HTML

Today I used the Notepad application to help me successfully complete this assignment! To guide myself along this assignment I used the guide provided on edline. After finishing this assignment I thought about how I want to learn more about how a computer can process web pages so fast and efficiently as it does!

<html>
<!DOCTPE html>
<html>
<head>
<tittle>Lesson 1Example</tittle>
</head>
<body>

<h1> This is an example of Lesson 1.</h1>
<br/>
<p>My name is Ashleigh! I am a senior of Reading Memorial High School. I work at D'Amicis Bakery in downtown Reading </p>
<br/>
<h3> This is programming!</h3>
<p> This is my last year of highschool! </p>


</body>
</html>

No comments:

Post a Comment