Modify your form.html so that the labels and text boxes for the words/phrases align in columns.

What will be an ideal response?

```







Form Letter Generator



Form Letter Generator












Enter recipient's name:
Enter event:
Enter date:
Enter time:


onclick="recipient=document.getElementById('recipientBox').value; event=document.getElementById('eventBox').value; date=document.getElementById('dateBox').value; time=document.getElementById('timeBox').value; document.getElementById('outputDiv').innerHTML=
'

Dear ' + recipient + ',

Have you heard about ' +
event + ', which is coming up on ' + date + ' at ' + time +
'? It would mean a lot to me if you could make it to ' +
event + '. Hopefully, I\'ll see you ' + date + '.

' +
'

Your friend,
Dave

';">





```

Computer Science & Information Technology

You might also like to view...

This provides the most flexibility when creating a query:

A) Query Macro Dialog Box. B) Query Wizard icon. C) Query SQL Dialog Box. D) Query Design icon.

Computer Science & Information Technology

The ________ tool is a tool in the Office 365 calendar that allows the user to request a meeting at a time the recipient is free

Fill in the blank(s) with correct word

Computer Science & Information Technology