Syntax
by Guitarslinger124 (Dec 20, 2009)
For those who know a little about syntax, disregard this. This is going to be as simple as it gets.
So I've been frequenting the lick section of this site recently and I've noticed, as I'm sure many of you have as well, that a lot of folks do not know how to use the most common syntax on this site. So I'll do my best to explain how to create proper
There are five tag lines you need to know.
Each tag must be place inside brackets. For example, if the letter "o" was a tag line, you would place it inside brackets like so, [o].
Each tag line needs a open and a close to tell the website when to start the desired action and when to end the desired action. For example, if "o" was a tag line for making characters really big, you would type, [o]I WANT THESE LETTERS TO BE BIG[/o].
Note the forward slash, "/" before the "o" in the ending part of the tag line. The forward slash tells the website you want to end the tag line "o".
So, getting to the point, if you want to type a tab, here is how you would do it.
You would type "[" then the word "tab" then "]". After you are finished typing your tab, you would type "[" then "/" then the word "tab" and finally, "]".
Your end product should look like so,
The same thing applies with using the bold tag line (b). Bold characters will look like this.
Characters in italics will look like this.
Underlined characters will look like this.
Once more, (and do not include the spaces!)
for tab type. [ tab ] your tab here [ / tab ].
for bold - [ b ] BOLD [ / b ]
for italics - [ i ] Italic [ / i ]
for underline - [ u ] Underline [ / u ]
for headings - [ h ]
Not sure how I could make this any simpler. Hope this helps people out. If you still do not understand just let me know and I'll try to explain it better.
So I thought I would go ahead and give a quick example of some very basic HTML stuff.
Here is a little practice document I typed up earlier this morning. If you download an HTML editor like Notepad++ or Evrsoft First Page (Download), you can create the following script or create your own.
Anyway, here it is.
So I've been frequenting the lick section of this site recently and I've noticed, as I'm sure many of you have as well, that a lot of folks do not know how to use the most common syntax on this site. So I'll do my best to explain how to create proper
tabs,bold words, italics, underline and
headings
.There are five tag lines you need to know.
They are:
tab - for creating tabs
b - for making characters bold
i - for italics
u - for underline
h - for heading
Each tag must be place inside brackets. For example, if the letter "o" was a tag line, you would place it inside brackets like so, [o].
Each tag line needs a open and a close to tell the website when to start the desired action and when to end the desired action. For example, if "o" was a tag line for making characters really big, you would type, [o]I WANT THESE LETTERS TO BE BIG[/o].
Note the forward slash, "/" before the "o" in the ending part of the tag line. The forward slash tells the website you want to end the tag line "o".
So, getting to the point, if you want to type a tab, here is how you would do it.
You would type "[" then the word "tab" then "]". After you are finished typing your tab, you would type "[" then "/" then the word "tab" and finally, "]".
Your end product should look like so,
e:----
B:----
G:----
D:----
A:----
E:----
The same thing applies with using the bold tag line (b). Bold characters will look like this.
Characters in italics will look like this.
Underlined characters will look like this.
Headings will look like this.
Once more, (and do not include the spaces!)
for tab type. [ tab ] your tab here [ / tab ].
for bold - [ b ] BOLD [ / b ]
for italics - [ i ] Italic [ / i ]
for underline - [ u ] Underline [ / u ]
for headings - [ h ]
Heading
[ / h ]Not sure how I could make this any simpler. Hope this helps people out. If you still do not understand just let me know and I'll try to explain it better.
[dot]ROCK ON!
So I thought I would go ahead and give a quick example of some very basic HTML stuff.
Here is a little practice document I typed up earlier this morning. If you download an HTML editor like Notepad++ or Evrsoft First Page (Download), you can create the following script or create your own.
Anyway, here it is.
Untitled
This is my first heading.
This is my second heading.
This my first paragraph
This containssubscript and also super script which is
awesome.
This is bold text.
This text is in italics
This text is underlined
This text is big.
This text is small.
This is what computer output looks like.
This will allow the browser to show exactly what I am typing.
Example: 1 + 5 = 6. Or two spaces, like so.
Link to one of my websites.
This is what you type on your keyboard.
This is what your computer sees.
This is teletype text.
This is sample text.
This demonstrates a computer variable.
CMR 467
Box #211
APO, AE
09096
When you hold your mouse pointer over the acronym it will show you the
full word/s
USA
WWW
This is trippy
A block quote or long quote:
This is going to a very quote about absolutely
nothing at all
A short quote:
Hey there Jeff!
This word.
This word.
This is heading 1
The heading above is aligned to the center of this page.
Now here is what the syntax looks like:
Untitled
This is my first heading.
This is my second heading.
This my first paragraph
This containssubscript and also super script which is
awesome.
This is bold text.
This text is in italics
This text is underlined
This text is big.
This text is small.
This is what computer output looks like.
This will allow the browser to show exactly what I am typing.
Example: 1 + 5 = 6. Or two spaces, like so.
Link to one of my websites.
This is what you type on your keyboard.
This is what your computer sees.
This is teletype text.
This is sample text.
This demonstrates a computer variable.
CMR 467
Box #211
APO, AE
09096
full word/s>
USA
WWW
This is trippy
A block quote or long quote:
This is going to a very quote about absolutely
nothing at all
A short quote:
Hey there Jeff!
This word.
This word.
This is heading 1
The heading above is aligned to the center of this page.
Go ahead and look through the syntax if want. I just this would be helpful to show you guys.