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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

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

Post 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply