![]() |
|
|
#1
|
||
|
Hello,
Could someone give me sites or just some tips with html. I haven't tried it yet so I do not know how . Thanks |
|
|
|
||
|
#2
|
||
|
well you should try this website: www.tutorialized.com [here you find tutorials for everything, including photoshop, html, php.. and others]. HTML is pretty easy if you use Dreamweaver... and you can also get a free template from somewhere, and just modify it and there you go... in a couple of minutes you'll have your own website
|
|
|
|
||
|
#3
|
||
|
www.davesite.com/webstation/html/
www.w3schools.com/html/ www.htmlgoodies.com/ www.2createawebsite.com/build/html.html These websites are really good you can check these.You will find useful information.
__________________
ADCASH REG AND MAKE MONEY NICE WAY TO EARN MONEY ONLINE. |
|
|
|
||
|
#4
|
||
|
www.htmlcodetutorial.com has the most extensive list of HTML code tutorials I have seen. Some even includes video tutorials for easier learning.
__________________
DropShip Business | DropShip Business $1 Bid Directory | Wordpress Themes Gallery Online P�ker | 2 Girls 1 Finger | *** Free file hosting *** |
|
|
|
||
|
#5
|
||
|
Type following words in notepad and save the file as .html open it in internet explorer and see what happenes..
HTML Code:
<!-- Status Bar Scroller
A simple status bar text scroll
-->
<BODY onLoad="coffeescroll(100)">
<SCRIPT>
<!--
function coffeescroll(seed) {
var m1 = "Visit the xtremefast.com!";
var m2 = " Your source for the best Web hosting!";
var m3 = " http://www.xtremefast.com";
var m4 = "";
var msg=m1+m2+m3+m4;
var out = " ";
var c = 1;
if (seed > 100) {
seed--;
cmd="coffeescroll("+seed+")";
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 100 && seed > 0) {
for (c=0 ; c < seed ; c++) {
out+=" ";
}
out+=msg;
seed--;
window.status=out;
cmd="coffeescroll("+seed+")";
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 0) {
if (-seed < msg.length) {
out+=msg.substring(-seed,msg.length);
seed--;
window.status=out;
cmd="coffeescroll("+seed+")";
timerTwo=window.setTimeout(cmd,100);
}
else {
window.status=" ";
timerTwo=window.setTimeout("coffeescroll(100)",75);
}
}
}
//-->
</SCRIPT>
|
|
|
|
||
|
#6
|
||
|
www.davesite.com/webstation/html/
www.w3schools.com/html/ www.htmlgoodies.com/ www.2createawebsite.com/build/html.html Check these websites for html tutorials.
__________________
ADCASH REG AND MAKE MONEY NICE WAY TO EARN MONEY ONLINE. |
|
|
|
||
|
#7
|
||
|
Thanks guys . I will need them in the future . Mods you can lock the topic :P
|
|
|
|
||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| All HTML tags and HTML, PHP...Tutorials | modric | Website Design Tutorials | 6 | 04-24-2008 13:05 |
| Html Pad | nazia | Programming | 4 | 12-18-2007 00:03 |
| Free HTML tutorials | asianinvasion | Other Free Resources | 10 | 10-02-2007 11:30 |
| Free HTML and CSS tutorials | Oinnk | Other Free Resources | 1 | 07-31-2007 15:13 |
| Genera3D.com has video tutorials | The_Original_Coolprogram | Website Design Tutorials | 0 | 09-19-2006 20:55 |