1. Create a webpage using the following criteria in HTML i)Add your name as title ii)Give the heading as “Artificial Intelligence” using the largest heading tag and underline it. iii)Use the paragraph tag and write two sentences about AI. The font size should be 15. iv)Select any word from the paragraph and make it bold. Please make it fast
Answers
Answered by
4
<!DOCTYPE html5>
<html>
<head>
<title> Your Name </title>
</head>
<body>
<h1> <u> Artificial Intelligence </u></h1>
<p style="font-size: 15px"> <strong> Artificial Intelligence </strong> is the ability of a computer program or a machine to think and learn. </p>
<p style="font-size: 15px"> It is also a field of study which tries to make computers <strong>"smart".</strong> </p>
</body>
</html>
OUTPUT:
Answered by
0
Answer:
Artificial Intelligence is the ability of a computer program or a machine to think and learn.
It is also a field of study which tries to make computers "smart.
Hope it will be helpful :)
Similar questions