Skip to main content

Posts

Showing posts from April, 2023

Percentage calculator..

Percentage Calculator Percentage Calculator Number: Percentage: Calculate * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, sans-serif; background-color: #f5f5f5; } .container { max-width: 600px; margin: 0 auto; padding: 20px; background-color: #fff; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } h1 { text-align: center; margin-bottom: 20px; } form { display: flex; flex-direction: column; } label { margin-bottom: 10px; } input[type="number"], button { padding: 10px; border: none; border-radius: 5px; margin-bottom: 20px; } input[type="number"] { background-color: #f5f5f5; } button { background-color: #1e90ff; color: #fff; cursor: pointer; } button:hover { background-color: #007fff; } #result { margin-top: 20px; font-size: 24px; text-align: center; } function calculate() { const number = document.getElementById("...

Here's an example of a webpage that displays information about stock market online

Stock Market Online Home Stocks News About Contact Stock Market Online Stock Market Overview The stock market is a collection of markets where stocks are traded. A stock is a share of ownership in a company, and it represents a claim on a portion of the company's assets and earnings. The stock market provides a way for companies to raise capital and for investors to buy and sell shares of companies. Learn more Stock Market Indexes A stock market index is a measure of the performance of a group of stocks. The most widely known indexes include the Dow Jones Industrial Average, the S&P 500, and the NASDAQ Composite. These indexes provide a benchmark for investors to evaluate the performance of their portfolios and the stock market as a whole. Learn more Online Stock Trading Online stock trading is a way for investors to buy and sell stocks through an onlin...

Here's an example of a webpage that displays information about the best courses for ethical hacking

Best Courses for Ethical Hacking Home Courses About Contact Best Courses for Ethical Hacking Certified Ethical Hacker (CEH) by EC-Council The CEH certification is one of the most popular and recognized certifications in the ethical hacking industry. This course covers a wide range of topics such as footprinting and reconnaissance, scanning networks, enumeration, system hacking, and more. The certification exam tests your knowledge in these areas and is a great way to validate your skills as an ethical hacker. Learn more Penetration Testing Professional (PTP) by eLearnSecurity The PTP course by eLearnSecurity is an advanced course that covers not only the technical aspects of ethical hacking but also the methodology and techniques used by professional penetration testers. The course includes hands-on labs, real-world scenarios, and a final exam that tests your knowledge and skills in conducti...

Online tracking details

Package Tracking Track Your Package Enter your tracking number: Track .container { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; } form { display: flex; flex-direction: column; align-items: center; margin-bottom: 20px; } label { font-size: 20px; margin-bottom: 10px; } input[type=text] { width: 100%; padding: 12px 20px; margin: 8px 0; box-sizing: border-box; border: 2px solid #ccc; border-radius: 4px; } button[type=submit] { background-color: #4CAF50; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer; font-size: 20px; } button[type=submit]:hover { background-color: #45a049; } #trackingResults { font-size: 20px; text-align: center; } const form = document.querySelector('form'); const trackingNumber = document.querySelector('#trackingNumber'); const trackingResults = docu...

Type of hacker

Types of Hackers Types of Hackers White Hat Hackers White hat hackers are ethical hackers who use their skills to improve security and protect against cyberattacks. They work for organizations and use their hacking skills to identify vulnerabilities and develop security measures to prevent attacks. Black Hat Hackers Black hat hackers are the "bad guys" who use their hacking skills for malicious purposes. They may steal information, disrupt computer systems, and cause damage for personal gain or as part of a larger criminal organization. Grey Hat Hackers Grey hat hackers are a mix of both white and black hat hackers. They may perform unauthorized activities but without malicious intent. They may also share their findings with the affected organization, but may not have permission to do so. Script Kiddies Script kiddies are hackers with little to no programming knowledge w...

Online trading free

Online Trading Online Trading Stocks Name Price Change Apple Google Microsoft Trading Select Stock: Apple Google Microsoft Amount: Buy Sell Transaction History .container { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; } .stocks, .trading { margin: 10px; padding: 10px; border: 1px solid #ccc; border-radius: 5px; } .stocks { width: 50%; } .stocks h2, .trading h2, .transactionHistory h3 { text-align: center; } table { width: 100%; border-collapse: collapse; margin: 10px; } th, td { padding: 5px; text-align: center; border: 1px solid #ccc; } tr:nth-child(even) { b...

Online call. Free

Online Call Online Call Start Call Hang Up .container { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; } #localVideo { width: 320px; height: 240px; margin-bottom: 10px; } #remoteVideo { width: 320px; height: 240px; margin-bottom: 10px; } button { margin: 5px; padding: 10px 20px; font-size: 18px; border-radius: 5px; border: none; background-color: #4CAF50; color: white; cursor: pointer; } button:hover { background-color: #3e8e41; } let localStream, remoteStream, localPeerConnection, remotePeerConnection; const localVideo = document.getElementById('localVideo'); const remoteVideo = document.getElementById('remoteVideo'); const startButton = document.getElementById('startButton'); const hangupButton = document.getElementById('hangupButton'); startButton.addEventListener('click', startCall); hangup...

Hacker. White hate hacker

White Hat Hackers White Hat Hackers Home About Contact What is a White Hat Hacker? A white hat hacker is a computer security specialist who uses their skills for good, rather than for malicious purposes. White hat hackers help organizations and individuals protect their computer systems from unauthorized access, data theft, and other forms of cyber attacks. They use their knowledge and skills to find vulnerabilities in computer systems and then report those vulnerabilities to the system's owner, so that they can be fixed before they can be exploited by malicious hackers. How to Become a White Hat Hacker If you're interested in becoming a white hat hacker, there are a few steps you can take to get started: Learn the basics of computer programming, networking, and operating systems. ...