devsting.com Open in urlscan Pro
2606:4700:3034::6815:4811  Public Scan

Submitted URL: http://devsting.com/
Effective URL: https://devsting.com/
Submission: On October 30 via api from US — Scanned from DE

Form analysis 6 forms found in the DOM

GET https://www.google.com/search

<form action="https://www.google.com/search" method="get" target="_blank" class="search-form">
  <input type="hidden" value="devsting.com" name="sitesearch">
  <input type="text" name="q" placeholder="Search any topic..." class="search-input"><button type="submit"><i class="fas fa-search"></i></button>
</form>

GET https://www.google.com/search

<form action="https://www.google.com/search" method="get" target="_blank" class="search-form">
  <input type="hidden" value="devsting.com" name="sitesearch">
  <input type="text" name="q" placeholder="Search any topic..." class="search-input"><button type="submit"><i class="fas fa-search"></i></button>
</form>

POST

<form class="signup-form-auth" method="post" id="loginForm">
  <input type="hidden" name="token" value="2a38c9fc70d299db4fbe18b555d9864fd21581825577b1c574af4a7a80e4701a">
  <div class="signup-form-group">
    <label for="username">Username</label>
    <input type="text" id="login-username" name="username" placeholder="Username" autocomplete="username" required="" autofocus="">
  </div>
  <div class="signup-form-group">
    <label for="password">Password</label>
    <input type="password" id="login-password" name="password" placeholder="Password" autocomplete="current-password" required="">
  </div>
  <div class="remember-me">
    <input type="checkbox" id="rememberme" name="rememberme">
    <label class="custom-control-label" for="rememberme">Remember me</label>
  </div>
  <div class="form-submit"><button type="submit" value="loginsubmit" name="loginsubmit">Login</button></div>
  <div class="fogot-password"><a href="./reset-password">forgot password?</a></div>
</form>

POST

<form id="googleFormLogin" method="post">
  <button type="submit" class="google-btn"><i class="fab fa-google"></i> Google</button>
</form>

POST

<form class="signup-form-auth" id="signupForm" method="post" enctype="multipart/form-data">
  <input type="hidden" name="token" value="2a38c9fc70d299db4fbe18b555d9864fd21581825577b1c574af4a7a80e4701a">
  <div class="signup-form-group">
    <label for="username">Username</label>
    <input type="text" id="signup-username" name="username" placeholder="Username" required="" autofocus="">
  </div>
  <div class="signup-form-group">
    <label for="email">Email address</label>
    <input type="email" id="email" name="email" placeholder="Email address" required="" autofocus="">
  </div>
  <div class="signup-form-group">
    <label for="password">Password</label>
    <input type="password" id="signup-password" name="password" placeholder="Password" required="">
  </div>
  <!-- <script src="https://www.google.com/recaptcha/api.js" async defer></script><div class="g-recaptcha" id="g-recaptcha-response" data-sitekey="6LfGDsMoAAAAACm-wogu-iC6OE3cDW0d6xpk5NZt"></div> -->
  <div class="form-submit"><button class="login" type="submit" name="signupsubmit">Signup</button></div>
</form>

POST

<form id="googleFormSignin" method="post">
  <button type="submit" class="google-btn"><i class="fab fa-google"></i> Google</button>
</form>

Text Content

Tutorials
 * HTML5
 * CSS3
 * Javascript
 * JSON
 * Bootstrap 4
 * Python

Learn 
 * JavaScript String Methods
 * Javascript Beginner Projects
 * JavaScript Pins
 * Python Beginner Projects
 * Python Pins

Tools
 * HTML Tools
   * HTML Editor
   * HTML Minifier
   * HTML Formatter
   * Advanced HTML Editor
 * JSON Tools
   * JSON Formatter
   * JSON Viewer
   * JSON Minifier
   * JSON to CSV Converter
   * JSON to Excel Converter
   * JSON Filter
   * JSON Validator
   * JSON Parser
   * JSON Stringifier
 * CSV Tools
   * CSV Viewer
   * CSV to JSON
   * CSV to Excel Converter
 * CSS Tools
   * CSS Formatter
   * CSS Minifier
 * Excel Tools
   * XLS to XLSX Converter
   * XLSX to XLS Converter


Write & Earn
Sign in
Sign in
Tutorials
 * HTML5
 * CSS3
 * Javascript
 * JSON
 * Bootstrap 4
 * Python

Learn 
 * JavaScript String Methods
 * Javascript Beginner Projects
 * JavaScript Pins
 * Python Beginner Projects
 * Python Pins

