Hi I am Try to edit HTML Code of home page of my blog its created in word press but i don't get HTML code.anyone tel me how i get HTML code of home page. Regards Marky
In WordPress admin panel navigate: Settings->Design->Theme Editor Open index.php file for editing. This is where your code is unless you use a theme that uses home.php file for home page. Check the files and edit at will, but be sure to create backups.
If you don't want to modify other pages of your blog inadvertedly then copy index.php and rename it home.php and edit that one.