Untitled
unknown
plain_text
2 years ago
1.3 kB
3
Indexable
<!DOCTYPE html> <html> <head> <title>My Profile</title> <style> body { background-color: yellow; } </style> </head> <body> <!-- This is a comment line that won't be displayed on the page --> <header> <marquee behavior="scroll" direction="right" scrollamount="10" style="color: red;">Print a your link of name your using using linkedin appropriate appropriauc or facebook mcant</marquee> <h1>My Profile</h1> </header> <main> <section> <address> <strong>Address:</strong><br> Your Address Here<br> Mobile: Your Mobile Number Here </address> <figure style="float: right;"> <img src="your_photo.jpg" alt="Your Photo" width="100" height="100"> <figcaption>Figure: Your Photo</figcaption> </figure> </section> <hr> <section id="about-me"> <h2>About me</h2> <p> I am passionate about <acronym title="Your Theoretical Area of Interests">TAOI</acronym> and enjoy diving into <em>various technical languages</em>. </p> </section> <details> <summary>Summary</summary> <p>This is a summary of myself.</p> <p><strong>Significant Achievement:</strong> Your significant achievement here.</p> </details> </main> </body> </html>
Editor is loading...
Leave a Comment