Re: viewing hidden tags

For general web development questions that are not specifically related to CSS HTML Validator. This includes (but is not limited to) general HTML, CSS, Accessibility, JavaScript, and SEO questions.
User avatar
Albert Wiersch
Site Admin
Posts: 3785
Joined: Sat Dec 11, 2004 9:23 am
Location: Near Dallas, TX

Re: viewing hidden tags

Post by Albert Wiersch »

Can you describe what you want to view in more detail and what you mean by "hidden tags"?

UPDATE: It looks like the original question this thread was about was deleted.
Albert Wiersch, CSS HTML Validator Developer • Download CSS HTML Validator FREE Trial
sarahstromberg
Rank 0 - Newcomer
Posts: 1
Joined: Sun Mar 04, 2012 12:30 am

Re: viewing hidden tags

Post by sarahstromberg »

Perhaps it is this code:
<input type="hidden" />
worrall
Rank 0 - Newcomer
Posts: 6
Joined: Sat Aug 25, 2012 8:06 am

Re: viewing hidden tags

Post by worrall »

The basic hidden form pattern is : <input type ="hidden" name = "name" value=""> . Which says when we submit the form the name , values we used in the form will be included in methods what ever we use i.e, post, get method. Through which the data that is present in the particular id will get passed along with the form as a hidden field.