Entities in html #2 ( # tutorial 16 )

in blurtutorials •  4 years ago 

Yesterday we learned about entities and i want to take that to the final part by telling you about all of entities.

So Basically I will tell few codes and outputs to those and also link you to the page where you can find all the entities and codes for it.

HTML-Entities.jpg

Source

But here are some interesting things you can write using entities.

1)  "<" less than   &lt;    &#60;
2)  ">" greater than    &gt;    &#62;
3)  "&" ampersand   &amp;   &#38;
4)  "¢" cent    &cent;  &#162;
5)  "£" pound   &pound; &#163;
6)  "¥" yen &yen;   &#165;
8)  "€" euro    &euro;  &#8364;
9)  "©" copyright   &copy;  &#169;
10) "®" registered trademark    &reg;   &#174;



So these were some example where you first see the sign follwed by the name of the sign and then alphabet code and number code.

I suggest you visit this link to know the historical signs that were used to create using entities.
There was a time when even you use entities code for writing quotation mark.
Let us have a challenge , write something using entities in comments and earn 10% upvote from @blurtutorials.

Historical Entities List


Links for previous tutorials

  1. HTML BASICS AND CREATING PARAGRAPHS
  2. Headings in Html
  3. ANCHOR TAGS IN HTML
  4. Image tag in Html
  5. CREATE YOUR BASIC WEBSITE
  6. Inline Elements in Html
  7. BLOCK ELEMENTS IN HTML
  8. CONCEPT OF IFRAMES IN HTML , FULL TUTORIAL
  9. UNORDERED LIST IN HTML
  10. UNORDERED LIST And Creating Sub list for same
  11. ORDERED LIST IN HTML
  12. Description List in Html
  13. Tables in Html
  14. USING CONCEPT OF TABLES IN HTML
  15. ENTITIES IN HTML
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE BLURT!