Mohammad Towhidul Islam

    20-Jan-14 03:43:09 pm

    List of deprecated attributes from the elements in html5

    align <caption>,<iframe>, <img>, <input>, <object>, <legend>, <table>, <hr>, <div>,<h1>, <h2>,<h3>,<h4>,<h5>,<h6>,<p>,<col>,<colgroup>,<tbody>, <td>, <tfoot>, <th>...

    Read More


    Suman Chowdhury

    19-Dec-13 08:06:52 pm

    Geolocation using html5

    Geolocation using HTML5 The HTML5 Geolocation API is used to get the geographical position of a user. Since this can compromise user privacy, the position is not available unless the user approves it. Use the getCurrentPosition() method to get the user's position. The example below is a...

    Read More


    Sifuddin Lokman

    02-Dec-13 12:57:13 pm

    Learn how many ways to formating text with html

    learn how many ways to formating text with html

    HTML TEXT ডিজাইন করা

    এই পর্বে আমরা html এর সাহজে লিখার(Text format) ডিজাইন শিখব।(learn how many ways to fromating text with html) <i>text view in italic style</i> text view in italic style <u>text view in ...

    Read More


    Zia Uddin Muhammad Tarek

    20-Oct-13 04:36:00 pm

    How to draw our national flag with html 5 canvas tag

    How to draw our National flag with HTML-5 Canvas tag? <!DOCTYPE html> <html> <body> <canvas id="myCanvas" width="300" height="150" style="border:1px solid #d3d3d3;"> Your browser does not support the HTML5 canvas tag.</ca...

    Read More


    Mohammad Towhidul Islam

    30-Sep-13 01:02:21 am

    How to make fancy upload button doctype html html head

    How to make fancy upload button? <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Upload</title> <style> div.upload { width: 157px; height: 57px; background: ...

    Read More


    Md. Nasir Uddin

    21-Aug-13 09:28:33 am

    How can i add video to my web page doctype html

    How can i add video to my web page ? <!DOCTYPE HTML> <html> <body> <video width="300" height="220" controls> <source src="movie_name.mp4" type="video/mp4"> <source src="movie_name.ogg" type="video/ogg&...

    Read More


    Zinia Islam

    18-Aug-13 06:14:28 pm

    How to add youtube video your website iframe type text html

    How to add youtube video to your website? <iframe type="text/html" width="640" height="390" src=" Here would be YouTube URL " frameborder="0" allowFullScreen></iframe>

    Output

    ...

    Read More


    Md. Nasir Uddin

    18-Aug-13 01:13:11 pm

    How can i show image on my web page doctype html

    How can I Show Image On My Web Page <!DOCTYPE html> <html> <head>Set Image </head> <body> <img src="image/picture.jpg" height="150px" width="100" alt="Picture"; /> </body> </html> Out Put : ...

    Read More


    Md. Nasir Uddin

    04-Aug-13 12:27:20 pm

    Doctype html body h1 my first heading p first paragraph

    How can you start your first html: Write the following code on notepad and save index.html and run by browser. <!DOCTYPE html> <html> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html> Output My First Hea...

    Read More


    Mohammad Towhidul Islam

    06-Jul-13 02:18:10 pm

    Header

    Tutorial HTML5 Lesson 1 ওয়েবে বিভিন্ন ফরমের ইনপুট ডাটার ভেলিডেশন চেক করার জন্য ব্যবহার করতে হতো জাভাস্ক্রিপ্ট। এখন HTML5 এর মাধ্যমে শুধু কোডিং করলেই চলবে। সয়ংক্রিয়ভাবে ভেলিডেশন চেক হবে। তাহলে দেখে নেই সাধারন কিছু ফরম অবজেক্টের জন্য প্রয়োজনীয় কোড <input type="search"> <input...

    Read More


First123Last
2 of 3 pages
Copyright © 2025. Powered by Intellect Software Ltd