Creating a section

bakcim

Member
I want to create a section to introduce my partners. except that I want to have a html page without Xenforo formatting!!!

how can I do it?
I paste it on my server?


here is my example of web page :
<html>
<head>
<title>Ma première page avec du style</title>
<style type="text/css">
body {
color: purple;
background-color: #d8da3d }
</style>
</head>

<body>

<!-- Menu de navigation du site -->
<ul class="navbar">
<li><a href="index.html">Home page</a>
<li><a href="reflexions.html">Réflexions</a>
<li><a href="ville.html">Ma ville</a>
<li><a href="liens.html">Liens</a>
</ul>

<!-- Contenu principal -->
<h1>Ma première page avec du style</h1>

<p>Bienvenue sur ma page avec du style!

<p>Il lui manque des images, mais au moins, elle a du style. Et elle a desliens, même s'ils ne mènent nulle part...
&hellip;

<p>Je devrais étayer, mais je ne sais comment encore.

<!-- Signer et dater la page, c'est une question de politesse! -->
<address>Fait le 25 05 2019<br>
par moi.</address>

</body>
</html>

PARTENAIRES.webp
 
Top Bottom