PDA

View Full Version : [HTML]// The Basic



Javascrypt
06-09-2008, 12:20 AM
<Title>Basic Template Construction</Title>
<!-----Magical // Template Construction-----<!>
<h1>This is the first header</h1>
<h2>This is the second header</h2>
<body>
This Is Where The Main Text Goes
Using <center>
will position the text into the center of the page.
Using the term Br with the < > Will break the sentence
into the next line.
Just like P with the < > will start a new paragraph but
also interrupt CSS.
The /body tag below ends the first body tag.
</body>
<!-----This Here Is A Comment And Will Not Show Up In The .Html Files-----<!>

First Tutorial, Hope it helps in a way :)

L?KE
09-09-2008, 03:01 PM
At least you got the description right.. "basic" :rolleyes:

I know you tried and everything but it's missing quite a bit, it's not structured too well and you haven't even attempted to explain it..

Excellent2
09-09-2008, 03:05 PM
You'd want to show some css styles too, something like:

.style {
font-family: arial;
font-size: 12px;
font-weight: bold;
color: red;
text-decoration: underline;
}For css then for the html either:

<div class="style">blah blah</a>or..

<span class="style">blah blah</a>

L?KE
09-09-2008, 03:16 PM
In future I'd look around more and try and produce something more to the average standard of 'templates' in this section of the forum.

Want to hide these adverts? Register an account for free!