Annabelle5893
Gold Coder
In my ceremony script generator, which I'm making out of HTML, there are some "classes" I've created, which I want to make editable, where "_ _ _ _ _" is replaced by whatever a user wants to fill it in with. Tell me if this looks right to you. These classes are:
HTML:
<html>
<head>
<title>Names</title>
<body>
<span class="brideName">_ _ _ _</span>
<span class="groomName">_ _ _ _</span>
<span class="brideHonorific">_ _ _ _</span>
<span class="groomHonorific">_ _ _ _</span>
<span class="Child'sName">_ _ _ _</span>
<span class="Child'sHonorific">_ _ _ _</span>
<span class="Parent'sHonorific">_ _ _ _</span>
</body>
</html>
Last edited by a moderator: