D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
championswimmer
Full window
Github gist
jquery-intro
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="jquery.js"></script> <script src="script.js"></script> </head> <body> <div > <p id="firstpara"> Some text written here </p> <p align="right"> Some more text written here </p> <b>asihbdaisf</b> <p align="right" class="nagarro"> Some more text written here </p> </div> <button class="nagarro">Submit</button> </body> </html>