editorscommunity
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeportalSearchLatest imagesRegisterLog in

 

 HTML tricks & tips :)

Go down 
+3
rebelchiq [ann]
irken08
chamie
7 posters
AuthorMessage
chamie
Moderator
chamie


Posts : 440
Join date : 2009-06-01
Age : 31
Location : philippines

HTML tricks & tips :) Empty
PostSubject: HTML tricks & tips :)   HTML tricks & tips :) EmptyTue Jun 09, 2009 10:49 pm

hi readers guest && eblibodi! Ms. mod is here again lol! Surprised

ok, for this post, i will place some HTML tricks && tips,. cheers

the rule is: you can comment,sugesst && correct my wrongs, but but only here on this topic Smile weee! hope for yer cooperation,. Very Happy

Razz tweetumzz! Razz

lol! bakit ba kasi ndi m q i add sa fs? para friends tau dba? lol!

this is: study

EC forum moderator Cool
Back to top Go down
http://xat.com/deathnote_fever
chamie
Moderator
chamie


Posts : 440
Join date : 2009-06-01
Age : 31
Location : philippines

HTML tricks & tips :) Empty
PostSubject: Re: HTML tricks & tips :)   HTML tricks & tips :) EmptyTue Jun 09, 2009 10:56 pm

for my first post hihihihi! here it is:

build a webpagebounce


What a Face cyclops


This tip will tell you exactly how to code your own HTML website.

First, remember that most tags must be eventually closed. The syntax would be: <tag> CONTENT </tag>.

Open a text editor such as notepad, or the HTML editor for your hosting service.

The first tag in your website should be <html>, which starts the HTML site.
Immediately after this should come the <head> tag.

So far, you should have the following:

<html>
<head>

The next step is to enter the title of your website. This is what shows up in the title bar of the internet browser. Put the title between the <title> and </title>. Then, end the head with </head>. You will end up with:


<html>
<head>
<title>TITLE</title>
</head>


Other data to put into the head includes metadata and stylesheet data.

The next step is to add the body of your website. This is where all the important stuff goes. Start out the body with the <body> tag. In a basic website, all the real content goes in the body.

The most basic way to write the body is to simply write a heading, then type.

Within the body, start off by writing the first heading. This should be big, so the <h1> tag should do the trick. After that, simply write the text of the site. Remember the syntax for making links:

<a href="http://www.linktarget.com">LINK</a>

And for making images:

<img src="http://imagesite.com/image.jpg"> .

Remember, most HTML Tips can be simply inserted into the body and used immediately.

Finish off the body with </body>, and the body is done.

The code with the body included should look like:


<html>
<head>
<title>TITLE</title>
</head>
<body>
<h1>THE SITE</h1>
blablabla
<a href="http://www.linktarget.com">LINK</a>
IMAGE:
<img src="http://imagesite.com/image.jpg">
</body>


Remember, you still have 1 more tag to close: the <html> tag. Close it with </html>, and your website is complete. The final code:


<html>
<head>
<title>TITLE</title>
</head>
<body>
<h1>THE SITE</h1>
blablabla
<a href="http://www.linktarget.com">LINK</a>
IMAGE:
<img src="http://imagesite.com/image.jpg">
</body>
</html>


If you want to see what that code looks like in a real web browser, go to this page, which uses the exact HTML code above:

Test Site

Your basic website is complete! For more advice on tables, frames, text formatting, Javascript, etc., look at the rest of the tips on this site. Almost all of them can simply be inserted in the body. Now you know how to make your website from HTML!

Also, if you are using Blogger, you can go to the "template" section of the dashboard, and edit the template, which is raw HTML. Be careful not to change too much stuff. The beginning data is stylesheet data, so don't mess around unless you know what you're doing. However, you can find the sidebar, and mess around with that quite freely.

You can always use a program like Frontpage or Dreamweaver, but raw coding is always the best way to make your website exactly like you want it!



yebahhh! Surprised

hope i helped weeeee! cheers

my repu wag kalimutan hahahaha! Very Happy

Razz tweetumzz! Razz

lol! bakit ba kasi ndi m q i add sa fs? para friends tau dba?click here na! lol!

this is: study

EC forum moderator Cool
Back to top Go down
http://xat.com/deathnote_fever
irken08
Adv. Moderator
irken08


Posts : 297
Join date : 2009-06-02
Age : 32
Location : -= bAcoLod ciTy =-

HTML tricks & tips :) Empty
PostSubject: Re: HTML tricks & tips :)   HTML tricks & tips :) EmptyWed Jun 10, 2009 8:06 am

