宝宝起名网页 免费按生辰八字取名字 周易取名 宝宝命名平台

佚名2026-08-10 15:46:420
 <section id="home"> <h1>宝宝起名</h1> <p>风水吉祥名推荐</p></section><section id="recommendation"> <h2>名字推荐</h2> <form id="nameForm"> <label for="gender">性别:</label> <select id="gender"> <option value="male">男</option> <option value="female">女</option> </select> <label for="birthdate">出生日期:</label> <input type="date" id="birthdate"> <label for="surname">姓氏:</label> <input type="text" id="surname"> <button type="submit">获取推荐</button> </form> <div id="recommendationsList"> <!-- 推荐名字将显示在这里 --> </div></section><section id="search"> <h2>名字查询</h2> <form id="searchForm"> <label for="searchName">输入名字:</label> <input type="text" id="searchName"> <button type="submit">查询</button> </form> <div id="searchResults"> <!-- 查询结果将显示在这里 --> </div></section><section id="personalized"> <h2>个性化推荐</h2> <form id="personalizedForm"> <label for="preferences">其他偏好:</label> <textarea id="preferences"></textarea> <button type="submit">获取推荐</button> </form> <div id="personalizedRecommendationsList"> <!-- 个性化推荐名字将显示在这里 --> </div></section><section id="about"> <h2>关于我们</h2> <p>我们是一个专注于风水吉祥名推荐的平台,致力于为新生儿提供最合适的名字。</p></section><footer> <p>&copy; 2023 宝宝起名 - 风水吉祥名推荐</p></footer><script src="script.js"></script>