+ 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.
9 Answers
+ 4
What is the CODE REPO Number? Example: 1.1 CODE REPO
+ 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>
+ 2
Show your attempt
+ 2
You mean the lesson
+ 2
The lesson is 13
+ 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
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>
0
Code 13.2
0
I got it Thanks bro it's very helpful