1 - Make a new Text document with notepad, rename it from .txt to .htm or .html
2 - Open it, it will be blank and might open in your web broswer, thats okay
3 - Right click on the file and click edit
Now you need to kow what the commands do and how to use them, here is how you would underline some text:
That would end up looking like this:
TEXT
All of the HTML commands are in these things: < >
So if I wanted to start some thing, like bold, I would use the command, which is B
Then I would type what I wanted to be bold
Then I would add the / to the command to say that I want to stop that command
I hope this is making sense, if so try some of these commands:
Code:
<u>Underline</u>
<b>Bold</b>
<i>Itilic</i>
<br>Break Line (Like enter/return)
<br><br> (Two returns)
<hr> (Line)
Now we are going to move on to colors and stuff, for an example I'll use <hr>
<hr> creates a line, if you haven't tried it, try it now. But what if we want the line to be red? We would use this:
Simple right? If we wanted blue we would use this:
But what about the color of other things? We can use <body> to change a bunch of stuff, like if I wanted a black back ground and blue text I would use this:
<body bgcolor=black text=blue>
BG = Back Ground. Very easy so far. If we want a linke we would use <a> like this:
<a href="www.onehitgamer.com">here</a>
That would make it so if we clicked "here" we would go to onehitgamer.
I hope this very basic guide has got you to wanting to learn more, if you do try here:
W3Schools Online Web Tutorials
Please leave your questions and comments ;)
Bookmarks