Hi please can someone Solve this exercise | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Hi please can someone Solve this exercise

1. Write "Experience" in italics enclosed in <h2> immediately below the "Summary" section paragraph. 2. Create a list using the <ul> tag, define each job with the <li> tag, and then insert the bolded job title into it. 3. Inside each <li> section write a short description of your job using the <p> element.

26th Jul 2022, 9:08 PM
Hakeem
Hakeem - avatar
9 Answers
+ 4
What is the CODE REPO Number? Example: 1.1 CODE REPO
26th Jul 2022, 9:26 PM
Chris Coder
Chris Coder - avatar
+ 3
It is important to complete each repo prior to the code repo 13.2 because your commit changes carry over the the next repo. Other wise the instructions does not make much sense. I have completed the code repo up until this point. Your code should look similar to this as you arrive at 13.2 Code Repo <!DOCTYPE html> <html> <head> <title>Chris Coder CV</title> </head> <body> <h1>Chris Coder</h1> <p><strong>Web Developer</strong></p> <img src="https://blob.sololearn.com/avatars/a23816cd-80d1-43c1-b834-6f7e87e89e6d.jpg" width="100px" height="100px"><img> <hr> <h2><i>Summary</i></h2> <h2>Experience</h2> <ul> <li><b>Your job title 1</b> <p>Your job description 1</p> </li> </ul> </body> </html>
26th Jul 2022, 10:03 PM
Chris Coder
Chris Coder - avatar
+ 2
Show your attempt
26th Jul 2022, 9:14 PM
Chris Coder
Chris Coder - avatar
+ 2
You mean the lesson
26th Jul 2022, 9:26 PM
Hakeem
Hakeem - avatar
+ 2
The lesson is 13
26th Jul 2022, 9:26 PM
Hakeem
Hakeem - avatar
+ 1
In the code window press the 3 dots to the top right to reset the code to start over and Copy what it shows. Paste it here
26th Jul 2022, 9:37 PM
Chris Coder
Chris Coder - avatar
0
This is my attempt. I know that the solution is not complete and there are many errors <html> <head> <title>first page</title> <h2 aligan="left"/> <p>experience</p> <ul> <ul type="i worked in Resturant"></ul> </ul> </head> </html>
26th Jul 2022, 9:17 PM
Hakeem
Hakeem - avatar
0
Code 13.2
26th Jul 2022, 9:27 PM
Hakeem
Hakeem - avatar
0
I got it Thanks bro it's very helpful
27th Jul 2022, 3:02 PM
Hakeem
Hakeem - avatar