Tools
 * HTML Tools
   * HTML Editor
   * HTML Minifier
   * HTML Formatter
   * Advanced HTML Editor
 * JSON Tools
   * JSON Formatter
   * JSON Viewer
   * JSON Minifier
   * JSON to CSV Converter
   * JSON to Excel Converter
   * JSON Filter
   * JSON Validator
   * JSON Parser
   * JSON Stringifier
 * CSV Tools
   * CSV Viewer
   * CSV to JSON
   * CSV to Excel Converter
 * CSS Tools
   * CSS Formatter
   * CSS Minifier
 * Excel Tools
   * XLS to XLSX Converter
   * XLSX to XLS Converter


LOGIN OR SIGNUP

 * Login
 * Signup

Username
Password
Remember me
Login
forgot password?

--------------------------------------------------------------------------------

Google
Username
Email address
Password
Signup

--------------------------------------------------------------------------------

Google


HTML TUTORIAL

HTML is the language used to create web pages. It is a markup language that
describes the structure of a web page. HTML is a very simple language, but it is
also very powerful.


CSS TUTORIAL

CSS is the language used to create the style of a web page. It designs the look
and feel of a web page. It can be used to create a website with a unique style.


JAVASCRIPT TUTORIAL

Javascript is the language used to create the logic of a web page. It is the
programming language used to create interactive web pages. It is also used to
create programs.


JSON TUTORIAL

JSON is a data-interchange format that uses key-value pair to store datas of
different type. It is human readable and machine parsable and can be used with
most modern programming languages.


BOOTSTRAP TUTORIAL

Bootstrap is a popular HTML, CSS, and Javascript framework. It is used to create
mobile-first and responsive websites that fit any screen size.


PYTHON TUTORIAL

Python is a programming language that is used to create interactive web pages.
Python is used to create web applications and scripts.


PROGRAMMING ARTICLES

Few interesting articles for you to read.


BACKGROUND IMAGE IN CSS

Learn everything you need to know about background image in CSS. This article
will help you to create a beautiful website.


30 PATTERN PROGRAM IN JAVA

Check this out for 30 different pattern programs in java. This article includes
multiple different patterns in stars, numbers, and alphabets.


JAVASCRIPT STRING FORMAT

Formatting string is a very important part of JavaScript. It helps you to output
the data in a better way.


FORMAT DATE JAVASCRIPT

The date string returned by the Date object is not in well presentable format.
You need to format it to presentable format like dd-mm-yyyy.


TO-DO LIST WITH JAVASCRIPT

Create a To-Do List app using HTML, CSS, and JavaScript with features to add
items, edit items, delete items, and mark items as completed.


PASSWORD GENERATOR IN JAVASCRIPT

Create a password generator app using HTML, CSS, and JavaScript with features to
customize the length of the password, the characters to be used in the password,
and finally, copy the generated password to the clipboard.


HTML TAGS LIST

This article covers the most common HTML tags with examples of their use and
their description.


10 DIFFERENT CSS PROGRESS BAR

Learn to create 10 different types of progress bars in CSS with step by step
process. You can start with most simple and then move to more complex ones.


JAVASCRIPT REMOVE CLASS

This article covers different ways to remove a class from an element in
JavaScript.


HOW TO STOP GOOGLE ASSISTANT FROM POPPING UP

Stop Google Assistant from popping up on your Android device using 5 different
methods discussed in this article.


HTML CODE FOR REGISTRATION FORM WITH VALIDATION

Learn how to create a registration form in HTML and validate the form data using
JavaScript.


SELF CLOSING TAG IN HTML

Learn about self closing tags in HTML and how to write them correctly.


JAVASCRIPT ARRAY FILL()

Array fill() method is used to fill the elements of an array with a static
value. Learn how to fill a part or whole array with a static value.


OTHER TOOLS YOU MIGHT FIND USEFUL


JSON TOOLS

 * JSON Formatter
 * JSON Viewer
 * JSON Minifier
 * JSON to CSV Converter
 * JSON to Excel Converter
 * JSON Filter
 * JSON Validator
 * JSON Parser
 * JSON Stringifier


CSV TOOLS

 * CSV Viewer
 * CSV to JSON
 * CSV to Excel Converter


CSS TOOLS

 * CSS Formatter
 * CSS Minifier


HTML TOOLS

 * HTML Editor
 * HTML Minifier
 * HTML Formatter
 * Advanced HTML Editor


EXCEL TOOLS

 * XLS to XLSX Converter
 * XLSX to XLS Converter


TEXT TOOLS

 * Small Text Generator
 * Backward Text Generator
 * Big Text Generator

About Us
About usContact usPrivacy PolicyDisclaimer
Tutorials
HTML5 CSS3 Javascript Bootstrap 4 Python Practice Problems
Tools
HTML EditorAdvance HTML EditorJavaScript Compiler
Follow Us


Copyright © 2023 DevSting