HTML etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
HTML etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

HTML üzerindeki özel karakterler

HTML üzerindeki özel karakterler aşağıdaki tabloda gösterilmiştir.

CharacterNumberNameUse
Occasionally it is better to use the proper ellipsis rather than to type three dots.
>&#062>Mainly for writing HTML tutorials!
<&#060<ditto!
&&#038&ditto!
&amp#151 or &#8212When I want a long dash to break up some text!
ππ
®
®®



Number
Name
Result
  —
&amp#8592;
?
©):©�:
®®
&#038&&
>>>
<<<
÷÷

Prevent cache in HTML

META tag inside HEAD. Like this :

< HEAD>
< META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE" >
< /HEAD>

BlackListIP control on Serenity platform (.NET Core)

 In the Serenity platform, if you want to block IPs that belong to people you do not want to come from outside in the .net core web project,...