Hi freiends

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • psweet
    Junior Member
    • Mar 2014
    • 5

    Hi freiends

    How to design HTML Layout?
    Last edited by megri; 03-10-2014, 11:04 AM.
  • kannu15
    Junior Member
    • Mar 2014
    • 10

    #2
    we can create HTML layout with <div> and <table> elements/tags
    I Love Link Building

    Comment

    • stevex
      Member
      • Apr 2014
      • 74

      #3
      please
      tell me in detail which type of layout you want .

      Comment

      • Rajeshsingh
        Junior Member
        • Dec 2012
        • 19

        #4
        Any one can tell me how many types of Layout ?

        Comment

        • neharani
          Member
          • Dec 2012
          • 85

          #5
          Hope u will understand by below example:


          <div id="header">
          <h1>City Gallery</h1>
          </div>

          <div id="nav">
          London<br>
          Paris<br>
          Tokyo<br>
          </div>

          <div id="section">
          <h2>London</h2>
          <p>
          London is the capital city of England. It is the most populous city in the United Kingdom,
          with a metropolitan area of over 13 million inhabitants.
          </p>
          <p>
          Standing on the River Thames, London has been a major settlement for two millennia,
          its history going back to its founding by the Romans, who named it Londinium.
          </p>
          </div>

          <div id="footer">
          Copyright © W3Schools.com
          </div>

          </body>
          </html>

          RESULT

          Comment

          • Daljeet
            Senior Member
            • Dec 2014
            • 205

            #6
            Thanks for sharing.Really informative post...

            Comment

            • shilparana
              Senior Member
              • May 2015
              • 194

              #7
              useful post

              Comment

              • sapnathakur
                Member
                • Jan 2016
                • 33

                #8
                Thanks for sharing this informative post.. keep sharing such useful post

                Comment

                • sangeetanegi
                  Senior Member
                  • Dec 2015
                  • 140

                  #9
                  Thanks for Sharing useful post.

                  Comment

                  • Shubham Kumar
                    Junior Member
                    • Aug 2016
                    • 16

                    #10
                    HTML Layout/Structure : Given below is the basic structure/layout of the HTML which is follow generally followed

                    <!doctype HTML><!-- Its the declaration of the document type. current one is for html5 -->

                    <HTML><!- Everything is in between html starting and closing tag-->
                    <head>
                    <title>
                    </title>
                    </head>
                    <body>
                    </body>
                    </HTML>

                    Using this basic HTML layout you can design the webpage.

                    Comment

                    Working...
                    😀
                    😂
                    🥰
                    😘
                    🤢
                    😎
                    😞
                    😡
                    👍
                    👎