360haven works best with JavaScript enabled
HTML Basic
Loading
Register
Results 1 to 2 of 2

Thread: HTML Basic

  1. #1
    DEADBEEF

    JizzaBeez is offline
    Join Date : Nov 2010
    Posts : 777
    Array

    HTML Basic

    HTML Headings

    HTML headings are defined with the <h1> to <h6> tags.

    Example
    [HTML]<h1>This is a heading</h1>
    <h2>This is a heading</h2>
    <h3>This is a heading</h3> [/HTML]
    Try it yourself »


    HTML Paragraphs

    HTML paragraphs are defined with the <p> tag.

    Example
    [HTML]<p>This is a paragraph.</p>
    <p>This is another paragraph.</p> [/HTML]
    Try it yourself »


    HTML Links

    HTML links are defined with the <a> tag.

    Example
    [HTML]<a href="http://www.w3schools.com">This is a link</a> [/HTML]
    Try it yourself »

    Note:
    The link address is specified in the href attribute.
    (You will learn about attributes in a later chapter of this tutorial).


    HTML Images

    HTML images are defined with the <img> tag.

    Example
    [HTML]<img src="w3schools.jpg" width="104" height="142" /> [/HTML]
    Try it yourself »

    Note:
    The name and the size of the image are provided as attributes.


    read more here...

  2. #2
    Twis7eD
    Some examples:

    Headings:
    Depending on what heading number you are using, it will change the size of the text. IE: <h1> is going to be a bigger text than <h3>.

    Links:
    The example link above would show up like this: This is a link

    Images:
    The example image above would show up like this:
    Note that you can't always just put the name of the image. If it is linking to an external image that is not hosted in the same directory as the web page that you are uploading, then you will need to put the full URL to the image.

 

 

Similar Threads

  1. Help with CSS/HTML
    By Mocha in forum Discussion and Help
    Replies: 4
    Last Post: 03-30-2011, 12:58 AM
  2. HTML Colors
    By JizzaBeez in forum Tutorials and Resources
    Replies: 0
    Last Post: 03-03-2011, 06:39 AM
  3. HTML Tables
    By JizzaBeez in forum Tutorials and Resources
    Replies: 0
    Last Post: 03-03-2011, 06:18 AM
  4. HTML Elements
    By JizzaBeez in forum Tutorials and Resources
    Replies: 0
    Last Post: 03-03-2011, 06:00 AM
  5. HTML CSS
    By JizzaBeez in forum Tutorials and Resources
    Replies: 0
    Last Post: 03-03-2011, 05:43 AM

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

About 360haven

    360haven is an Forum Devoted To Game modding Fans from all over the world.

    An Awesome Community of Xbox 360 Gamers, Modders and Developers who Create & Share Tutorials, Applications, Gfx, Trainers and Gamesaves.

    A haven for the l33t.
    A scarce paradise for modders.

★★★★★¯\_(ツ)_/¯