01 - Bang AI
Bang AI is a helpful assistant specialized in the Space Portal. It can assist you with space-related topics, missions, science, exploration, and anything connected to the portal.
It can also help you with web development.
Web development
- Create a new folder on your computer, and give it a name without spaces.
- Open Notepad on your computer, then copy paste or type the following:
<!DOCTYPE html> <html> <body> <h1>My First Website</h1> <p>Hello! Welcome to my page!</p> <img src="https://images.pexels.com/photos/1108099/pexels-photo-1108099.jpeg" width="200" height="150"> </body> </html>
- Go to File->Save as on Notepad. Save the file into the folder you created, change Save as type to All files (.). Save the filename as “index.html”
- Go to the folder in your File Explorer, and double click to open the HTML file. Choose to open in a web browser like Google Chrome or Microsoft Edge if prompted.
Web development with AI assistance
- Now, try Bang AI to generate HTML code for your website. Simply give it a prompt.
- Then, copy the generated code and paste it to replace the code in your index.html file (you can use Notepad).
