Results 1 to 10 of 10
  1. #1
    Spookerzz's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    4,647
    Reputation
    26
    Thanks
    572

    Basic HTML Tut #3

    Heres part three of our wonderful tutorial ... In this we will have several parts

    How to add a link
    <html>
    <body>
    <h1>MPGH</h1>
    <p>Youtube <a href="www.youtube.com">This is a link</a>
    </body>
    </html>


    How to insert Images
    <img src="Type the file name of you pic for instance Tutorial.jpg" width="100" height="200" />
    Before you do that you have to check out your file type, width and hight
    I'm back.

  2. #2
    yearupie's Avatar
    Join Date
    Apr 2008
    Gender
    male
    Posts
    54
    Reputation
    11
    Thanks
    2
    The width and height is not required.
    You also forget the alt="" !

    [php]<img src="tutorial.jpg" alt="my picture" />[/php]

  3. #3
    D e a t h h a u n t S's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    On the Mpgh Server hidden between microchips but Shh..!!
    Posts
    525
    Reputation
    22
    Thanks
    146
    My Mood
    Relaxed
    Fail ... you keep forgetting to put the

    <html>
    <HEAD>
    <title> Title here </title>
    </head>
    <body>
    blablabla
    </body>
    </html>

    You forget to put the Header Tut tut ... :P you said in another tutorial that you just learnt it ... then why are you doing tutorials on HTml if you didn't know that ...

    BTW guys if anyone needs help on any Html stuff ...

    PM ME ! xD

    ps: please stop doing tutorials ... clearly you do not properly understand HTML ... learn it in full first then give tutorials.

  4. #4
    Spookerzz's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    4,647
    Reputation
    26
    Thanks
    572
    If your such a genuis then why dont YOU Do a tutorial?

    I'm trying to help
    I'm back.

  5. #5
    Dărk Ghσsτ's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    In the shadows
    Posts
    6
    Reputation
    10
    Thanks
    0
    Lool you fail it's
    <html>
    <head>
    <title>This is how we do it</title>
    <body>
    This is how <b>we</B> do it
    </body>
    </html>

    If you don't think its that copy and paste and save as .html...

  6. #6
    Spookerzz's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    4,647
    Reputation
    26
    Thanks
    572
    Shut up patrick...
    I'm back.

  7. #7
    Matrix10's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    3
    My Mood
    Fine
    Quote Originally Posted by Dărk Ghσsτ View Post
    Lool you fail it's
    <html>
    <head>
    <title>This is how we do it</title>
    <body>
    This is how <b>we</B> do it
    </body>
    </html>

    If you don't think its that copy and paste and save as .html...
    hi erm yeah thats right but you forgot to close the header
    instead of

    <html>
    <head>
    <title>This is how we do it</title>
    <body>

    should be

    <html>
    <head>
    <title>This is how we do it</title>
    </head>
    <body>

    dont really make a difference but its a cleaner code like that

    Btw im D e a t h h a u n t s
    and ___GodLike___ i don't do html tutorials cos html is sooo easy to learn, i code Visual basic 2008 now
    and starting c++
    html is like the worest lol, its too easy.

  8. #8
    Spookerzz's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    4,647
    Reputation
    26
    Thanks
    572
    Good your banned
    I'm back.

  9. #9
    yearupie's Avatar
    Join Date
    Apr 2008
    Gender
    male
    Posts
    54
    Reputation
    11
    Thanks
    2

    Thumbs down

    Quote Originally Posted by ___GodLike___ View Post
    Good your banned
    Why banned??
    This forum is great!

  10. #10
    Spookerzz's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    4,647
    Reputation
    26
    Thanks
    572
    Hmf dunno...
    Do you make warrock hacks?
    I'm back.

Similar Threads

  1. Basic HTML Tut #4
    By Spookerzz in forum Web Languages
    Replies: 6
    Last Post: 03-12-2010, 10:44 PM
  2. Basic HTML Tut #6
    By Spookerzz in forum Web Languages
    Replies: 2
    Last Post: 03-12-2010, 04:01 AM
  3. Basic HTML Tut #1
    By Spookerzz in forum Web Languages
    Replies: 7
    Last Post: 02-27-2010, 04:21 PM
  4. Basic HTML Tut #2
    By Spookerzz in forum Web Languages
    Replies: 2
    Last Post: 02-22-2010, 03:22 PM
  5. Basic HTML Tut #5
    By Spookerzz in forum Web Languages
    Replies: 0
    Last Post: 01-30-2010, 06:52 AM