I read that you can add a class to a insertable tag, and when you select text and apply the [<>] insert tag it will 'tag' the text.
Q1: Am I doing something wrong since I also get the class on the closing tag:
Code:
<body>
<h1>test</h1>
<p class="title">this will be the title</p class="title">
</body>
Q2: how do you delete a tag when not wanted any more, like the 'p_title' one where I was experimenting
Thanks