0% found this document useful (0 votes)
18 views1 page

Colorful HTML Page Example

The document is an HTML code for a simple web page titled 'Ma première page web'. It contains multiple paragraphs displaying names in various colors and font sizes. There are some typos in the style attributes, such as 'syle' and 'fond-size' instead of 'style' and 'font-size'.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views1 page

Colorful HTML Page Example

The document is an HTML code for a simple web page titled 'Ma première page web'. It contains multiple paragraphs displaying names in various colors and font sizes. There are some typos in the style attributes, such as 'syle' and 'fond-size' instead of 'style' and 'font-size'.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

CODE

<html>

<head>

<title> Ma première page web </title>

</head>

<body>

<p syle style="color:blue;font-size:100px">MAEL</p>

<p style="color:yellow;fond-size:75px">HAIM</P>

<p style="color:red;fond-size:75px">PAPA BASILE</P>

<p style="color:orange;fond-size:75px">MAMAN NATHALIE</P>

<p style="color:pink;fond-size:75px">HANNAH</P>

<p style="color:green;fond-size:75px">MAMIE MICHELINE</P>

<p style="color:blue;fond-size:75px">YURI</P>

<p style="color:red;fond-size:75px">ORIENT BG</P>

<p style="color:white;fond-size:75px">MONKEY🙉 DI LUFFY</P>

<p style="color:green;fond-size:75px">ZORRO</P>

<p style="color:orange;fond-size:75px">NARUTO</P>

<p style="color:black;fond-size:75px">SASUKE</P>

<p style="color:pink;fond-size:75px">SAKURA</P>

</body>

</html>

You might also like