paragraph title missing.
Title
Question
Followed every single step but the paragraph title didn't appear on the final result.
<!DOCTYPE html>
<html>
<head>
<title> Farmer's market</title>
</head>
<body style="background-color:skyblue">
<h1> Welcome to Farmer's market</h1>
<br/>
<p title="Mumbai Farmer's Market"> Buy the products directly from the farmer's. </p>
</body>
</html>
HTML Elements-Tags-Attributes-in-HTML 02-03 min 0-10 sec
Answers:
Dear User,
Your code is working fine.
Hover the mouse on the text “Buy the products directly from the farmers.”
Notice the tooltip - it says “Mumbai Farmer's Market”.
This is how the attributes work.
Login to add comment