Posts

Register webpage coding

 register.html <!DOCTYPE html> <html lang="en"> <head> <title>Page Title</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> * {   box-sizing: border-box; } body {   font-family: Arial, Helvetica, sans-serif;   margin: 0; text-align: center; } /* Style the header */ .header {   padding: 80px;   text-align: center;   background: #1abc9c;   color: white; } /* Increase the font size of the h1 element */ .header h1 {   font-size: 40px; } /* Style the top navigation bar */ .navbar {   overflow: hidden;   background-color: #333; } /* Style the navigation bar links */ .navbar a {   float: left;   display: block;   color: white;   text-align: center;   padding: 14px 20px;   text-decoration: none; } /* Right-aligned link */ .navbar a.right {   float: right; } /* Change color on hover */ .navbar a:hover { ...

login webpage coding

 login.html <!DOCTYPE html> <html lang="en"> <head> <title>Page Title</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> * {   box-sizing: border-box; } body {   font-family: Arial, Helvetica, sans-serif;   margin: 0; text-align: center; } /* Style the header */ .header {   padding: 80px;   text-align: center;   background: #1abc9c;   color: white; } /* Increase the font size of the h1 element */ .header h1 {   font-size: 40px; } /* Style the top navigation bar */ .navbar {   overflow: hidden;   background-color: #333; } /* Style the navigation bar links */ .navbar a {   float: left;   display: block;   color: white;   text-align: center;   padding: 14px 20px;   text-decoration: none; } /* Right-aligned link */ .navbar a.right {   float: right; } /* Change color on hover */ .navbar a:hover { ...

Index webpage coding

 index.html <!DOCTYPE html> <html lang="en"> <head> <title>Page Title</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> * {   box-sizing: border-box; } body {   font-family: Arial, Helvetica, sans-serif;   margin: 0; } /* Style the header */ .header {   padding: 80px;   text-align: center;   background: #1abc9c;   color: white; } /* Increase the font size of the h1 element */ .header h1 {   font-size: 40px; } /* Style the top navigation bar */ .navbar {   overflow: hidden;   background-color: #333; } /* Style the navigation bar links */ .navbar a {   float: left;   display: block;   color: white;   text-align: center;   padding: 14px 20px;   text-decoration: none; } /* Right-aligned link */ .navbar a.right {   float: right; } /* Change color on hover */ .navbar a:hover {   background-color...

Computer shortcut Keys

  Shortcut Keys Description Alt+F File menu options in the current program. Alt+E Open  Edit  options in the current program. Alt+Tab Switch between open  programs . F1 View  help  information (F1 is used by almost every Windows program to display help). F2 Rename  a selected file. F5 Refresh  the current program window. Ctrl+D Bookmark  the current page in most  Internet browsers . Ctrl+N Create a new or blank  document  in some software, or open a new  tab  in most  Internet browsers . Ctrl+O Open  a file in the current software. Ctrl+A Select all  text. Ctrl+B Change selected text to be  bold . Ctrl+I Change selec...

Common Interview Questions & Answers for Freshers

  Q1. Tell us about yourself. Here you are definitely not going to tell the interviewer about your favorite dish, movie or actor! The interviewer asks this question to analyze how confident you are and how you present yourself. The  best way to answer this common interview question  is to tell the hiring manager about your education and family background. However, this should not look like your life’s story and you should quickly concentrate on sharing a bit about your strengths that build the platform for further discussion about your suitability for the job opening. Bonus Tips: Don’t narrate what is already mentioned in your CV Focus more on talking about your achievements and learning Keep it short Now, you can create a personalized answer to this common interview question ‘Tell me about yourself’ using PIQA – Your first ever virtual personal trainer for job interviews. Personalizing the answers make it easier for you to sell your skills and support them with ...

Interview Tips

  Job Interview is the most important thing for a job seeker. If you go for an interview you must be well prepared for this because you don't get a second chance to make a great first impression. Here we provide some strategies to improve your interview skills: 1) Practice for good non-verbal communication The non-verbal communication is used to demonstrate confidence. You should follow these instructions strictly: Stand straight Make eye contact while answering Make a firm handshake Feel confident 2) Dressing Sense Power dressing is very important to impress the interviewer. It also improves your confidence level. You must be well-groomed. It is better for you to find out company dress code before going for interview. Wear formal dresses Black leather shoes (must be well-polished) Have a professional, simple and nice hair cut Cleanly Shaven 3) Listen carefully From the beginning of the in...