Mohammad Towhidul Islam

    22-Feb-16 04:26:29 pm

    How to make hover menu without JavaScript

    Problem: Say there are two div elements in your web page, one is red and other is blue. If you move mouse on the red div element, then blue div element will be displayed. Blue div element will not be displayed otherwise. NB: Solution will be only by CSS and HTML. First Solution: <!doctype...

    Read More


    Arif Mainuddin

    05-Feb-15 10:14:23 am

    What is HTML?

    HTML is a markup language for describing web documents (web pages). HTML stands for Hyper Text Markup Language A markup language is a set of markup tags HTML documents are described by HTML tags Each HTML tag describes different document content c to advanced. Basic Tag ...

    Read More


    Md. Zahidur Rahman

    24-Aug-14 02:12:47 am

    Image maping in HTML5 ( Poly Style )

    Download This Image and Try Image Mapping of Dhaka division in Bangladesh Map using below HTML code <!doctype html> <html> <head> <meta charset="utf-8"> <title>Dhaka,Bangladesh</title> </head> <img src="bangladesh-map-3863.jpg&q...

    Read More


    Md. Zahidur Rahman

    19-Aug-14 12:23:39 pm

    Image maping in HTML5

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <title>Area</title> </head> <body> <p>Click on the spacific name area:</p> <img src="planets.gif" width="145" heigh...

    Read More


    Arif Mainuddin

    12-Aug-14 12:52:10 pm

    Basic HTML tag............

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>my first HTML Doc</title> </head> <body> <!--Document content goes here..--> </body> </html> ...

    Read More


    Mohammad Towhidul Islam

    13-Feb-14 02:45:18 am

    Idb bisew descriptive questions on ppt

    1. Relation between Initial algorithm and Refining algorithm. This is the first attempt of preparing an algorithm to solve a specific job that let the computer to do. In this algorithm, it may miss some sequence of steps or it may have any logical error. A series of refinements after initial ...

    Read More


    Mohammad Towhidul Islam

    13-Feb-14 02:44:01 am

    Idb bisew descriptive questions on html

    01. Write any five features of HTML5. Ans: Five features of HTML5 are given below: 1. Canvas 2. Cross-document messaging 3. Drag and drop 4. Embedding of Scalable Vector Graphics(SVG) directly in HTML 5. Geolocation 02. What are the Inline element and Block-level elements? Ans: I...

    Read More


    Mohammad Towhidul Islam

    08-Feb-14 03:33:43 pm

    Html5s document outline

    Each HTML document has an underlying outline, which is like a table of contents. Now, the outline isn't somthing that displays in your page explicitly, but as with all semantics, it's meaningful to the likes of search engines and screen readers, which use the outline to glean the structur...

    Read More


    Mohammad Towhidul Islam

    20-Jan-14 04:06:22 pm

    List of obsolete elements

    The following elements are not in HTML because their effect is purely presentational and their function is better handled by CSS: <basefont> <big> <center> <font> <strike <tt> The following elements are not in HTML because using them damages usability and ac...

    Read More


    Mohammad Towhidul Islam

    20-Jan-14 03:57:27 pm

    List of obsolete attributes from the elements in html5

    rev and charset <link> and <a>. shape and coords <a>. longdesc <img> and <iframe>. target <link>. nohref <area>. profile <head>. version <html>. name <img> (use id instead). scheme <meta>. archive, c...

    Read More


First123Last
1 of 3 pages
Copyright © 2024. Powered by Intellect Software Ltd