HTML GUIDE

 

In this section you will learn to use the main HTML codes for the creation of content product (description and bullets) in Linio:

WHAT IS HTML?

HTML is a computer language devised to allow website creation. These websites can then be viewed by anyone else connected to the Internet.


 

HOW TO GENERATE HTML CODE?

All content product (description and bullets)  should be generated in HTML code. We recommend to use NOTEPAD software.

If you wanna learn how to use NOTEPAD, click here.


 

MAIN TAGS USED IN LINIO

TITLES

For the titles of each description the tag you should use is  <H2></ h2>. Do not use H3 or H1

Example

<H2> Can Can de Paris Hilton Eau de Parfum 100 ml </ h2>

cancan


 

PARAGRAPHS

Each paragraph of the description requires the tag  <p> to start it and </ p> to end it.

Example

<h2> Can Can by Paris Hilton Eau de Parfum 100 ml </ h2>
<p> Perfume Can Can Launched in 2007 by Paris Hilton. It is a very sensual and relaxed fragrance. </ P><p> With notes of clementine flower, cassis and nectarine. Middle notes of wild orchids and orange blossom.Base notes of soft musk, amber and woods. </ P><p> It is soft and distinctive, highly recommended for use at night or day wear. </ p>

cancan2


 

BOLD AND ITALICS

Tag <b> </ b> is used to place keywords (keywords) of the product you want to highlight.

Example

<b> Rylan </ b> brings you the new <b> dining Monaco </ b> is <b> made from MDF </ b> which contributes to the life of the room is higher compared to other dining , the <b> this dining chairs are upholstered in vinyl with decorative stitching </ b>.

For a word that is in another language other than Spanish it is best to use <i> </ i> .

Example

<p>The <i> after shave </ i> Mary Kay helps you achieve a clean shaved and flush also his enriquecisa formula help reduce irritation. This <i> after shave </ i> is made with glycerin and lanolin. </p>

CURSIVAS_EXAMPLE

 


 

BULLETS

LIST TAG is used for the main characteristics of the product (bullets) or if you need to insert a list within the product description. The HTML code is:

<ul> to open list

<li> Feature 1 </ li>

</ ll> to close list

The number of tags <li> </ li> depend on how many specifications you insert. Do not forget that each open ” tag ” must be closed, or the text will not be displayed correctly on the page. Example:

HTML code

< ul >

<li> Eau de Parfum </ li>example_bullets

<li> floral-fruity </ li>

<li> Romantic woman </ li>

<li> Special Occasions </ li>

<li> Notes: mandarin, currant, black and orange </ li>

</ ul >