Web designers

Would you like to react to this message? Create an account in a few clicks or log in to continue.
Web designers

A place to learn, develop and share your knowledge


2 posters

    Very basic HTML

    Yanz
    Yanz
    Admin


    Posts : 3
    Join date : 2008-11-01
    Age : 31

    Very basic HTML Empty Very basic HTML

    Post by Yanz Thu Nov 06, 2008 11:31 am

    Basic structure of a page

    <html>
    <title> Title of page </title>
    <style> For all your styles, EG; CSS </style>
    <body> Main part of page </body>
    </html>

    In your body tag

    <body>
    <h1> Big header </h1> (You can have <h1> to <h9>)
    <p> Normal text, Hello! How are you? </p>
    <b> Bold text! </b>
    <i> Italics </i>
    <font color="colour here"> Text Here </font>
    </body>


    You can also choose to write it like this;
    <body><h1> Big header </h1><p> Normal text, Hello! How are you? </p><b> Bold text! </b><i> Italics </i><font color="colour here"> Text Here </font></body>

    LINKS:
    <a href="http://URL"> Text here </a>
    Link ^

    <img src="http://URL/someimage.jpg">
    ^ Image link


    Last edited by Yanz on Sat Nov 08, 2008 8:08 am; edited 1 time in total
    nixdabest
    nixdabest
    Admin


    Posts : 2
    Join date : 2008-11-06
    Age : 30
    Location : Townsville

    Very basic HTML Empty Re: Very basic HTML

    Post by nixdabest Thu Nov 06, 2008 12:37 pm

    I'm not great with html but i do know that u missed out on <br> which puts the text on a new line,
    <marquee> scrolls text

    my favourite marquee is this

    <table style="background:#7A7171 url();top:152px;left:0px;width:280px;height:10px;b order:0px">
    <tr><td valign="top">
    <marquee direction=up scrollAmount=2 scrollDelay=0 style="filter:wave(add=0,phase=1,freq=2,strength=3);heig ht:200px">
    <center>
    <font style="font-family:comic sans ms;color:#FFFFFF;font-size:14px"><b>Yanix Gaming</b><br>
    <HR size=2 width=90% color="#FFFFFF"><br>xxxxxxx<br>xxxxxxx<br><br>xxxxxxx<br>xxxxxxx<br><br>xxxxxxx<br>xxxxxxx<br>
    <br>xxxxxxx<br>xxxxxxx<br>
    </center></font></marquee></td></tr></table>

    it makes text appear in a table but with no lines of course.....you can change the font and background colour and it scrolls up like credits!!!!
    Yanz
    Yanz
    Admin


    Posts : 3
    Join date : 2008-11-01
    Age : 31

    Very basic HTML Empty Re: Very basic HTML

    Post by Yanz Fri Nov 07, 2008 12:34 pm

    Not to mention it changes colour so to speak, and looks like it shines.
    Also when writing up your tags make sure you follow XHTML rules and close all tags and for the <br> simply write it as: <br />
    nixdabest
    nixdabest
    Admin


    Posts : 2
    Join date : 2008-11-06
    Age : 30
    Location : Townsville

    Very basic HTML Empty Re: Very basic HTML

    Post by nixdabest Mon Nov 10, 2008 10:07 am

    It doesn't matter....that coding will still work...........DONT U STEAL IT!!!! lol

    Sponsored content


    Very basic HTML Empty Re: Very basic HTML

    Post by Sponsored content


      Current date/time is Sun May 12, 2024 2:26 am