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

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

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -