This is my first page Hi my name is Aziz < /h1> This is my bio page Hi this is my first para this is the second para Question; make the word "second" from the second paragraph italic, make the name to be bold and color the text on bio page with any color of your choice and with a background of any color of your choice.
Let's say that you have the following two paragraphs in your code:
<!DOCTYPE html>
<html lang="en">
<head>
<title>
This is my first page
</title>
</head>
<body>
<h1>
Hi my name is Aziz <
/h1>
<h2>
This is my bio page
</h2>
<p>
Hi this is my first para
</p>
<p>
this is the <em>second</em> para
</p>
</body>
</html>
Question:
<!DOCTYPE html>
<html lang="en">
<head>
<title>
This is my first page
</title>
</head>
<body>
<h1>
Hi my name is Aziz <
/h1>
<h2>
This is my bio page
</h2>
<p>
Hi this is my first para
</p>
<p>
this is the <em>second</em> para
</p>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>
This is my first page
</title>
</head>
<body>
<h1>
Hi my name is Aziz <
/h1>
<h2>
This is my bio page
</h2>
<p>
Hi this is my first para
</p>
<p>
this is the <em>second</em> para
</p>
</body>
</html>
Question;
make the word "second" from the second paragraph italic, make the name to be bold and color the text on bio page with any color of your choice and with a background of any color of your choice.
Trending now
This is a popular solution!
Step by step
Solved in 5 steps with 3 images