Computer Science, asked by shreya7444, 1 year ago

make a program in which use all tags.​

Answers

Answered by amitkumar274
1

Answer:

<html>

<head>

<title>The Adventures of My Cat Lucky</title>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<meta name="description" content="The adventures of my favourite pet cat Lucky, with stories, pictures and movies.">

<meta name="keywords" content="cat,Lucky,pet,animal">

<link rel="stylesheet" type="text/css" href="/style.css">

<link rel="shortcut icon" href="/favicon.ico">

</head>

<body>

<h1>The Adventures of My Cat Lucky</h1>

<div id="mainContent">

<p>My cat Lucky has a lot of adventures. Yesterday she <a href="mouse.html">caught a mouse</a>, and this morning she caught two!</p>

<p>Here's a picture of Lucky:</p>

<img src="lucky.jpg" alt="Lucky">

</div>

<div id="sidebar">

<h2>Buy our stuff!</h2>

<p>Some of our products include <span class="product">SuperWidgets</span>, <span class="product">MegaWidgets</span>, and <span class="product">WonderWidgets</span>.</p>

</div>

</body>

</html>

Similar questions