<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to HTML Image Link]]></title><description><![CDATA[<ol>
<li>HTML image link code</li>
</ol>
<pre><code>&lt;a href="...../site-logo.png"&gt;&lt;img src="site-logo.png" width="82" height="86" title="Cyberian" alt="Cyberian Logo"&gt;&lt;/a&gt;
</code></pre>
<ol start="2">
<li>Or better use css styling to determine the width and height.</li>
</ol>
<pre><code>&lt;a href="...../site-logo.png"&gt;&lt;img src="site-logo.png" width:82px; height:86px" title="Cyberian" alt="Cyberian Logo"&gt;&lt;/a&gt;
</code></pre>
<p dir="auto">This code has the following parts:</p>
<ul>
<li>“<a>” is link tag.</a></li>
<li>“href” attribute sets URL to link to.</li>
<li>“<img />” the image start.</li>
<li>“src” attribute sets the image file.</li>
<li>“title” attribute sets the image tool-tip text.</li>
<li>“alt” is the image tag alternative text attribute.</li>
<li>“style” attribute sets with “css” with detail size of image “width” and “height” of the image.</li>
<li>“” is the link end tag.</li>
</ul>
]]></description><link>https://community.secnto.com//topic/328/how-to-html-image-link</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 22:15:32 GMT</lastBuildDate><atom:link href="https://community.secnto.com//topic/328.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 09 Aug 2019 11:44:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to HTML Image Link on Fri, 09 Aug 2019 12:08:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/khuram-shahzad" aria-label="Profile: Khuram-Shahzad">@<bdi>Khuram-Shahzad</bdi></a><br />
Yes! You can use video link but if you want to embed video you may use following code.</p>
<pre><code>&lt;iframe width="544" height="360" src="https://www.sitename.com/embed/vL4Myo1g9v8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen&gt;&lt;/iframe&gt;
</code></pre>
]]></description><link>https://community.secnto.com//post/837</link><guid isPermaLink="true">https://community.secnto.com//post/837</guid><dc:creator><![CDATA[zaasmi]]></dc:creator><pubDate>Fri, 09 Aug 2019 12:08:28 GMT</pubDate></item><item><title><![CDATA[Reply to How to HTML Image Link on Fri, 09 Aug 2019 12:02:22 GMT]]></title><description><![CDATA[<p dir="auto">can we use for video link?</p>
]]></description><link>https://community.secnto.com//post/836</link><guid isPermaLink="true">https://community.secnto.com//post/836</guid><dc:creator><![CDATA[Khuram Shahzad]]></dc:creator><pubDate>Fri, 09 Aug 2019 12:02:22 GMT</pubDate></item></channel></rss>