Get property value inside html

I want to know how to add pega properties to non auto generated html source in a section?

I have a value in searchbyskill property and I need to send that to the url so the website/src uses the property value as a value to search.
view the image below for clarification.

@SAIPRASHANTHV

please try this src=“<pega:reference name=”.PropertyName"></pega:reference>"

@SAIPRASHANTHV

Try with below approach

Approach 1 <iframe src=“https://www.naukri.com/+”

<pega:reference name=".SearchBySkill"></pega:reference>"+-jobs" style="height:100%"> </iframe>

**Approach 2 **<iframe src="https://www.naukri.com/+".SearchBySkill"+-jobs" style="height:100%"></iframe>

@RohiniKumarU It worked!! thanks