Code not functioning as intented

PrachiModi
Community Novice

A code I added is being accepted and works but only until I open the editor again. The part of code is deleted and it stops functioning.

The anchor tag(bold part of code)  is deleted after opening the editor.

Code: 

<div style="width: 100%; overflow: hidden;">
<div style="background-color: #005f86; width: 33%; border-radius: 5px; border: 3px solid #005f86; margin-top: 5px; margin-right: 5px; float: left;">
<h3 style="text-align: center; padding: 0.5em;"><span style="color: #ffffff; font-size: 14pt;">Peer Observation of Teaching Process</span></h3>
<a class="inline_disabled" style="color: #005f86;" href="https://libraryhelp.sfcc.edu/Chat-GPT" target="_blank" rel="noopener">
<p style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1;">&nbsp;</p>
</a>
</div>

Labels (1)
0 Likes