HTML & CSS
:::::::::::::::::::::::::::::::::::::HTML::::::::::::::::::::::::::::::::::::::::: Hyper-Text Markup Language HTML ( <html></html>) : => Head(<head></head>) :contains meta tags and title, links,refrences => Body(<body> </body>) :it contains body of the the html page important tags found inside body of html page 1. heading tags : <h1></h1>, <h2></h2>, <h3></h13>, <h4></h4>, 2. paragraph tags : <p></p> 3. breaks : <br> 4. horizontal row : <hr> 5. strong tag to bold : <strong></strong> ,<b></b> 6. italic the letter : <em></em> , <i></i> 7. hyperlink tags to include links : <a href="" target =""></a> 8. image tag to include image or gif : <img src = "" alt="" ></img> 9. listing of objects : <ul></ul> (unorderd) , <ol></ol> (orderd) , <li...