HTML for me Part.3

ARIA Role

※This article is written in simple HTML elements. For tech-savvys, please enjoy how I develop my HTML skills as I keep writing articles.
What is ARIA Roles??

ARIA Roles is another type of Attributes that can be added to any HTML element. To give it more meaning and to make sure the browser understand what something is.

ARIA Role will be used in combination with CSS so better learn in CSS chapter in the future.

Weird Characters

In HTML, some characters like < or > are read as the start or the end of tags. So what can we do when we want to use these characters in our contents??
-use character entities

Character Entities is used in your content to write certain characters that are typically used in HTML.
e.g.)&lt; for <
         &gt; for >
         &amp; for &
          nbsp; for Space

How to wrap words with links

We use <a href="https://...."></a>.Below is an example of link wrapped around the word.

This つぶグミ is the best jelly beans in all over the world.

Now, if you tap つぶグミ in the sentence, the browser will open Amazon page of つぶグミ.

However, not only words or phrases, link can be wrapped around other things like images.

つぶグミのソーダ味は10g増量の85gで満足感大!

Now tap on the image. You will again be took to Amazon page of つぶグミ. Link is really powerful especially when you want visitors to buy the products you wrote about on your article.

          

今日も一日お疲れ様です