..'tnx fer the tips siSsy..;]
Back to top Go down
rebelchiq [ann]
Moderator
rebelchiq [ann]


Posts : 686
Join date : 2009-06-06
Age : 32
Location : iloilo

HTML tricks & tips :) Empty
PostSubject: Re: HTML tricks & tips :)   HTML tricks & tips :) EmptyWed Jun 10, 2009 10:21 am

wow .. great XD

thanks fer dat XD
Back to top Go down
chamie
Moderator
chamie


Posts : 440
Join date : 2009-06-01
Age : 31
Location : philippines

HTML tricks & tips :) Empty
PostSubject: Re: HTML tricks & tips :)   HTML tricks & tips :) EmptyWed Jun 10, 2009 2:14 pm

n.p guys hihiihi! Surprised

cheers to eblibodi! cheers

next post later tweetumz! Very Happy

Razz tweetumzz! Razz

lol! bakit ba kasi ndi m q i add sa fs? para friends tau dba? lol!

this is: study

EC forum moderator Cool
Back to top Go down
http://xat.com/deathnote_fever
maceeh
Moderator
maceeh


Posts : 115
Join date : 2009-06-02
Age : 30
Location : EARTH:))

HTML tricks & tips :) Empty
PostSubject: Re: HTML tricks & tips :)   HTML tricks & tips :) EmptyWed Jun 10, 2009 4:31 pm

cheers!
tnx ate chamie!
yes sure! i'll add ur repu!!

tnx agen fer the share!!
Back to top Go down
chamie
Moderator
chamie


Posts : 440
Join date : 2009-06-01
Age : 31
Location : philippines

HTML tricks & tips :) Empty
PostSubject: Re: HTML tricks & tips :)   HTML tricks & tips :) EmptyWed Jun 10, 2009 5:30 pm

np prob guys heheheh! Surprised

tnx 4 d repus' also to macee.. hihi cheers

ill do some mor next tym.. Very Happy

Razz tweetumzz! Razz

lol! bakit ba kasi ndi m q i add sa fs? para friends tau dba? lol!

this is: study

EC forum moderator Cool
Back to top Go down
http://xat.com/deathnote_fever
emz[12]
Moderator
emz[12]


Posts : 546
Join date : 2009-06-06
Location : cagayan de oro city

HTML tricks & tips :) Empty
PostSubject: Re: HTML tricks & tips :)   HTML tricks & tips :) EmptyThu Jun 11, 2009 4:18 pm

MS. MOD . THAT COULD
REALLY help . weeee tnx
fer sharing //
Back to top Go down
chamie
Moderator
chamie


Posts : 440
Join date : 2009-06-01
Age : 31
Location : philippines

HTML tricks & tips :) Empty
PostSubject: Re: HTML tricks & tips :)   HTML tricks & tips :) EmptyThu Jun 11, 2009 4:30 pm

np emz Smile Surprised

dnt 4get mi repu hihihi! cheers

tnx 4 appriciating! Very Happy

Razz tweetumzz! Razz

lol! bakit ba kasi ndi m q i add sa fs? para friends tau dba? lol!

this is: study

EC forum moderator Cool
Back to top Go down
http://xat.com/deathnote_fever
emz[12]
Moderator
emz[12]


Posts : 546
Join date : 2009-06-06
Location : cagayan de oro city

HTML tricks & tips :) Empty
PostSubject: Re: HTML tricks & tips :)   HTML tricks & tips :) EmptyThu Jun 11, 2009 4:51 pm

OKIE MS. MOD.
one + repu for yah ..
mwaps. mmooorree power
Back to top Go down
chamie
Moderator
chamie


Posts : 440
Join date : 2009-06-01
Age : 31
Location : philippines

HTML tricks & tips :) Empty
PostSubject: Re: HTML tricks & tips :)   HTML tricks & tips :) EmptyThu Jun 11, 2009 10:11 pm

salamat pu sa repu Smile Surprised

mur power rin sau hihihhihi! cheers

lab.lab mwaps xoxo! Very Happy

Razz tweetumzz! Razz

lol! bakit ba kasi ndi m q i add sa fs? para friends tau dba? lol!

this is: study

EC forum moderator Cool
Back to top Go down
http://xat.com/deathnote_fever
emz[12]
Moderator
emz[12]


Posts : 546
Join date : 2009-06-06
Location : cagayan de oro city

HTML tricks & tips :) Empty
PostSubject: Re: HTML tricks & tips :)   HTML tricks & tips :) EmptyFri Jun 12, 2009 2:13 pm

more power sating lahat ..
oyeah2 . ur really great ms. mod
nyahihihihi
Back to top Go down
rebelchiq [ann]
Moderator
rebelchiq [ann]


