<pre class="wp-block-code"><code><!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="author" content="webgapp"> <meta n...
Read More<pre class="wp-block-code"><code><!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="author" content="Dave Gray"> <meta...
Read More<pre class="wp-block-code"><code><!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>My First Web Page</title> <style> ...
Read More1.Get the Input from the User(Name) and that Name should be (words) maximum to 10 words and minimum to 5 words name=”webgapp” length=(len(a)) if(length>=10): print(“Your Name is too Long”) elif(length<=4): print(“Your Name is too Short”) els...
Read More