how to search for page source code ? are you understand what did I mean .. the regular way to search in the web is searching for texts appear in page . but what if I want to search on specific source code the pages written with ? by other words : I'm searching for this text "test1 test2 text3" no problem with that , but I want to find pages written as follow in thier html source code "<p><a href="http://*">text1</a>text2 <strong>text3</strong></p>"
You could always right-click on the page, view page source, copy and paste into a text editor like word and then use the find function. Is this what you mean?
Well as far as I know you can just right click>View Page Source> The Press CTRL+F and enter what you want to search and it'll search it. It works in Firefox, I dont know about other browsers.
Just press the button ctrl U if you are browsing your site in Mozilla firefox and if you are using internet explorer than click to the view source to look at the page source of any site page.
It is much more easier if you're using Firefox browser with Firebug plugin on it... you can activate the plugin and then choose inspect...so you can browse each element on the page while the firebug display the source code... and not only the HTML code..it also will display the attached CSS ... hope this help you... and you can download the firebug here... http://getfirebug.com/ Code (markup): PS. you can use it to view the page source code with javascript right click protection so i think its a handy tool web developer must have
firebug is awesome - you can actually preview changes to the css and code - I use it all the time. So So good saves you editing your files and reuploading all the time. All it is a little bug icon in the corner. Make sure you get firefox first though eh?
Listing of open source search engine projects (generally free). ... Describes the history and features of eight open-source search engines, freeWAIS-sf (aging code and hard to install, but good for searching ...
I belive question is for searching web for source code not for page.i.e Is there any way we can seach specific code on web. In google we give keywords not the code. I also would be intrested in knowing if there is any way to do so.
thank you everybody but not that what I ment ..I know how to view page source code there are 100 ways,, yes yes that is what I did mean >> searching the web for a specific code .. we are normally using google by writing keywords in search input field , but I want a way to write html code in search input field ... thank you every body