OK... I am LOST! In ArcGIS Online New Web Map Viewer, I am trying to use my HTML code for configuring the pop-up. This doesn't seem to be an option now. In the Map Viewer Classic, I had the HTML code below to configure the pop up with a URL Hyperlink to our Property Record Card. The New Map Viewer requires that you use Arcade expressions. How do I do this in Arcade expression? (see HTML code below)
<table>
<tbody>
<tr><th nowrap="nowrap">PRC: </th>
<td><a href="https://www.pa.marion.fl.us/PRC.aspx?key={ALT_KEY}&YR=2021&mName=False&mSitus=False" rel="nofollow ugc noopener noreferrer" target="_blank">Click Here To View</a></td>
</tr>
</tbody></table>