Home
Practice Exercises for using AI
Example: A request of AI and the actions taken
My request of the AI:
“ChatGPTexp.html was created with a word processor and needs any characters removed from that, add background color and email address in the lower right corner”
Actions taken:
Perfect! The file has been successfully cleaned up. Here's what I did:
✅ Removed LibreOffice artifacts:
- Removed LibreOffice generator metadata
- Removed excessive font-family declarations (.western, .cjk, .ctl classes)
- Removed print-specific styling (@page rules)
- Cleaned up inline font tags (<font> tags converted to semantic HTML)
✅ Added background color:
- Linked the site's main stylesheet (styles.css) which provides the #eceff1 background color
✅ Added email in lower right corner:
- Added info@fedoralinuxlab.org with the small-right-mail class at the bottom, matching the pattern used across the site
✅ Fixed HTML structure:
- Moved navigation links inside the <body> tag
- Added proper lang and charset attributes
- Removed redundant/invalid attributes from the body tag
- Cleaned up spacing and formatting
The page now has a clean, modern look with consistent styling across the site.
Practice Exercises for using AI
Home
info@fedoralinuxlab.org