can anyone give my best html coding for class X including marquee , li tag , headings , p tag , Br tag , comments , ,
Answers
Answered by
2
<!DOCTYPE html>
<! This is a simple example of a comment >
<html>
<head>
<title> Project Work </title>
</head>
<body>
<h1> Project contents </h1>
<image src="d:/directory/sample.jpg" alt="Smile and Smile : Alternate text"
height="100" width="75" border="2" >
<p> Living life for example </p>
<ul> <li> Plants</li> <li>Animals</li>
<ul> <li>Carnivores</li>
<li>Vegetarians</li> </ul>
<li>Birds</li> <li>humans</li>
<ul> <li> Children</li>
<li> kids </li>
<li> adults</li>
<li> old people </li>
</ul> <li>others</li>
<ul>
<li> microbes </li>
<li> insects </li>
</ul></ul>
<marquee width=50% height=20% direction=right behaviour=slide loop=INFINITE
bgcolor=red> This is a great day ! </marquee>
</body>
</html>
<! This is a simple example of a comment >
<html>
<head>
<title> Project Work </title>
</head>
<body>
<h1> Project contents </h1>
<image src="d:/directory/sample.jpg" alt="Smile and Smile : Alternate text"
height="100" width="75" border="2" >
<image src=http://www.w3schools.com/images/lamp.gif" alt="This is a brightLamp"
<p> Living life for example </p>
<ul> <li> Plants</li> <li>Animals</li>
<ul> <li>Carnivores</li>
<li>Vegetarians</li> </ul>
<li>Birds</li> <li>humans</li>
<ul> <li> Children</li>
<li> kids </li>
<li> adults</li>
<li> old people </li>
</ul> <li>others</li>
<ul>
<li> microbes </li>
<li> insects </li>
</ul></ul>
<marquee width=50% height=20% direction=right behaviour=slide loop=INFINITE
bgcolor=red> This is a great day ! </marquee>
</body>
</html>
Similar questions
Hindi,
10 months ago
Math,
1 year ago
Math,
1 year ago
English,
1 year ago
Political Science,
1 year ago