Tuesday, March 20, 2012

HTML

Yeah! I learned some HTML from this website. So I'll write out a little bit you can do.

Okay so you always start out with <html>, <body> for the body, and then <p> for paragraph! Then when you're done, you end it with a little / sign. Like this: </html>, </body>, and </p>.

So now you lay it out like this:
---
<html>
<body>
<h1> BIG HEADING </h1>
<h2> smaller heading </h2>
<p> This is a paragraph! YAY! </p>
</body>
</html>
---
Which will end up looking like:
---

BIG HEADING

smaller heading

This is a paragraph! YAY!
---

Cool, right? 

Those are just the basics. You can also do quotes, horizontal lines, pages, links, documents, pictures, all with HTML! Although it's easier to push the "upload image" button. Am I right people? :P XD

No comments:

Post a Comment