Ads block

Banner 728x90px
Showing posts with label Html. Show all posts
Showing posts with label Html. Show all posts

Add a video and auto play in your website using html and css


Add the html code : index.html <!DOCTYPE html> <html> <head>     <link rel="stylesheet" type="text/css" href=&qu…
Read more »

How to create a link with html button that go the same page but different div


Html  Code : And the goal division is myDIV : <!DOCTYPE html> <html> <head>     <title>Link with same page but different DIV<…
Read more »

How to add image in web header


Insert this code into the head tag---  Like : <head>  <title>Insert Image in title</title> <link rel="icon"       type=&quo…
Read more »

How to add youtube subscribe button in your web page


<script src="https://apis.google.com/js/platform.js"></script> <div class="g-ytsubscribe" data-channelid="Your Chann…
Read more »