Stay N Tom

Showing a slice of what it means to be Thomas.

Pages

Wednesday, December 5, 2012

Commandos of the html world: titles and headings

 Today I will show you how to make the bases of the company! I mean HTML. : (

The bases of HTML are: headings and titles

Let me put it this way:
The title = Boss
<h1> = second in command
<h2> = tester
<h3> = janitor
<h4> = worker
<h5> = intern
<h6> = coffee server

The <h>'s stands for heading. As you saw in order who controls what. Well headers are basically just paragraphs, but they put them in a certain size.

Well here is the code:

<DOCTYPE! html>
<html>
<head>
<title>Type your title here</title>
</head>
<body>
<h1>Type your text here</h1>
<p> Type your paragraph here</p>
</body>
</html>


You can use a <h1> through <h6> on any of them. You can also add more than one out. I in courage you to try all of them. I am sorry, the last time I told you to save as... then I cut you off. Oh I am so very sorry I cut you off and it will never happen again. Well any ways for note pad click save as... then type Header.html (sort of like .py in python) and for codecademy hit "run"

2 comments:

  1. I always thought that the Boss was Bruce Springsteen. (If you don't know who he is, ask your dad.)

    Very informative, and very well presented.

    ReplyDelete