S
S
Slasherr2017-03-12 18:14:01
Frontend
Slasherr, 2017-03-12 18:14:01

How to make HTML forms?

I'm going to the courses, and I was advised to learn how to make HTML forms correctly.

Tags I know (inputs, placeholders, types, etc.).

But how to do it right and beautifully?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anvar Shakhmaev, 2017-03-12
@RxR

correct - www.yiiframework.com/doc-2.0/guide-helper-html.htm...
or https://msdn.microsoft.com/en-us/library/system.we...
nice

<form action="someMethod.php">
    <p><input type="text" name="name" value="Вася"></p>
    <p><input type="submit"></p>
</form>

A
Arsen Abakarov, 2017-03-12
@ArsenAbakarov

My advice, if you really need it, buy online courses in the same html academy (not advertising, I went through it myself), go through everything yourself, using only the tag and css style guide, it will help a lot

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question