membuat footer html

Solutions on MaxInterview for membuat footer html by the best coders in the world

showing results for - "membuat footer html"
Maurice
30 Jul 2017
1<div id="container">
2    <div id="header">
3        <h1>Layout Footer Menempel Ke Bawah</h1>
4    </div>
5    <div id="content">
6        <!--Bisa diisi teks lorem ipsum dibagian ini-->
7    </div>
8    <div id="footer">
9        Copyright © 2014
10        Designed by ..............
11    </div>
12</div>
13