I spent some time earlier today on the following course:
http://www.ed2go.com/online-courses/css-and-xhtml-introduction?tab=detail
And I've made my first HTML script and learned the basic elements in HTML.
<!DOCTYPE html>
<html><body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body></html>
Its the most basic script and all it does is make the page say "My First Heading/My First paragraph" but its progress!
No comments:
Post a Comment