You are here
Rettleiing for skriving av innlegg
Text Formats
Editor
Tillatne HTML-kodar: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>
This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML "tags" is very easy. This table provides examples for each tag that is enabled on this site.
For more information see W3C's HTML Specifications or use your favorite search engine to find other sites that explain HTML.
Beskriving av merke Du skriv Du får Anker brukast til å lage lenker til andre sider. <a href="https://kulturkalender.no">Kulturkalenderen</a>
Kulturkalenderen Utheva <em>Utheva</em>
Utheva Strong <strong>Strong</strong>
Strong Sitera <cite>Sitera</cite>
Sitera Blokksitat <blockquote>Blokksitat</blockquote>
Blokksitat
Kodetekst bruka for å vise kjeldekode for eit program og liknande <code>Kode</code>
Kode
Unordered list - use the <li> to begin each list item <ul> <li>Fyrste punkt</li> <li>Andre punkt</li> </ul>
- Fyrste punkt
- Andre punkt
Ordered list - use the <li> to begin each list item <ol> <li>Fyrste punkt</li> <li>Andre punkt</li> </ol>
- Fyrste punkt
- Andre punkt
Ingen hjelp tilgjengeleg for tagg li. Definition lists are similar to other HTML lists. <dl> begins the definition list, <dt> begins the definition term and <dd> begins the definition description. <dl> <dt>Fyrste ordet</dt> <dd>Fyrste definisjon</dd> <dt>Andre ordet</dt> <dd>Andre definisjon</dd> </dl>
- Fyrste ordet
- Fyrste definisjon
- Andre ordet
- Andre definisjon
Ingen hjelp tilgjengeleg for tagg dt. Ingen hjelp tilgjengeleg for tagg dd. Most unusual characters can be directly entered without any problems.
If you do encounter problems, try using HTML character entities. A common example looks like & for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:
Beskriving av tegn Du skriv Du får og-tegnet &
& Større enn >
> Mindre enn <
< Spørsmålstegn "
" - Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.
- Internettadresser og e-postadresser konverterast til lenker automatisk.
Plain text
- HTML-koder er ikkje aktivert.
- Internettadresser og e-postadresser konverterast til lenker automatisk.
- Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.