How To Create Free Blog Website for Your Personal Blog, YouTube Channel, Tech, Business, Health, Food, Vlog, Music, Art, Entertainment, and Many More Topic. https://youtu.be/oFTHEpr3cDo
✅ Custom Blog Theme: Click Here
✅ Edited Contempo Blogger Theme: Click Here
Steps to Create Free Blog Website
- Open Blogger.com
- Click on Create Your Blog
- now Login with your google account.
- Choose a name of your blog
- Choose a URL for Your Blog
- Type Your Display Name
- Now We Successfully Created Blog
- Now if You want to use custom theme then simply Download the theme From Here
- Once you Downloaded the custom theme simply go to Theme tab
- click on Customize tab and then click on Edit HTML
- Click on Restore
- Now Upload the xml file which we downloaded before
- Now Follow the video for more info.
Contact Form Code
<div class="form"> <form name="contact-form"> <p></p> Name <br /> <input class="contact-form-name" id="ContactForm1_contact-form-name" name="name" size="30" type="text" value="" /> <p></p> Email <span style="font-weight: bolder;">*</span> <br /> <input class="contact-form-email" id="ContactForm1_contact-form-email" name="email" size="30" type="text" value="" /> <p></p> Message <span style="font-weight: bolder;">*</span> <br /> <textarea class="contact-form-email-message" cols="25" id="ContactForm1_contact-form-email-message" name="email-message" rows="5"></textarea> <p></p> <input class="contact-form-button contact-form-button-submit" id="ContactForm1_contact-form-submit" type="button" value="Send" /> <p></p> <div style="text-align: center; max-width: 222px; width: 100%"> <p class="contact-form-error-message" id="ContactForm1_contact-form-error-message"></p> <p class="contact-form-success-message" id="ContactForm1_contact-form-success-message"></p> </div> </form> </div>