Posts : 686
Join date : 2009-06-06
Age : 32
Location : iloilo

HTML tricks & tips :) Empty
PostSubject: Re: HTML tricks & tips :)   HTML tricks & tips :) EmptyFri Jun 12, 2009 3:25 pm

nice one. C:
Back to top Go down
chamie
Moderator
chamie


Posts : 440
Join date : 2009-06-01
Age : 31
Location : philippines

HTML tricks & tips :) Empty
PostSubject: Re: HTML tricks & tips :)   HTML tricks & tips :) EmptyFri Jun 12, 2009 10:50 pm

solomot po sa mga nakaka appreciate! Surprised

gob bless! at sa mga hindi nemen,, cgeh damay na rin kau sa blessing,, lmao.. cheers

kip posting! Very Happy

Razz tweetumzz! Razz

lol! bakit ba kasi ndi m q i add sa fs? para friends tau dba? lol!

this is: study

EC forum moderator Cool
Back to top Go down
http://xat.com/deathnote_fever
irken08
Adv. Moderator
irken08


Posts : 297
Join date : 2009-06-02
Age : 32
Location : -= bAcoLod ciTy =-

HTML tricks & tips :) Empty
PostSubject: Re: HTML tricks & tips :)   HTML tricks & tips :) EmptySat Jun 13, 2009 12:22 am

..'nice 0ne siSsy ku..
Back to top Go down
XxkaiserxX
EC Junior
XxkaiserxX


Posts : 478
Join date : 2009-06-11
Location : comfort room...

HTML tricks & tips :) Empty
PostSubject: Re: HTML tricks & tips :)   HTML tricks & tips :) EmptySat Jun 13, 2009 12:51 am

aUn, salAmaT saH paG-sHAre n2,

shAring is lOvIng^^

oNe rePU 4 U..
Back to top Go down
chamie
Moderator
chamie


Posts : 440
Join date : 2009-06-01
Age : 31
Location : philippines

HTML tricks & tips :) Empty
PostSubject: Re: HTML tricks & tips :)   HTML tricks & tips :) EmptySun Jun 14, 2009 10:24 pm

ahihihi ganun Very Happy Surprised

tenx 4 appriciating! cheers

vavabum! Very Happy Very Happy

Razz tweetumzz! Razz

lol! bakit ba kasi ndi m q i add sa fs? para friends tau dba? lol!

this is: study

EC forum moderator Cool
Back to top Go down
http://xat.com/deathnote_fever
anjhel01
EC Guest
anjhel01


Posts : 5
Join date : 2009-06-05
Age : 30

HTML tricks & tips :) Empty
PostSubject: Re: HTML tricks & tips :)   HTML tricks & tips :) EmptySat Jun 27, 2009 3:14 pm

thanks fOr shAriin.. bABY:]

LablAb




--------------------------

HTML tricks & tips :) 317e3nt
"tEll me wat tO do,and i tEll yOu OFF!!
-WILDHART.RoCKS!!! pirat
Back to top Go down
rebelchiq [ann]
Moderator
rebelchiq [ann]


Posts : 686
Join date : 2009-06-06
Age : 32
Location : iloilo

HTML tricks & tips :) Empty
PostSubject: Re: HTML tricks & tips :)   HTML tricks & tips :) EmptySat Jun 27, 2009 4:38 pm

iVE tried it already .. ITS NICE! C:
Back to top Go down
chamie
Moderator
chamie


Posts : 440
Join date : 2009-06-01
Age : 31
Location : philippines

HTML tricks & tips :) Empty
PostSubject: Re: HTML tricks & tips :)   HTML tricks & tips :) EmptySun Jul 05, 2009 12:22 pm

thaks guys!.. Surprised

dnt forget my repu, heheh.. cheers

be at active ok? Very Happy

Razz tweetumzz! Razz

lol! bakit ba kasi ndi m q i add sa fs? para friends tau dba? lol!

this is: study

EC forum moderator Cool
Back to top Go down
http://xat.com/deathnote_fever
Sponsored content





HTML tricks & tips :) Empty
PostSubject: Re: HTML tricks & tips :)   HTML tricks & tips :) Empty

Back to top Go down
 
HTML tricks & tips :)
Back to top 
Page 1 of 1
 Similar topics
-
» tips && tricks here!
» tricks here :]]
» HTML codes for your fs profile :)
» Basic html stuffs here :]]
» photography techniques and tips :)

Permissions in this forum:You cannot reply to topics in this forum
editorscommunity :: Friendster Design,tricks and codes :: HTML stuff-
Jump to: