Inline style in html for OnMouseOver

One of the my project I want to define underline on link when mouse overlap. I tried and finally got the solution that how to write a inline style for onMouse Over text change.
code is
———————-
<a href=”#” style=”text-decoration:none;” onmouseover=”this.style.textDecoration =’underline’;”
onmouseout=”this.style.textDecoration=’none’;”>My Link</a>
———————-

Rounded Tab menu through CSS

Tab menus (like above picture) are commonly used in website for the navigation. This tutorial will teach you how to make this tab menu through css.
Step1
Let us prepare an image of single tab. It should be big in width so that it can be use for the large text.

Now slice it into two part ( [...]