html mot en gras code example
Example 1: italique html
<p><i>Text in italic</i></p>
Example 2: html ecrire en gras
<!doctype html>
<html>
<body>
<p> votre message normal </p>
<b> votre message en gras </b>
</body>
</html>
<p><i>Text in italic</i></p>
<!doctype html>
<html>
<body>
<p> votre message normal </p>
<b> votre message en gras </b>
</body>
</html>