In: Computer Science
Construct an HTML page that contains a three-level nesting list (you may choose the type of the list you want to use). One item on each level. Use the three attached images as the content of each of the three list items.
-exam prep
-msnlink
-success
example for person who asked in comments
LeBron James Sr. is an American professional basketball player for the Los Angeles Lakers of the National Basketball Association. He is widely considered to be one of the greatest basketball players in NBA history.
Anthony Davis Jr. is an American professional basketball player for the Los Angeles Lakers of the National Basketball Association. He plays the power forward and center positions. Davis was the first overall pick in the 2012 NBA draft.
Jayson Christopher Tatum is an American professional basketball player for the Boston Celtics of the National Basketball Association (NBA).
Gordon Daniel Hayward is an American professional basketball player for the Boston Celtics of the National Basketball Association. He played two seasons of college basketball for Butler University.
Answer:- HTML document file is here
<!DOCTYPE HTML>
<html>
<body>
<head>
<title> Construct an HTML page that contains a three-level nesting list </title>
</head>
<h3>1.Exm Prep Ten Study Tips</h3>
<img src="image.jpg" width="280" height="160">
<ul>
<li>Give yourself enough time to study
<li>Organize your study space
<li>Use flow charts and diagrams
<li>Practice on old exms
<li>Explain your answers to others
<li>Organize study groups with friends
<li>Take regular breaks
<li>Snack on brain food
<li>Plan your exm day
<li>Drink plenty of water
</li>
</ul>
<p></p>
<h3>2. Msnlink : The Microsoft Network</h3>
<ul>
<img src="images-msn link.png" width="280" height ="160"
<ul>
<li>MSN dial-up
<li>web Portal
<li>app for windows & mobile devices
<li>ISP service provider
<ul>
<li>Hotmail
<li>Messenger
<li>web search engine
</li
</ul>
</ul>
</ul>
<p></p>
<h3>3. Success</h3>
<img src="image-success.jpg" width="280" height="160"
<ul>
<li> 3 Key Points to Success
<ul>
<li>Create Positive Vibes
<li> Set Up Your Self Confidence
<li>Strong Mindset
</li>
</ul>
</ul>
</body>
</html>
and your output is attached with Screenshot
"important note:- When you open this file you can't show image beacause image source destination are changes but don't worry i have share you all image which was used in this document."