Learning HTML

<!DOCTYPE html>
<html>
<body>

<h1>Learning HTML</h1>

<p>For this week’s assignment we had to learn how to use html language. All of the sentences below are random sentences to test out html</p>

<h2>Don’t Worry, Be Happy</h2>
<img src=”smiley.gif” alt=”Smiley face” width=”32″ height=”32″ />

<a href=”http://www.gmu.edu” target=”_blank”>Come and visit www.gmu.edu!</a>

<p>When I go to the grocery store I usually bring a list with me.  The first three items on my list for this week is:
1. milk
2. bread
3. orange juice </p>

<p>My oldest kid started went back to school this week. This year she needed a zippered three ring binder, #2 pencils, and a calculator. </p>

</body>
</html>

 

Learning HTML

For this week’s assignment we had to learn how to use html language. All of the sentences below are random sentences to test out html

Don’t Worry, Be Happy

Smiley face Come and visit www.gmu.edu!

When I go to the grocery store I usually bring a list with me. The first three items on my list for this week is: 1. milk 2. bread 3. orange juice

My oldest kid started went back to school this week. This year she needed a zippered three ring binder, #2 pencils, and a calculator.

Leave a Reply

Your email address will not be published. Required fields are marked *