Showing posts with label Jquery. Show all posts
Showing posts with label Jquery. Show all posts

Sunday, 10 March 2024

Mastering Marquee Tag in HTML: Everything You Need to Know | HTML Tutorial

Be The First To Comment

 Introduction:

Welcome to WebSoftTuts, where we unravel the mysteries of web development! Today, we shall explore the <marquee> tag in HTML. Whether you're a novice web developer or a seasoned pro, understanding how to master the <marquee> tag can add flair and functionality to your web projects. In this HTML tutorial, we'll explore everything you need to know about the <marquee> tag and how to use its power effectively.

What is the <marquee> Tag?

The <marquee> tag in HTML is a non-standard element used to create a scrolling text or image effect within a web page. It allows content to move horizontally or vertically across the screen, grabbing the attention of website visitors and adding visual interest to the page.


Monday, 21 May 2018

Javascript form validation

Be The First To Comment

Registration-form-validation-using-javascript
Validation is the action of checking the accuracy of something or the action of making something legally acceptable.
In HTML, JavaScript (a client side scripting language) code must be inserted between <script> and </script> tags.We can place any number of scripts in an HTML document. Scripts can be placed in the <body> or in the <head> section of an HTML page or in both.
The <script> element either contains scripting statements, or it can point to an external script file through the src attribute. The script file has an extension of .js. The most common uses of JavaScript on a webpage are image manipulation, Javascript form validation, dynamic changes of content and so on.

Tuesday, 29 August 2017

Jquery Horizontal accordion

Be The First To Comment
Jquery-Horizontal-accordion
In this post we will see how to create a Jquery Simple Horizontal Accordion without using Jquery UI plugin. Jquery is a fast, small, and feature-rich JavaScript library  and can be downloaded from here.With Jquery you can create many cool things like accordion using Jquery or Jquery animation, HTML document traversal and manipulation, event handling and Ajax very easily which works across almost all the modern web browsers.
 

© 2018 Mastering Web Development: HTML, Bootstrap, PHP, ASP.NET & VB.NET Essentials - Designed by Mukund | Privacy Policy | Sitemap

About Me | Contact Me | Write For Us