My Beautiful Page

Basics

Here is a simple paragraph sample with a CSS class important.

Sample of list:

  • text with emphasis style
  • text with strong style
  • what else?

Preformatted text:

A+B=C

Links

If you are lost, the answer is here. Else, you can find some friends here.

It is also possible to make internal links to the previous section or to the next section.

Images

image de mario

JavaScript

The main title will change if mouse is over this text.

This text will become bold if you click below...

Click on this link to hide the Image section.

Date:

PHP

  • First Name:
  • Last Name:

Highlight.js

See highlightjs.org


/* sample.c */
#include <stdio.h>
int main(void)
{
    printf("hello world!\n");
    return 0;
}