DARE-OSEZ/fetes

From wiki
Jump to navigation Jump to search

<!DOCTYPE html> <html> <head>

 <title>My Wiki Page</title>
 <style>
   body {
     font-family: Arial, sans-serif;
     margin: 0;
     padding: 0;
   }
   #header {
     background-color: gold;
     color: white;
     padding: 10px;
   }
   #navigation {
     background-color: grey;
     padding: 10px;
   }
   #navigation ul {
     list-style-type: none;
     margin: 0;
     padding: 0;
   }
   #navigation ul li {
     display: inline;
     margin-right: 10px;
   }
   #navigation ul li a {
     color: white;
     text-decoration: none;
     padding: 5px;
   }
   #banner {
     background-color: gold;
     color: white;
     padding: 20px;
     text-align: center;
   }
   #content {
     padding: 20px;
   }
   h1 {
     color: gold;
   }
 </style>

</head> <body>

Section 1

This is the content of Section 1.

Section 2

This is the content of Section 2.

Section 3

This is the content of Section 3.

Section 4

This is the content of Section 4.

Section 5

This is the content of Section 5.

Section 6

This is the content of Section 6.

Section 7

This is the content of Section 7.

</body> </html>