Select Page

Tips for prompt

Do you want to get the exact suggestion that you want from Chat GPT? I have so many experience to be frastrated by chat GPT since I cannot get the answer or information that I want and the answer is sometimes incorrect. I am going to introduce some tips for chat GPT...

Learning CSS from Copilot and W3Schools

Simple Page Click me! <style>body {font-family: Arial, sans-serif;margin: 0;padding: 0;min-height: 100vh;background-color: #f0f0f0;overflow-y: auto; /* Vertical scrolling */} button {padding: 10px 20px;font-size: 1.2rem;cursor: pointer;border:...