# Alternate Case Text Converter for Blogger
Here's a complete JavaScript code for an alternate case text converter that you can paste directly into your Blogger HTML/JavaScript gadget. This replicates the core functionality of the page you referenced:
```html
Alternate Case Text Converter
Transform your text to alternate between uppercase and lowercase letters
About Alternate Case Converter
This tool transforms your text to alternate between uppercase and lowercase letters. You can choose between several case styles including alternate case, inverse case, random case, sentence case, and title case.
```
## Features Included:
1. **Alternate Case**: Converts text to alternate between uppercase and lowercase letters
2. **Inverse Case**: Inverts the current case of each letter
3. **Random Case**: Randomly changes letters to uppercase or lowercase
4. **Sentence Case**: Capitalizes the first letter of each sentence
5. **Title Case**: Capitalizes the first letter of each word
6. **Copy to Clipboard**: Copies the converted text to clipboard
7. **Clear**: Clears both input and output fields
The design is clean and responsive, suitable for embedding in Blogger. You can customize the colors and styling by modifying the CSS in the style attributes.
To use this in Blogger:
1. Go to your Blogger dashboard
2. Navigate to Layout
3. Add a new HTML/JavaScript gadget
4. Paste this entire code into the content area
5. Save the gadget