0
How to create simple HTML form with border which is placed on the centre of screen
8 Answers
0
Please review:
https://www.sololearn.com/learn/HTML/2904/?ref=app
Particularly the "TRY IT YOURSELF" link.
+ 2
Please complete your HTML and CSS courses on Sololearn.
+ 2
Thanks. You could add:
input { border: 5px solid; }
to see if I'm on the right track.
Edit: In the CSS tab. (If you take the time to finish the suggested SoloLearn courses, you'd recognize the syntax.)
Also, be on the lookout for typos.
+ 2
First, like other users, also me suggest you to read (and understand) the html/css courses. Anyway, is this what do you want?
https://code.sololearn.com/WL779g64r91P/
0
if i want dark border what changes will require
0
Please review:
https://www.sololearn.com/learn/CSS/1101/?ref=app
... All will become clear in time...
0
Hmmmm. I'm not quite sure what you mean. Please provide a link to your Code Playground code so we can help you troubleshoot the specific issues you are running into.
The Code Playground should be relatively easy to find in the website version of SoloLearn, but if you are in the app version, it can be accessed via the curly braces, green circle with plus sign to add a new project, then select the project type.
Looking forward.
0
if i put the <label> to the left of textbox what will happen or changes will be need to do.
make the correction to the given code.
https://code.sololearn.com/WipXObqsO6cJ/?ref=app