Click here to Skip to main content
15,906,333 members
Please Sign up or sign in to vote.
1.44/5 (3 votes)
See more:
I usually create my text and password inputs by setting type to text and password respectively, but my own text and password in puts is quite different from the ones I see on popular sites like face book and yahoo. Theirs look more beautiful,attractive and appealing.

What are they doing that I am not doing?

What I have tried:

I create text and password inputs by setting the type attribute to text and password respectively.
Posted
Comments
Patrice T 8-Feb-16 21:46pm    
Ask Yahoo and FaceBook how they do :)
Gbenbam 8-Feb-16 21:53pm    
I take that as a joke. if my question is not clear to please let me know so that I can r-word it.

apply CSS on your code.
 
Share this answer
 
They use different CSS (Cascading Style Sheet) rules to style their websites.
Learn to Beginner's Guide to HTML5 & CSS3 - Styling Your First Web Page[^] using CSS or use some front-end web development framework such as Bootstrap[^]
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900