Welcome, Guest

Author Topic: Free HTML tags  (Read 6847 times)

deoxy99

  • Universe Sandbox 1 Beta Team
  • *****
  • Posts: 872
  • ✨ the name's verb ✨
Free HTML tags
« on: March 18, 2010, 03:14:37 PM »
I was taught these in a video:

<HTML>
</HTML>
<HEADER>
</HEADER>
<TITLE>
</TITLE>
<BODY>
</BODY>
<B>
</B>
<I>
</I>
<U>
</U>
<P>
</P>
<H1>
</H1>
<BR>
</BR>
<CENTER>
</CENTER>
<OL>
</OL>
<LI>
</LI>
<UL>
</UL>
<TABLE>
</TABLE>
<TR>
</TR>
<TD>
</TD>
<a href=""></a>
bgcolor=
text=
<img src="/image/BLAH">
background="image/BLAH"

Use Notepad++ (click the link) to make it

Use the video to learn more: http://www.youtube.com/watch?v=NG15HHwAtwU&feature=channel

Enjoy!

Oh, don't forget to use tab when making it!

atomic7732

  • Global Moderator
  • *****
  • Posts: 3849
  • caught in the river turning blue
    • Paladin of Storms
Re: Free HTML tags
« Reply #1 on: March 18, 2010, 03:25:06 PM »
Does this help anyone? No one knows wht they mean.

Also, refrain from using capitals, those are going out of date and do not work on some servers.

