My Website

Resize the browser window to see the effect.

Home HTML basics Japanese lessons

Headings

There are multiple types of headings in HTML.

heading 1

heading 2

heading 3

heading 4

heading 5
<h1>heading 1</h1>
<h2>heading 2</h2>
<h3>heading 3</h3>
<h4>heading 4</h4>
<h5>heading 5</h5>
<h6>heading 6</h6>

Paragraphs

You can define paragraphs in HTML.

this is a paragraph

this is an other paragraph

**Example's code**

Links

You can add links to your HTML page.

**Example's code**

When clicking on a link, you can chose different targets.

**Example's code**

Images can be used as links.

You will see more about images in the section bellow.

**Example's code**

You can use links to create bookmarks on your page : they will redirect you to other sections of it.

Jump to the section about HTML borders (this section has "border" as an id).
**Example's code**

Images

You can insert images to your website via HTML.

a bunny :3
**Example's code**

Images can have different floating points to define where they will float regarding the text : example with those two arrows.

a grey arrow a grey arrow
**Example's code**

Using links, you can do what is called image mapping : depending on where you click on your image, a different link will open.

screen keyboard mouse
**Example's code**

A favicon is the little image that represents a website. On this website, the Favicon is a blue house!

See more about favicons here.

Title

Short explanation.

Example
**Example's code**

Title

Short explanation.

Example
**Example's code**

Title

Short explanation.

Example
**Example's code**

Follow Me

Some text..