BAVC Computer Class
oh, i heard you wanted to know html…

Well, I’ll give you a few terms and whatnot, so you can be already on your way through html coding!

First, in order to begin an html code, you always need to write this:

  • <html>    <—on the very top
  • </html>   <—on the very bottom

^This tag must always be on the html code in order for the computer to know what you want it in. Another useful tag to get you started is:

  • <head> , </head>

^Inside this tag, you could put this tag:

  • <title>, </title>

^What this tag does is it gives a title to the tab you’re in. Notice how right now, in tumblr, this post, you see “Tumblr” (followed by something else) ? Well, the title tag is what allows for the tab to have a name.

My page!