RSS author element | Rookie Tutorial
Rookie Tutorial -- Learning is not only technology, but also dreams!
- Home
- HTML
- JavaScript
- CSS
- Vue
- React
- Python3
- Java
- C
- C++
- C#
- AI
- Go
- SQL
- Linux
- VS Code
- Bootstrap
- Git
- Local Bookmarks
RSS Tutorial
RSS TutorialRSS IntroductionRSS HistoryRSS SyntaxRSS channel elementRSS item elementPublish Your FeedRSS ReadersRSS ExamplesRSS Reference Manual
Deep Dive
Internet Software
Feed Aggregation and Social Bookmarking
Scripting
Computer Hardware
Software
Computer
Development Tools
Computer Science
Programming
Web Service
RSS <author> element
Definition and Usage
The <author> element specifies the email address of the author of the item.
Tips and Notes
Note: To prevent spam, some developers do not use the <author> element.
Example
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Rookie Tutorial Home</title><link> Programming Tutorials</description><item><title>RSS Tutorial</title><link> Tutorial RSS Tutorial</description><author>author@</author></item></channel></rss>
YouTip