Sample Page Made at W3Schools.com
Scott Le Duc
About Me
My name is Scott Le Duc. I have been a learner all of my life. I am an autodidact. So, I am in the right profession.
I currently work at Capital High School as a Career and Technical Educator focusing on art and technology instruction, and Lesley University, City University, St. Martin’s University and Wuhan University of Technology as an adjunct faculty.
Details
- I am 41 years old.
- I am from Green Bay, WI originally, but I live in Olympia, WA.
- I am a professional teacher but I want to develop skills in many careers in my life
Favorites Things
- I like to surf.
- I love to eat
- Fresh Fruits
- Fresh Berries
- Oatmeal
- and I make weird shakes of yummy stuff now and then
- I like to surf and play basketball.
- I like to take pictures.
- I like to play guitar and sing.
- My favoritye color is blue, but I like green a lot, too.
Sample Page Code
<html>
<body>
<img src=”http://turnbows.net/~sleduc/scott_simpson.png” alt=”Scott Le Duc” width=”150″ height=”150″ />
<h1>Scott Le Duc</h1>
<h2>About Me</h2>
<p>My name is Scott Le Duc. I have been a learner all of my life. I am an autodidact. So, I am in the right profession.</p>
<p>I currently work at Capital High School as a Career and Technical Educator focusing on art and technology instruction, and Lesley University, City University, St. Martin’s University and Wuhan University of Technology as an adjunct faculty.</p>
<h3>Details</h3>
<ul>
<li>I am 41 years old.</li>
<li>I am from <a href=”http://maps.google.com/maps?f=q&source=s_q&hl=zh-CN&geocode=&q=Green+Bay,+WI,+United+States&sll=44.52001,-88.044434&sspn=1.840826,3.521118&ie=UTF8&hq=&hnear=%E6%A0%BC%E6%9E%97%E8%B4%9D,+%E5%B8%83%E6%9C%97%E5%8E%BF,+%E5%A8%81%E6%96%AF%E5%BA%B7%E8%BE%9B%E5%B7%9E&z=11″>Green Bay, WI</a> originally, but I live in <a href=”http://maps.google.com/maps?f=q&source=s_q&hl=zh-CN&geocode=&q=Olympia,+WA,+United+States&sll=44.518541,-88.019714&sspn=0.231089,0.44014&ie=UTF8&hq=&hnear=%E5%A5%A5%E6%9E%97%E5%8C%B9%E4%BA%9A,+%E7%91%9F%E6%96%AF%E9%A1%BF%E5%8E%BF,+%E5%8D%8E%E7%9B%9B%E9%A1%BF%E5%B7%9E&z=12″>Olympia, WA.</a></li>
<li>I am a professional teacher but I want to develop skills in <a href=”http://turnbows.net/~sleduc/scottleduc_original/careers.html”>many careers</a> in my life</li>
</ul>
<h3>Favorites Things</h3>
<ul>
<li>I like to surf.</li>
<li>I love to eat
<ol>
<li>Fresh Fruits</li>
<li>Fresh Berries</li>
<li>Oatmeal</li>
<li>and I make weird shakes of yummy stuff now and then</li>
</ol>
</li>
<li>I like to surf and play basketball.</li>
<li>I like to take <a href=”http://www.flickr.com/photos/scottleduc”>pictures</a>.</li>
<li>I like to play <a href=”https://scottleduc.org/music/”>guitar and sing</a>.</li>
<li>My favoritye color is blue, but I like green a lot, too.</li>
</ul>
</body>
</html>