Simple HTML Webpage Example - Learn Basic Web Development
Welcome to my webpage!
This is a simple webpage created using HTML.
<h2>My Favorite Things</h2>
<ul>
<li>Playing video games</li>
<li>Watching movies</li>
<li>Listening to music</li>
</ul>
<h2>Contact Me</h2>
<p>You can contact me through:</p>
<ul>
<li>Email: myemail@example.com</li>
<li>Phone: 123-456-7890</li>
</ul>
原文地址: https://www.cveoy.top/t/topic/mLnf 著作权归作者所有。请勿转载和采集!