Page 1 of 1

Create a stylesheet named aboutme-style.css to improve the appearance of your About Me page. Your stylesheet should do t

Posted: Fri Jul 08, 2022 6:38 am
by answerhappygod
Create a stylesheet named aboutme-style.css to improvethe appearance of your About Me page. Your stylesheet should do thefollowing without any modification to your HTML code:
Aboutme.html page.
<!DOCTYPE html>
<html>
<head>
<title>My- Profile</title>
</head>
<body>
<h1>My Profile</h1>
<p>My Email:[email protected]</p>
<br />
<ahref="https://www.laguardia.edu/home/Default. ... college</a>
<hr />
<h2>My Courses:</h2>
<ul>
<li>History</li>
<li>MAC172</li>
<li>MAC272</li>
</ul>
<h2>My Favorite Movies</h2>
<ol>
<li>The LittleMermaid </li>
<li>Vanilla</li>
<li>Titanic</li>
</ol>
<h2>Words That DescribeMe</h2>
<ul>
<li>xxxx</li>
<li>yyyy</li>
<li>zzzz</li>
</ul>
</body>
</html>
No need to change
Words That Describe Me