Computer Science, asked by Prateek25102000, 1 year ago

can anyone give my best html coding for class X including marquee , li tag , headings , p tag , Br tag , comments , ,

Answers

Answered by kvnmurty
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"  >

<image src=http://www.w3schools.com/images/lamp.gif" alt="This is a brightLamp" 

width="75" height="100"  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>
Similar questions