inherit
92830
0
Oct 20, 2012 11:13:11 GMT -8
Wh40kFinatic
289
November 2006
lordsadow
|
Post by Wh40kFinatic on Aug 31, 2009 10:29:43 GMT -8
I am new to HTML and need help. Could someone give me the general outline? What is the code for images?
|
|
Kami
Forum Cat
Posts: 40,204
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,204
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Aug 31, 2009 10:34:58 GMT -8
I am new to HTML and need help. Could someone give me the general outline? What is the code for images? <img src="image URL here" alt="Text to show if image doesn't" /> If you're looking to learn HTML, try www.w3schools.com/htmL/
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Aug 31, 2009 15:09:06 GMT -8
w3schools isn't a very good tutorial. It's more of a reference sheet after you know it. html.net is a great tutorial, and it even teaches you coding standards.
|
|
inherit
92830
0
Oct 20, 2012 11:13:11 GMT -8
Wh40kFinatic
289
November 2006
lordsadow
|
Post by Wh40kFinatic on Aug 31, 2009 17:09:35 GMT -8
Thanks alot guys! Even though I've been rping for over five years and been administrating for four, you think I'd be used to HTML by now.
|
|
#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Aug 31, 2009 20:17:09 GMT -8
Thanks alot guys! Even though I've been rping for over five years and been administrating for four, you think I'd be used to HTML by now. Learning any type of computer language, even simple markup languages like HTML, require a significant amount of effort from the person who wants to learn. When I was learning, the tutorials always seemed to be straight forward and simple, but when it came to doing it myself I found it much harder. Just practice for a few days and you'll get it.
|
|
inherit
145594
0
Sept 3, 2009 2:16:27 GMT -8
i88power88
29
August 2009
i88power88
|
Post by i88power88 on Sept 1, 2009 7:59:27 GMT -8
to embed a site or webpage in your webpage/site
<iframe src ="html_intro.asp" width="100%" height="300"> <p>Your browser does not support iframes.</p> </iframe>
<iframe src ="html_intro.asp" width="100%" height="300"> |html_intro.asp| is the page to show
|width| explains itself |height| explains itself
| <p>Your browser does not support iframes.</p> | is the message shown if iframe is not working
| </ifram> | is the end of a iframe
|
|
inherit
145594
0
Sept 3, 2009 2:16:27 GMT -8
i88power88
29
August 2009
i88power88
|
Post by i88power88 on Sept 1, 2009 8:02:12 GMT -8
EDIT!!!!
| </iframe> | is the end of a iframe
===============================
when i'm stuck on a bit of html or need help i open google: and put in the search box "REDIRECT HTML" redirect is just a example for example it could be making your text bold so you would search "bold html" or title your webpage "html title" you get the picture?
good luck but html is nothing with out all the other coding languages
|
|