post1
hello
View Post
KIROKAZE
No title available
Xuebing Du
Cosmic Funnies

祝日 / Permanent Vacation
Today's Document

@theartofmadeline

No title available
wallacepolsom
Alisa U Zemlji Chuda
he wasn't even looking at me and he found me
TVSTRANGERTHINGS
No title available

ellievsbear

tannertan36

titsay

Origami Around
Peter Solarz
Game of Thrones Daily
d e v o n
seen from United Kingdom

seen from Singapore
seen from United States
seen from United States

seen from Malaysia
seen from Spain

seen from United States
seen from United States
seen from Norway

seen from Türkiye
seen from United Kingdom
seen from United States
seen from United States
seen from Germany

seen from Brazil

seen from United States

seen from Malaysia

seen from T1

seen from Türkiye

seen from United Kingdom
@htmlcoders
post1
hello
View Post
Find Location Details Using geoplugin
Everyone is so curious to trace the location of visitors.
There are some plugins available to trace the location.
Here i am using geoplugin.class to trace the location. Using this class we can trace 90% accurate information of visitors of a webpage.
Downl…
View Post
Basic HTML Login Form with javascript validations (for beginners)
HTML has some tags to pass data to server. They are called HTML forms.
A html form with with input elements(textbox, select, radio, textarea, checkbox) can transfer information to server.
About these input elements, we will explain in detail later. For…
View Post
Fading Images using Jquery and css | Its light weighted
Are you looking for fading effects images cycling one by one., Here is an example for you.
Its compatible of all browsers., light weighted and less code.
Simple Slider Example | HTML CODERS
View Post
PHP Variables: How to create them and use!!!
Usually variables are used to store data(information).
In javascript, we used to create a variable (Eg: var a; ) and assign value to it (a=10;).
In php, a variable will be created when we assign a string or value it ($a=10;) where as there is no command…
View Post
What is the difference between include() and require() in php?
We have some functions in php to include single or multiple files into a single file.
This…
View Post
Properties and Methods: Javascript Objects
What is an object?
Object is a data with properties and methods which means it has a state (property) and behavior(method).
Example: Lets consider a real world example in to coding for our understanding.
A computer is an object (it has properties like…
View Post
Predefined popup boxes in Javascript | Alert, Confirm and Prompt
In Javascript we have three kinds of popup boxes.
The popup boxes are basically used to give a…
View Post
p, a, img tags and their properties in HTML
P or Paragraph tag:
This tag is generally used to represent paragraph content in a html webpage.
It…
View Post
What are the default properties of Heading tags in HTML?
H1, H2, H3, H4, H5, H6 are the heading tags those we used commonly in HTML
According to SEO (Search Engine Optimization) and web page standards, it is better to use one H1 tag per a webpage.
H1 tags default properties: 2em (i.e.,32px) font size, and bold…
View Post
H1, H2, H3, H4, H5, H6 tags and Their properties
H1, H2, H3, H4, H5, H6 tags are called heading tags in HTML.
If you want to use this any of these tags, you need to open the tag and write the heading text you want to display as heading and close the tag.
If you dont close properly, the entire page is…
View Post
we have lot of html tags and ech one of them has different properties. But the problem is all of them are static, we can just create them but no functionality can be added to that design with only ...
How can i hide my html source?
HTML is the only programming language that a browser can understand to display content and its structure.
HTML CODERS
Its our official website.
http://htmlcoders.in/