PDN Fanatics

Paint.Net Fan Site Images, discussion, comments, and more
Home Page Play games in the arcade Home Page Home Page Home Page
  Register
Login 
View unanswered posts View active topics

Delete all board cookies

All times are UTC



Welcome
Welcome to <strong>PDN Fanatics</strong>.

You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, <a href="/profile.php?mode=register">join our community today</a>!


Home Page Home Page  [ 3 posts ] 
  Print view
Previous topic | Next topic 
Author Message
Offline 
 Post subject: Understanding the concept of coding (HTML)
PostPosted: Tue Aug 28, 2007 7:44 pm 
Artist
Artist

Joined: Wed Jun 27, 2007 1:03 pm
Posts: 31
I know it was really hard for me to understand HTML at first, so I'll put it in a way anyone should understand. It takes a sort of mind set to get the concept.

HTML/XHTML is very easy once you get the concept, trust me.

Alright, so, HTML is just a big list of commands that tell the browser (Firefox, IE, etc.) what to show on a webpage.

These "commands" are surrounded by < and >. These two symbols tell the browser that a command is in between them.

So, say we want to make our text bold, how do we tell the browser to make it bold? No, you don't scream and kick it, look at the following code.

Code:
<b>This text would be bold if HTML was enabled in this post.</b>


See how the text in between the <b> and the </b>? This means that the text in between them will be bold.

Now, did you notice that the last <b> had a / behind the b? So its </b>.

The / tells the browser to stop making things bold. Its a kind of door stopper.

The commands I've been telling you about are called tags. Tags are any HTML command.

So, how does this make a webpage?

A large combination of tags create a webpage. There are set tags that do set things, such as:

Code:
<a href="http://pdnfans.freeforums.org/index.php">PdN Fans</a>

The code above links text to a URL. So the phrase PdN Fans would be linked to index.php.

I hope this helped someone understand HTML better. It is a really fun thing to learn.

w3schools has a very in depth tutorial for it, look here.

This tutorial is meant for those people who do not understand the concepts of HTML/coding in general. It is not meant to be a detailed description, more of a taste for starting out.


Top
 Profile  
 
Offline 
 Post subject:
PostPosted: Tue Aug 28, 2007 8:26 pm 
User avatar
Site Admin
Site Admin

Joined: Tue Jun 26, 2007 3:07 am
Posts: 567
Location: WI, USA, World, Solar System
Excellent introduction, Stickied :D




Top
 Profile  
 
Offline 
 Post subject:
PostPosted: Tue Aug 28, 2007 9:01 pm 
Artist
Artist

Joined: Wed Jun 27, 2007 1:03 pm
Posts: 31
Thank you :D


Light always travels faster than sound. This is why some people seem bright before you hear them speak.


My Website
My Blog
My dA


Top
 Profile  
 
Search for:
Display posts from previous:  Sort by  
Home Page Home Page  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum
Jump to: