Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> {} Html'ing & Basic Codes {}, Basic coding HTML for beginners!
KovoWolf
post Feb 1 2006, 11:22 PM
Post #1


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 8
Joined: 1-February 06
From: My Mind
Member No.: 11,024



** I was looking through the tutorials page and I saw one tutorial on beginning HTML, I thought I would expand a little on it and show ya some basic codes you can use for your website if your beginning HTML! **


Beginning HTML

HTML isnt all that hard. Once you get the hang of it, its quite a breeze, but sense your starting out new and would like some basic help on how to do simple things regarding HTML heres a little help for you! First off, lets start out with what HTML means and what you need to write it.

* HTML - Hypertext Markup Language which is a software language used to create websites. HTML can be written in something as simple as WORDPAD or in any webdesigning program such as dreamweaver, front page or any other web based program used to create HTML.

* HTML uses a thing called 'tags'. A tag will always begin with a less than sign, like this: <. The tags will end with a greater than sign, like this: >. There will always be something put between those tags to give a certian effect. For example if you wanted to BOLD somthing the tag would look like this:

CODE

This will -bold- your desired text!

<b> BOLD </b>



Simple see! Now, NOTE there is always a closing tag. For this you need to have a closing tag especially with the below codes, otherwise all your text on your webpage will appear bold. Below is a small list of codes you can use giving you certian effects

Simple Codes That REQUIRE End tags

CODE

<b> BOLD</b>
<i>Italic </i>
<u> Underline</u>

Simple Codes That DONT require End tags

<br> - adds a space between text
<hr> - adds a line/break between text
<p> - makes a paragraph


Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Three Html/ Css/ Javascript Tutorials(6)
  2. Creating Tooltips(7)
  3. Starting Your Website With Html(7)
  4. Html Meta Tags Tutorial(21)
  5. {} Changing Font Color / Size {}(14)
  6. Integrating Html And Css(9)
  7. A Tutorial For Html Color Codes(7)
  8. Coding Html Properly In The New Age(15)
  9. 4 Html Based Website Tips(4)


 



- Lo-Fi Version Time is now: 30th August 2008 - 01:45 PM