Text Formats
Basic HTML
Tags e lejuar HTML: <br> <p class="text-align-left text-align-center text-align-right text-align-justify"> <h2 class="text-align-left text-align-center text-align-right text-align-justify"> <h3 class="text-align-left text-align-center text-align-right text-align-justify"> <h4 class="text-align-left text-align-center text-align-right text-align-justify"> <h5 class="text-align-left text-align-center text-align-right text-align-justify"> <h6 class="text-align-left text-align-center text-align-right text-align-justify"> <strong> <em> <a href> <ul> <ol reversed start> <li> <img src alt height width data-entity-uuid data-entity-type data-caption data-align>
-
You can align images, videos, blockquotes and so on to the left, right or center. Examples:
- Align an image to the left:
<img src="" data-align="left" /> - Align an image to the center:
<img src="" data-align="center" /> - Align an image to the right:
<img src="" data-align="right" /> - … and you can apply this to other elements as well:
<video src="" data-align="center" />
- Align an image to the left:
-
You can caption images, videos, blockquotes, and so on. Examples:
<img src="" data-caption="This is a caption" /><video src="" data-caption="The Drupal Dance" /><blockquote data-caption="Dries Buytaert">Drupal is awesome!</blockquote><code data-caption="Hello world in JavaScript.">alert("Hello world!");</code>
Restricted HTML
Tags e lejuar HTML: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
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 the HTML Living Standard or use your favorite search engine to find other sites that explain HTML.
Përshkrimi i tag Çfarë shkruan Çfarë shikon Spirancat përdoren për të krijuar lidhje me faqe të tjera. <a href="https://www.europeanheritagedays.com">European Heritage Days</a>European Heritage Days Enfatizuar <em>Enfatizuar</em>Enfatizuar Strong <strong>Strong</strong>Strong Citim <cite>Citim</cite>Citim Citim blloku <blockquote>Citim blloku</blockquote>Citim blloku
Tekst kodi i përdorur për të shfaqur kodin burues të programeve <code>Kod</code>KodListë e paorganizuar - përdor <li> në fillim të çdo zëri të listës <ul> <li>Zëri i parë</li> <li>Zëri i dytë</li> </ul>- Zëri i parë
- Zëri i dytë
Listë e organizuar - përdor <li> në fillim të çdo zëri të listës <ol> <li>Zëri i parë</li> <li>Zëri i dytë</li> </ol>- Zëri i parë
- Zëri i dytë
Asnjë ndihmë në dispozicion për tag li. Listat përcaktuese janë të ngjashme me listat e tjera HTML. <dl> fillon listën përcaktuese, <dt> nis termin për tu përcaktuar dhe <dd> fillon përshkrimin e përcaktimit. <dl> <dt>Termi i parë</dt> <dd>Përcaktimi i parë</dd> <dt>Termi i dytë</dt> <dd>Përcaktimi i dytë</dd> </dl>- Termi i parë
- Përcaktimi i parë
- Termi i dytë
- Përcaktimi i dytë
Asnjë ndihmë në dispozicion për tag dt. Asnjë ndihmë në dispozicion për tag dd. Heading <h2>Nëntitulli</h2>Nëntitulli
Heading <h3>Nëntitulli tre</h3>Nëntitulli tre
Heading <h4>Nëntitulli katër</h4>Nëntitulli katër
Heading <h5>Nëntitulli pesë</h5>Nëntitulli pesë
Heading <h6>Nëntitulli gjashtë</h6>Nëntitulli gjashtë
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:
Përshkrimi i simbolit Çfarë shkruan Çfarë shikon E komerciale && Më e madhe >> Më e vogël << Thonjëzat "" - 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 of blank lines.
- Web page addresses and email addresses turn into links automatically.
Plain text
- No HTML tags allowed.
- 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 of blank lines.
- Web page addresses and email addresses turn into links automatically.