Source Code:
(back to article)
Submit
Result:
Report an issue
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
⌄
⌄
<!DOCTYPE html>
<
html
>
<
head
>
<
meta
name=
"title"
content=
"HTML and CSS Books"
>
<
meta
name=
"description"
content=
"HTML and CSS Basics for Beginners"
>
<
meta
http-equiv=
"refresh"
content=
"30"
>
</
head
>
<
body
>
<
p
>Le contenu de la page</
p
>
</
body
>
</
html
>
<!DOCTYPE html> <html> <head> <meta name="title" content="HTML and CSS Books"> <meta name="description" content="HTML and CSS Basics for Beginners"> <meta http-equiv="refresh" content="30"> </head> <body> <p>Le contenu de la page</p> </body> </html>