SMF For Free Support Forum
Signup For Free Forum
August 30, 2008, 10:45:15 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: [1]
  Print  
Author Topic: Is this a good code? Im just learning btw  (Read 727 times)
0 Members and 1 Guest are viewing this topic.
nativejim
SMF For Free Newbie
*
Offline Offline

Posts: 10


View Profile
« 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>
Logged
Celebrus
SMF For Free Hero
*
Offline Offline

Posts: 745


Previously known as Omikron


View Profile WWW
« 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:
<!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.
Logged

Ravage™
SMF For Free Sr. Member
*
Offline Offline

Posts: 482


Ravage Beast!


View Profile WWW
« 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:
<!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:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
Logged
Kalphiter
SMF For Free Full Member
*
Offline Offline

Posts: 111



View Profile
« 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 />
Logged


Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 0.256 seconds with 18 queries.