View Full Version : HTML help
Grifter
30-Jan-2004, 03:29 AM
Have few questions about html tags.
I know for bold its <strong>text</strong> and italics is <cite>text</cite> questions are...
1) What are the tags you you use for an image?? Can it be from a website or your computer??
2) What are the tags colored text??
3) What are the tags for using different sized text??
4) Is this going to be too complicated for me to understand and/or be able to do??:p
Thanks
answer to question 4 is probably going to be Yes.
Andrew Green
30-Jan-2004, 03:33 AM
HTML learning secret:
Find a simple page that has what you want. Go to the view menu, then view source.
Or do it in a editor that inserts those tags for you.
Word will even do this, just save as html.
shipto
30-Jan-2004, 06:38 AM
http://www.google.co.uk/search?sourceid=navclient&q=html+help
Greg-VT
30-Jan-2004, 07:08 AM
Hey Grifter. I quickly wrote this up for you for a basic reference:
<html>
<b><i><font size=15> Here's an image:</font></i></b><br>
<a href=http://www.martialartsplanet.com> <img src=http://www.martialartsplanet.com/graphics/navbar/images/logo.jpg></a>
<br><br><font>AND:</font>
<br><br><b>Bold Text</B><br>
<font color=#00000>Text is here </font><br>
<font color=#4c56f>And text is here </font><br>
<font color=#15b70>And also here </font>
<font color=#13131><b>:-D</B></font><br>
<font color=#ff0000 size=20>Large text is here </font><br>
<font color=blue>More coloured text</font><br>
<font color=green>And more</font><br>
<font color=red>And yet more </font>
<font color=fuchsia><b>:-D</B></font><br>
</html>
YODA
30-Jan-2004, 07:10 AM
<strong> is ok for bold - better than the older <b>
<cite> does make text italic - but so does <i> and so does <em>
Are you Citing or are you emphasising? Does it matter if both make italic text? Maybe not now but as you get deeper into html and CSS it may well do.
Here's a usefull link....
http://www.w3.org/TR/REC-html3
WhiteWizard
30-Jan-2004, 08:06 AM
DON'T EVER user word HTML unless you have dreamweaver to clean it up its truely horrible.
Don't use font tags ether they are being phased out.
good HTML tutorial can be found at www.w3schools.com.
Its very simple and easy to understand gives you step by step advice also tells you how to use CSS which is well worth doing.
booksie_girl
30-Jan-2004, 09:26 AM
Depends what you what to it for, while CSS is fantastic for more complex web pages/sites, if you just want something quickly, and simply, basic HTML would be better.
4. You should be able to handle it easily.
YODA
30-Jan-2004, 09:37 PM
Basic HTML as we know it now will be gone within 2 years.
Learn CSS!
Code your web page for content only and let CSS handle structure & layout.
abby
30-Jan-2004, 10:40 PM
Originally posted by YODA
<strong> is ok for bold - better than the older <b>
i'm lazy, i use <b> because it's so much shorter.
Originally posted by White Wizard
DON'T EVER user word HTML unless you have dreamweaver to clean it up its truely horrible.
ha, i use notepad! i clean it up myself.
WhiteWizard
30-Jan-2004, 10:46 PM
Software Engineer's make programs to do work for them :D
shipto
31-Jan-2004, 10:50 AM
I use arachnophilia love the program although I must say I preferred the old one to this new java one but that may just be because I am not used to it yet.
http://www.arachnoid.com/arachnophilia/
YODA
31-Jan-2004, 11:18 AM
Originally posted by abby
i'm lazy, i use <b> because it's so much shorter.
ha, i use notepad! i clean it up myself.
Cool - I assume you just have a chunk of wood to bite on when you have a tooth pulled too huh? :D
xubis
31-Jan-2004, 01:31 PM
No notepad! Editplus! ;P
totality
31-Jan-2004, 01:53 PM
PHPEditor by DZSoft or something like that.
Overmind1984
02-Feb-2004, 12:09 AM
I have respect for old school (notepad) coders, I myself am lazy and use Dreamweaver. I still go through the code by hand to make sure it is all good.
abby
03-Feb-2004, 04:16 AM
dreamweaver just annoys the heck out of me because it adds in extra code.... grrr... i feel like i have more control when i code everything from scratch.
YODA
03-Feb-2004, 07:01 AM
Then don't let it. The re-write code options are in the programme properties.
WhiteWizard
03-Feb-2004, 11:28 AM
very easy to write raw code in dreamweaver too you know.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.