Results 1 to 2 of 2

Thread: HTML Expert help

  1. #1
    Ashfaq_designer is offline Senior Member+
    Last Online
    1st July 2014 @ 01:16 PM
    Join Date
    12 Aug 2008
    Age
    38
    Posts
    301
    Threads
    74
    Credits
    965
    Thanked
    11

    Default HTML Expert help

    AoA
    sab brothers and sisters ko salaam
    mera Question ye hey k main Dreamever main Spry k throw ya <UL><li> k throw drop down menu banana sekhna chahta hoon
    agar koi bahi bata sakey to navasah ho gi
    Best Reguard: Ashfaq

  2. #2
    tryn0t0cry is offline Member
    Last Online
    22nd April 2010 @ 05:17 AM
    Join Date
    29 Aug 2009
    Location
    Computer
    Posts
    326
    Threads
    41
    Thanked
    17

    Default

    <head>
    <title>this is the title of the web page</title>
    </head>
    <body>
    <ul>
    <li>CSS</li>
    <li>HTML</li>
    <li>Tutorial</li>
    </ul>
    </body>
    </html>


    The HTML code produces the example below:
    . CSS
    . HTML
    . Tutorial

    __________________________________________________ ___

    <head>
    <title>this is the title of the web page</title>
    </head>
    <body>
    <ol>
    <li>CSS</li>
    <li>HTML</li>
    <li>Tutorial</li>
    </ol>
    </body>
    </html>


    The HTML code produces the example below:
    1.CSS
    2.HTML
    3.Tutorial

Similar Threads

  1. Any html expert here?????????
    By MUHAMMAD_ZIA in forum Ask an Expert
    Replies: 4
    Last Post: 19th June 2011, 05:12 PM
  2. HTML Expert can you help me plz
    By Ashfaq_designer in forum Ask an Expert
    Replies: 8
    Last Post: 7th August 2009, 08:56 AM
  3. HTML Expert can you help me plz
    By Ashfaq_designer in forum Ask an Expert
    Replies: 1
    Last Post: 4th August 2009, 05:11 PM
  4. Plz help html expert
    By shahid1 in forum Ask an Expert
    Replies: 4
    Last Post: 9th May 2009, 02:05 PM

Bookmarks

Posting Permissions

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