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

Google sheets equipment borrowing system -

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

c# - Convert type 'System.Collections.Generic.List<string>' to 'System.Collections.Generic.IList<>' -