Latest News

How to do simple HTML coding easily?

Here giving the tip for HTML coding in an easy way

This tip is to create tables or paragraphs with pics or simple banners in HTML

http://www.wallpaper4me.com/images/wallpapers/html_5_w1.jpeg

No suspense bro's , the idea is using the online word to HMTL convertor.
Follow below for the brief explanation.

Open a word file (. doc) and save it on desktop for easy access
Insert pictures or table or create paragraphs or what ever you want in the word file
Copy the total content by CTRL+C
Now to the HTML online convertor , and paste the content like below

Select the options below you like and click convert
Now the output comes like below screenshot

 Now copy the whole code and paste at your requirement
Save and Check it
But the pictures won't appear
Now in the code

"

<p>
    This tip is to create tables or paragraphs with pics or simple banners in HTML
</p>
<p>
    <img
        alt="http://www.wallpaper4me.com/images/wallpapers/html_5_w1.jpeg"
        src="http://www.wallpaper4me.com/images/wallpapers/html_5_w1.jpeg"
        height="250"
        width="400"
    />
</p>
<p>
    No suspense bro's , the idea is using the online word to HMTL convertor.
</p>"
 
Change the  
"http://www.wallpaper4me.com/images/wallpapers/html_5_w1.jpeg"
with your custom image web address and Save
Enjoy your  HTML banner or page easily
 
(If you have a better idea, Pls comment) 

No comments:

Post a Comment

easyreply.in Designed by Templateism.com Copyright © 2014

Theme images by Bim. Powered by Blogger.