Welcome to Hackers Alliance!

Basic HTML tutorial by Double_0_negative

  • Archived

    The forum is archived and used for testing. It is currently read-only to visitors.
    It has been upgraded from vBulletin 3.8.x to XenForo for security purposes and future-proofing. Proprietary code and modifications (such as code database and HA bot) are broken with XenForo and will stay only with vBulletin.

Double_0_negative

Hackers Alliance Veteran
Administrator
Sep 18, 2010
444
8
0
so, anyone that wants to learn basic html. im making this tutorial for you. You wont be able to make a website out of this, but its the basics so you can start learning.

almost every html "tag" start with < tag> and ends with < /tag>. (there are some that dont have the ending tag, but those are more advanced and we wont be learning them yet





so first of, lets start with some basic commands
HTML:
bold = <b>
Italic =  <i>
strike through = <s>
underline = <u>
Some bold text
Some itallic text
<s>Some striked text</s>
Some underline text

and they can be combined
<s>Some crazy text</s>
<hr>
now for list. there are two kinds of list. unordered list and ordered list. < ul> = unordered < ol> = Ordered list. every list contains another element though, no matter the kind. they contain the < li> tag or List item tag

HTML:
example list. first is unordered, and second is ordered

notice the ul and ol tags go around the list items

   List item 1
   list item 2
   List item 3



   List item 1
   list item 2
   List item 3
will look like

  • List item 1
  • list item 2
  • List item 3



  1. List item 1
  2. list item 2
  3. List item 3



<hr>

the next big thing is tables. there is three major part to a table. (four if you inclue < tbody> buts thats useless to us atm, and the < th> tag, we will get to this later)
HTML:
the tag the tag and the   tage and the the   tag.

the tag goes around the whole table

starts and ends a row in a table
and
tags

   is a table cell

heres an example. notice the locations of the  

        
     
     
       
        
       
       
       
  First left cell first right cell   second left cell second right cell
looks like this



well thanks for reading my tut on basic html commands. if you have any more questions, please ask. the next tut will be on basic page elements like links, and images, and some basic formatting.<s></s>
 
Last edited by a moderator:

cr4zy_dude_h4x

Super Moderator
Super Moderator
Sep 19, 2010
172
1
0
thanks double :D this tut helped me a lot, got a basic stuff down. (finally had time to read this). cant wait till the next one :) love your stuff
 

Double_0_negative

Hackers Alliance Veteran
Administrator
Sep 18, 2010
444
8
0
your welcome cr4zy :) the next one will come as soon as i have time. probably not till after ive finished a beta of icejaw tho
 
This site has been archived and is no longer accepting new content.

About us

  • Hackers Alliance is a small community forum about gaming and console hacking. Join our humble community to share ideas, game cheats, mods, and be part of an amazing growing community!

Quick Navigation

User Menu