category

Home / DeveloperSection / Category

[(Jon-Snow)] Watch 'Game of Thrones' Season 8 Episode 1 Online | GOT S08E01
[(Jon-Snow)] Watch 'Game of Thrones' Season 8 Episode 1 Online | GOT S08E01

As most people already know, there’s only one way to watch the final season of Game of Thrones live, and it involves getting some form of HBO subscr

Learning HTML5 and HTML as fast as possible Course Free
Learning HTML5 and HTML as fast as possible Course Free

Learning HTML5 and HTML as fast as possible Course Free - in this course, we want to learn HTML and html5Â for the persons who want to learn fast

Use Video Player in HTML5
Use Video Player in HTML5

Videos can be embedded in HTML pages with several methods. Code to add Video player using HTML5 The tag defines a container for ext

Marquee in HTML
Marquee in HTML

Marquee was first introduced in Internet Explorer and was very popular in the decade of 90’s before W3C ultimately decided to exclude it from the HTML standard element due to usability issues.

HTML5 - Web Storage
HTML5 - Web Storage

HTML5 introduces two mechanisms, similar to HTTP session cookies, for storing structured data on the client side and to overcome following drawbacks

HTML5 Inline SVG
HTML5 Inline SVG

HTML5 has support for inline SVG. Here we draw a polygon shape using SVG tags.SVG-Polygon code style="fill:LightBlue;stroke:black;stroke-width:3;"

HTML5 - Web SQL Database
HTML5 - Web SQL Database

The Web SQL database API isn’t actually part of the HTML5 specification, but it is part of the suite of specifications that allows us developers to build fully fledged web applications, so it’s about time we dig in and check it out.

MathML in HTML5
MathML in HTML5

Scalable Vector Graphics (SVG) and MathML (Mathematical Markup Language) are XML applications that are widely used in scientific contexts. SVG is used

HTML5 – SVG
HTML5 – SVG

SVG stands for Scalable Vector Graphics and it is a language for describing 2D-graphics and graphical applications in XML and the XML is then rendered by an SVG viewer.

HTML5 Syntax
HTML5 Syntax

The HTML 5 language has a "custom" HTML syntax that is compatible with HTML 4 and XHTML1 documents published on the Web, but is not compatible with the more esoteric SGML features of HTML 4.

Creating draggable content with HTML 5 is very simple
Creating draggable content with HTML 5 is very simple

Making an object draggable is now very simple with HTML5. Set the draggable attribute of any element you want to make moveable. With HTML 5 you can ma