java - How to divide the web page in different segment.? -


hi working in web project. there self designing website mobile device. here want know behalf of can use pixel footer,header.and default height , width mobile device. here sample code there

      <body>       <div id="header">       <h1>books gallery</h1>       </div>       <div id="footer">       **copyright © 2016* </div> </body> 

these top-most responsive design css frameworks, provide functionality, built-in:

  1. bootstrap
  2. foundation
  3. materializecss
  4. google material design lite

also, remember not google. website out if code somehow not working , cannot find solution, or want else @ code , tell solution. gotta research on problem , first.

i again state it: not google. search queries these, go google.com

read media queries here: using media queries mdn

media queries means, modifying website make usable on different devices.

all above listed frameworks you, though.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -