Advertise Here

Author Topic: Is this a good code? Im just learning btw  (Read 6222 times)

0 Members and 1 Guest are viewing this topic.

Offline nativejim

  • SMF For Free Newbie
  • *
  • Posts: 10
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Is this a good code? Im just learning btw
« on: December 22, 2007, 11:12:43 pm »
Forum Url: http://runerevealers.smfforfree4.com
<html>
<body>

<b>These forums rock!</b>
<br>

<b>Im learning so help me out</b>
<br>

<strong>Im not sure what "strong" means but tell me</strong>
<br>

<small>This makes the text small</small>
<br>

Offline Celebrus

  • SMF For Free Hero
  • *
  • Posts: 941
    • View Profile
    • Vikhyat Korrapati

  • Total Badges: 16
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: Is this a good code? Im just learning btw
« Reply #1 on: December 22, 2007, 11:34:17 pm »
Actually, it is a little flawed.
You haven't mentioned which version of which markup language you are using, what character coding it is in, don't have a head section and haven't closed many tags.
Code: [Select]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title></title>
</head>
<body>
<strong>These forums rock!</strong><br>
<strong>Im learning so help me out</strong><br>
<strong>Im not sure what "strong" means but tell me</strong><br>
<small>This makes the text small</small><br>
</body>
</html>

And always try to have it validated by http://validator.w3.org/check
They also have a tool called HTML tIdy Up,  that's what I used to clear up your code.

Offline Ravage™

  • SMF For Free Hero
  • *
  • Posts: 557
  • Ravage Beast!
    • View Profile
    • Ravage World

  • Total Badges: 18
    Badges: (View All)
    Topic Starter Combination Level 4 Level 3 Level 2
Re: Is this a good code? Im just learning btw
« Reply #2 on: December 25, 2007, 08:37:36 am »
Actually, it is a little flawed.
You haven't mentioned which version of which markup language you are using, what character coding it is in, don't have a head section and haven't closed many tags.
Code: [Select]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title></title>
</head>
<body>
<strong>These forums rock!</strong><br>
<strong>Im learning so help me out</strong><br>
<strong>Im not sure what "strong" means but tell me</strong><br>
<small>This makes the text small</small><br>
</body>
</html>

And always try to have it validated by http://validator.w3.org/check
They also have a tool called HTML tIdy Up,  that's what I used to clear up your code.


Take
Code: [Select]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">

Offline Kalphiter

  • SMF For Free Full Member
  • *
  • Posts: 135
  • DE30AC #409
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: Is this a good code? Im just learning btw
« Reply #3 on: July 03, 2008, 07:48:56 pm »
<html>
<body>

<b>These forums rock!</b>
<br>

<b>Im learning so help me out</b>
<br>

<strong>Im not sure what "strong" means but tell me</strong>
<br>

<small>This makes the text small</small>
<br>

Use <br/> or <br />

 

Related Topics

  Subject / Started by Replies Last post
3 Replies
2075 Views
Last post March 31, 2006, 08:36:54 pm
by SMF For Free
0 Replies
1016 Views
Last post December 07, 2007, 03:33:06 am
by Global
8 Replies
7202 Views
Last post July 09, 2008, 07:17:47 pm
by LaundryLady
1 Replies
998 Views
Last post April 07, 2008, 04:48:28 pm
by Max.
3 Replies
1462 Views
Last post April 05, 2009, 05:09:53 pm
by mkhk