Get title from xpath

Dear friends, how can I get the title of the xpath below (KKL-FMFM)? I’ve tried, but without success. Thanks.

<a class="station-link websitelink" href="https://example" title="KKL-FMFM" target="_blank">
                    <div style="background-image:url(http://image.example')" class="logo"></div>
                    <h3>KJ97</h3>
                </a>

Ideas: Selenium ide store Attribute with @title or sourceExtract + regex

Thanks buddy. I have tried this to get "Alt Text"of the image but now works. Do you have any sample code for my situation? Thanks!