I am only and HTML rookie and I am making a simple checklist for people to print out and check off. Here is the HTML line I am using:
<INPUT TYPE="checkbox" NAME="NAME">Task 1
I want there to be a good amount of space between the checkbox and the Task. If i just tab it over it will only go so far. What else can I add into this line to do so???
<INPUT TYPE="checkbox" NAME="NAME">Task 1
I want there to be a good amount of space between the checkbox and the Task. If i just tab it over it will only go so far. What else can I add into this line to do so???