please help me out in HTML.
can anyone teach me the codes of having a username and password in a html?
Makcarov -3 Newbie Poster
Recommended Answers
Jump to Post— shaya4207 8That would be something like that:
<form action="your_page.your_extention" method="post"> <input type="text" name="username" /><br /> <input type="password" name="password" /><br /> <input type="submit" value="Sign in" name="submit" /> </form>And here's the explanation:
First you have a '<form>' tag, and in it you have the 'action' attribute, which you set …
Jump to Post— skald89 2Change password.html do your own link
this is a starting point it is not exactly what u want<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="
Jump to Post— skald89 2wew, thnx .
i appreciate someone answered me, thnx.u've mentioned about form sir.. how about in form?
What form?
All 11 Replies
shaya4207 8 Junior Poster
skald89 2 Unverified User
Makcarov -3 Newbie Poster
skald89 2 Unverified User
futurefanatics 0 Newbie Poster
drjohn 56 Posting Pro in Training
skald89 2 Unverified User
zylog 0 Newbie Poster
ana10192000 0 Newbie Poster
cools4u 0 Newbie Poster
Member #802830
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.