Friday 4, Apr 2025

Adsense

Translate the website into your language :)

Latest News

    Powered by Blogger.
    Himadri

    Web Design : Making headline in a box (using HTML)



    In this lesson we’ll make a box & put the headline inside it.Just like this image.




    Now lets go how we can do this.
    First open a notepad.To open notepad go
    Start>>All programs/programs>>Accessories>>Notepad
    We have open a notepad.Then we apply the simple HTML code.
    <html>
    <body>
    (BODY part)
    </body>
    </html>
    At Body part we write our desire writing.The part which we want to highlight we need to apply these codes:
    <html>

    <head>

    <title>Untitled Document</title>

    </head>

    <body>
    <table width="341" height="75" border="1" align="center" bordercolor="#000099" bgcolor="#CCCCCC">
      <tr>

        <td> <div align="center">This is the headline </div></td>

      </tr>

    </table>

    <p></p>

    <p>This is sub-lines.General codes will applied here. </p>

    </body>

    </html>

    You can change the table width and height a your desired. See this image:
     


    Now save it as name.html.Please be careful that .html format is very necessary for saving option.

    Web Design : Making headline in a box (using HTML)
    • Title : Web Design : Making headline in a box (using HTML)
    • Posted by :
    • Date : 07:01:00
    • Labels :
    • Blogger Comments
    • Facebook Comments

    2 comments:

    1. This is my first time i visit here and I found so many interesting stuff in your blog especially it's discussion, thank you. web design belize

      ReplyDelete

    Top