SEO (or Search Engine Optimization) is a process to promote a website. SEO is used to improve your online business website, informational site or to... Read More
Raka Rocks
Hi, My self Raka Rocks. I am web designer and Front End Developer total 8 year exp. in this fields. I am a continuous blogger and has blogged on different topics. He loves to surf the Internet and always tries to get new ideas about new technologies and innovations and share this excellent information with all technology lovers.
IRCTC provides facility to book their railway ticket online through internet to avoid hassle of hours in long queue. Tickets reserved on internet are called... Read More
Difference between HTML and HTML5? 2 min read
If we want to represent the same thing in HTML 4 with proper names of the HTML section, we would probably use a DIV tag.... Read More
In this article today we are talking difference between “Div” and “Span” <div> Div is block element are take the full available width of block... Read More
How to use JavaScript along with HTML? 1 min read
JavaScript can be used along with HTML by including <script> tag in the HTML <body> tag. Example:... Read More
How to create emails links? 1 min read
How to redirect using HTML? 1 min read
What is a class? What is an ID? 1 min read
Class– A class is a style (like a group of CSS attributes) that can be applied to one or more HTML elements. It is applied... Read More
$(this) returns a jQuery object, on which you can call several jQuery methods e.g. text() to retrieve text, val() to retrieve value etc, while this... Read More
The difference between ID and class selector, It is same with jQuery. ID selector uses ID e.g. #element-id to select element, while class selector uses... Read More