<html> the tag you use to make it.
<header> The header part
<body> The part with most stuff
<footer> The footer
<p> Paragraph, text goes here
<b> bold
<i>italics
<table>
<td>table seciont thing (i can't describe)
<tr> A row in the <td>
<br /> A line break
<li> list (i think)
<a href="http://universesandbox.com/"> link
<img src-"file\location.jpg"> images
<h1>level header
<h2>level header
<h3>level header (you can go to h6)

Modifiers

<p style="background-color:#FFFFFF">
<p style="font-family:Sylfaen">
<p style="font-size:570 pt">

No need for tab deoxy! I never use tab!

http://w3schools.com/html/default.asp


deoxy99

  • Universe Sandbox 1 Beta Team
  • *****
  • Posts: 872
  • ✨ the name's verb ✨
Re: Free HTML tags
« Reply #2 on: March 18, 2010, 03:25:48 PM »
I use tab. It organizes it a lot better.

deoxy99

  • Universe Sandbox 1 Beta Team
  • *****
  • Posts: 872
  • ✨ the name's verb ✨
Re: Free HTML tags
« Reply #3 on: March 18, 2010, 03:27:21 PM »
Want a webpage code? Go ahead!

Code: [Select]
<HTML>
<HEADER>
<TITLE>My Video Showcase Website</TITLE>
</HEADER>
<BODY background=http://i1.ytimg.com/vi/LQxhIpOmlLQ/default.jpg text=FFFFFF>
<CENTER>
<P><H1>My Video Showcase Website:</H1></P>
<P><B>Welcome to my video showcase website! <br> In here, it will showcase my very own videos.</B></P>
<CENTER>
<B>My most recent videos:</B>
<TABLE Align="center" border="1" width="300" bgcolor="000000">
<TR>
<TD>
<object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/rGYufBcBhA0&hl=en_US&fs=1&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/rGYufBcBhA0&hl=en_US&fs=1&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object>
</TD>
</TR>

<TR>
<TD>
<object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/K-c_b6By1Jk&hl=en_US&fs=1&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/K-c_b6By1Jk&hl=en_US&fs=1&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object> </TD>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
« Last Edit: May 16, 2010, 12:18:27 PM by deoxy99 »

deoxy99

  • Universe Sandbox 1 Beta Team
  • *****
  • Posts: 872
  • ✨ the name's verb ✨
Re: Free HTML tags
« Reply #4 on: March 18, 2010, 03:28:03 PM »
That is complicated...I didn't even know it was that huge.

atomic7732

  • Global Moderator
  • *****
  • Posts: 3849
  • caught in the river turning blue
    • Paladin of Storms
Re: Free HTML tags
« Reply #5 on: March 18, 2010, 03:28:32 PM »
<form>
<textbox> (i think)
<button>

They make what they say... They are hard though... Well, you link some how and stuff...

What page is that anyway?

deoxy99

  • Universe Sandbox 1 Beta Team
  • *****
  • Posts: 872
  • ✨ the name's verb ✨
Re: Free HTML tags
« Reply #6 on: March 18, 2010, 03:28:59 PM »
Oh, go here for the info about buttons.

http://htmlhelp.com/reference/html40/forms/button.html

deoxy99

  • Universe Sandbox 1 Beta Team
  • *****
  • Posts: 872
  • ✨ the name's verb ✨
Re: Free HTML tags
« Reply #7 on: March 18, 2010, 03:30:00 PM »
<form>
<button>

They make what they say... They are hard though...

What page is that anyway?

Mine. I created it.

atomic7732

  • Global Moderator
  • *****
  • Posts: 3849
  • caught in the river turning blue
    • Paladin of Storms
Re: Free HTML tags
« Reply #8 on: March 18, 2010, 03:30:34 PM »
Umm... no, w3 chools is way easier there is no why or how, it just tell you what is what and shows you how!

atomic7732

  • Global Moderator
  • *****
  • Posts: 3849
  • caught in the river turning blue
    • Paladin of Storms
Re: Free HTML tags
« Reply #9 on: March 18, 2010, 03:30:55 PM »
<form>
<button>

They make what they say... They are hard though...

What page is that anyway?

Mine. I created it.
Is it on the internet?

deoxy99

  • Universe Sandbox 1 Beta Team
  • *****
  • Posts: 872
  • ✨ the name's verb ✨
Re: Free HTML tags
« Reply #10 on: March 18, 2010, 03:31:17 PM »
No.

By the way, I am never going to include the button tag. I will use links and no forms.
« Last Edit: March 18, 2010, 03:36:46 PM by deoxy99 »

deoxy99

  • Universe Sandbox 1 Beta Team
  • *****
  • Posts: 872
  • ✨ the name's verb ✨
Re: Free HTML tags
« Reply #11 on: March 18, 2010, 03:39:44 PM »
Use this:
<form method="post" action="">
<textarea name="comments" cols="40" rows="5">
Enter your comments here...
</textarea><br>
<input type="submit" value="Submit" />
</form>
That is a cool helper! Enjoy!

It's called text area, not text box.
« Last Edit: March 18, 2010, 03:54:47 PM by deoxy99 »

deoxy99

  • Universe Sandbox 1 Beta Team
  • *****
  • Posts: 872
  • ✨ the name's verb ✨
Re: Free HTML tags
« Reply #12 on: March 18, 2010, 03:55:22 PM »
Does this help anyone? No one knows wht they mean.

Also, refrain from using capitals, those are going out of date and do not work on some servers.

<html> the tag you use to make it.
<header> The header part
<body> The part with most stuff
<footer> The footer
<p> Paragraph, text goes here
<b> bold
<i>italics
<table>
<td>table seciont thing (i can't describe)
<tr> A row in the <td>
<br /> A line break
<li> list (i think)
<a href="http://universesandbox.com/"> link
<img src-"file\location.jpg"> images
<h1>level header
<h2>level header
<h3>level header (you can go to h6)

Modifiers

<p style="background-color:#FFFFFF">
<p style="font-family:Sylfaen">
<p style="font-size:570 pt">

No need for tab deoxy! I never use tab!

http://w3schools.com/html/default.asp


That wasn't necessary, the video talks about them.

atomic7732

  • Global Moderator
  • *****
  • Posts: 3849
  • caught in the river turning blue
    • Paladin of Storms
Re: Free HTML tags
« Reply #13 on: March 18, 2010, 03:56:38 PM »
NO NEED FOR CAPITALS IN HTML.

NO TABBING NEEDED EITHER.

Also, people probably aren't goign to watch the video.

deoxy99

  • Universe Sandbox 1 Beta Team
  • *****
  • Posts: 872
  • ✨ the name's verb ✨
Re: Free HTML tags
« Reply #14 on: March 18, 2010, 03:58:09 PM »
He explains it in a simple way. He is called Tinkernut.
You don't need tab, but it organizes it better.
And if you can't use capitals, don't.

Darvince

  • *****
  • Posts: 1842
  • 差不多
Re: Free HTML tags
« Reply #15 on: January 10, 2011, 10:47:53 PM »
NO NEED FOR CAPITALS IN HTML.

NO TABBING NEEDED EITHER.

Also, people probably aren't goign to watch the video.

wuut

Darvince

  • *****
  • Posts: 1842
  • 差不多
Re: Free HTML tags
« Reply #16 on: January 10, 2011, 10:50:23 PM »
Want a webpage code? Go ahead!

Code: [Select]
<HTML>
<HEADER>
<TITLE>My Video Showcase Website</TITLE>
</HEADER>
<BODY background=http://i1.ytimg.com/vi/LQxhIpOmlLQ/default.jpg text=FFFFFF>
<CENTER>
<P><H1>My Video Showcase Website:</H1></P>
<P><B>Welcome to my video showcase website! <br> In here, it will showcase my very own videos.</B></P>
<CENTER>
<B>My most recent videos:</B>
<TABLE Align="center" border="1" width="300" bgcolor="000000">
<TR>
<TD>
<object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/rGYufBcBhA0&hl=en_US&fs=1&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/rGYufBcBhA0&hl=en_US&fs=1&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object>
</TD>
</TR>

<TR>
<TD>
<object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/K-c_b6By1Jk&hl=en_US&fs=1&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/K-c_b6By1Jk&hl=en_US&fs=1&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object> </TD>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>

your face