Computer Science, asked by archanawarrier508, 9 months ago

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 DrNykterstein
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:

</p><p>&lt;!DOCTYPE html5&gt;</p><p>&lt;html&gt;</p><p>&lt;head&gt;</p><p>&lt;title&gt;   Your Name  &lt;/title&gt;</p><p>&lt;/head&gt;</p><p>&lt;body&gt;</p><p>&lt;h1&gt; &lt;u&gt; Artificial Intelligence &lt;/u&gt;&lt;/h1&gt;</p><p>&lt;p style="font-size: 15px"&gt; &lt;strong&gt; Artificial Intelligence &lt;/strong&gt; is the ability of a computer program or a machine to think and learn.  &lt;/p&gt;</p><p>&lt;p style="font-size: 15px"&gt; It is also a field of study which tries to make computers &lt;strong&gt;"smart".&lt;/strong&gt; &lt;/p&gt;</p><p>&lt;/body&gt;</p><p>&lt;/html&gt;</p><p>

Answered by Anonymous
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