Exforsys
+ Reply to Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 24

HTML for starters

This is a discussion on HTML for starters within the Html forums, part of the Programming Talk category; to start a basic site using html, you need to remember 1 thing. Whenever you open a tag, you must ...

  1. #1
    Ro_Maniak is offline Junior Member Array
    Join Date
    Apr 2006
    Answers
    10

    HTML for starters

    to start a basic site using html, you need to remember 1 thing. Whenever you open a tag, you must close it. A basic html site would look like so:
    Code:
    
    
    

    Hello World

    notice that every tag is closed?
    Now some info about what that does.
    -starts the coding
    -changes the background color to black

    -lets you type a messege which is anywhing between

    and


    -changes the font colour to white

    To test this out: Open up NotePad, copy and paste that code, same it as index.html and then double click on that icon when saved. You should see an offline webpage with a black background and white txt saying Hellow World.

    Questions Comments? post them here. I'll be adding more to this small tutorial very soon.


  2. #2
    Darkcard is offline Junior Member Array
    Join Date
    Apr 2006
    Answers
    1
    This is an good small tutorial for those new to HTML. People do need a place to start, and why not start with the basics. I like this tutorial, I'm sure showing people this will allow alot more people to become interested in learning HTML.

    Now, if you dont mind me adding a small bit to this, may I?

    Most websites start out with a simple layout of tags. Tags are the letters you see in the brackets ( '<' '>' ) Most websites have a simple lineup of tags to start, which is easy to memorize with a few moments of practice. Keep in mind that the closeing tag always has a '/' before the tag name.

    Code:
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    This is the basic setup to start makeing your webpage.

    PS: If the maker of this thread wants this removed, just send the PM, I am only trying to help. I hope you don't mind.


  3. #3
    Ro_Maniak is offline Junior Member Array
    Join Date
    Apr 2006
    Answers
    10
    no way man, I'm thrilled you posted!!!
    let's do this together, let's teach everyone out there how to use html!
    the more the merrier, I hope other people will be inspired and decide to help as well.
    then, we'll have the best tutorial ever, and other sites will want to come and use our tutorial and we'll become famous! jkz, but it will be good


  4. #4
    johntp's Avatar
    johntp is offline Junior Member Array
    Join Date
    Apr 2006
    Answers
    2

    First tip

    My first tip to HTML starters, don't use Tables! They are outdated, use CSS to control the layout


  5. #5
    iatbm's Avatar
    iatbm is offline Member Array
    Join Date
    Apr 2006
    Answers
    34
    If you are getting serious in html and website design, YES you should start using css for page elements. It is quite easy. You have w3c schools for starters and this handy firefox extension It is a must for every web designer !!

    https://addons.mozilla.org/firefox/60/

    And here is some css cheat sheet for your desktop




  6. #6
    iatbm's Avatar
    iatbm is offline Member Array
    Join Date
    Apr 2006
    Answers
    34
    I am sory for page width, but i am sure you can forgive me since it is very usefull


  7. #7
    MadKad is offline Junior Member Array
    Join Date
    Apr 2006
    Answers
    8
    Remember that are also tags that don’t need to be closed as well like

    Code:
    
    
    There are meant to be like this and always have but I would always recommend closing them like this

    Code:
    
    
    This will stop HTML errors when validating your WebPages


  8. #8
    mtajim is offline Junior Member Array
    Join Date
    Apr 2006
    Answers
    22
    One thing i would like to say for Starters in HTML "try to avoid Frames" and Marquees because they make your site look ugly in browsers other then IE.


  9. #9
    liam_bleu's Avatar
    liam_bleu is offline Junior Member Array
    Join Date
    Apr 2006
    Answers
    14
    yes.. and avoid using framese for your site, it doesnt only look bad.. its confusing for search engine spiders too.. so better keep out of it..


  10. #10
    Ricky is offline Junior Member Array
    Join Date
    Apr 2006
    Answers
    19
    Really nice for beginers! I wouldn't recommend learning HTML by yourself though! I've learned all I know in the classroom and I have developed from their each time I create a new website!

    My name is Rick and I'm a Exforsysoholic! (Is that even a word lol)

    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...