BlogHide Resteemsrabiul21 (31)in bangladesh • 6 years agoABOUT BANGLADESHABOUT BANGLADESH People in many part of the world still think that Bangladesh is in India and whenever I hear that, I get frustrated and saddene. Bangladesh is a considered to be a third world…rabiul21 (31)in javascript • 6 years agoWhy Study JavaScript?Why Study JavaScript? JavaScript is one of the 3 languages all web developers must learn: 1. HTML to define the content of web pages 2. CSS to specify the layout of web pages 3. JavaScript to…rabiul21 (31)in doll • 6 years agoNice DollThis is doll for my niece.gift her uncle from abudhabirabiul21 (31)in photography • 6 years agoPhotographyafter long time photography with my friend.rabiul21 (31)in html • 6 years agoHTML5 GeolocationHTML5 Geolocation Locate the User's Position The HTML GeolocationHTML5 Geolocation Locate the User's Position The HTML Geolocation API is used to get the geographical position of a…rabiul21 (31)in element • 6 years agoHTML Plug-insHTML Plug-ins T he purpose of a plug-in is to extend the functionality of a web browser. HTML Helpers (Plug-ins) Helper applications (plug-ins) are computer programs that extend the standard…rabiul21 (31)in html5 • 6 years agoHTML5 AudioHTML5 Audio Audio on the Web Before HTML5, audio files could only be played in a browser with a plug-in (like flash).The HTML5 element specifies a standard way to embed audio in a web page.…rabiul21 (31)in media • 6 years agoHTML MultimediaHTML Multimedia Multimedia on the web is sound, music, videos, movies, and animations. What is Multimedia? Multimedia comes in many different formats. It can be almost anything you can hear or…rabiul21 (31)in media • 6 years agoHTML MultimediaHTML Multimedia Multimedia on the web is sound, music, videos, movies, and animations. What is Multimedia? Multimedia comes in many different formats. It can be almost anything you can hear or…rabiul21 (31)in canvas • 6 years agoHTML5 CanvasHTML5 Canvas What is HTML Canvas? The HTML element is used to draw graphics, on the fly, via JavaScript. The element is only a container for graphics. You must use JavaScript to actually…rabiul21 (31)in element • 6 years agoHTML5 Semantic ElementsHTML5 Semantic Elements Semantic elements = elements with a meaning What are Semantic Elements? A semantic element clearly describes its meaning to both the browser and the developer. Examples of…rabiul21 (31)in html5 • 6 years agoHTML5 New Elemen NewHTML5 New Elemen New Semantic/Structural Elements HTML5 offers new elements for better document structure: TagDescriptionDefines an article in a documentDefines content aside from the page…rabiul21 (31)in html5 • 6 years agoHTML5 Browser SupportHTML5 Browser Support You can teach older browsers to handle HTML5 correctly. HTML5 Browser Support HTML5 is supported in all modern browsers. Because of this, you can "teach" older…rabiul21 (31)in html5 • 6 years agoHTML5 Introductionsource What is New in HTML5? The DOCTYPE declaration for HTML5 is very simple: The character encoding (charset) declaration is also very simple: meta charset="UTF-8" HTML5 Example:…rabiul21 (31)in attribute • 6 years agoHTML Input Attributessource HTML Input Attributes The value Attribute The value attribute specifies the initial value for an input field: Example form action="" First name: input…rabiul21 (31)in formelement • 6 years agoHTML Form Elementssource HTML Form Elements This chapter describes all HTML form elements. The input Element The most important form element is the input element. The input element can be displayed in…rabiul21 (31)in htmlform • 6 years agoHTML Formssource HTML Forms HTML Form Example First name: Last name: The Element The HTML element defines a form that is used to collect user input: . form elements . An HTML form contains form…rabiul21 (31)in symbol • 6 years agoHTML Symbol Entitiessource HTML Symbols HTML Symbol Entities HTML entities were describe in the previous chapters. Many mathematically, technically, and currencys symbole, are not present on a normal…rabiul21 (31)in entities • 6 years agoHTML Entitiessource HTML Entities Reserved characters in HTML must be replaced with character entities. HTML Entities Some characters are reserved in HTML. If you use the less than () signs in your…rabiul21 (31)in computercode • 7 years agoHTML Computer Code Elementssource HTML Computer Code Elements Computer Code x = 5; y = 6; z = x + y; HTML for keyboard input The HTML element represent users input, like keyboard input or voice…