Monday, February 27, 2017

Write a essay on latest technology (Any) { 500 words minimum }

1.      What is HTML?

hyper  text markup language



2.      What are tags?

<html> </html>
<head> </head>
<title> </title>
<body> </body>
 table tag
<th> </th>
<tr> /tr>
order list tags
<ol> </ol>
unorderlist
<ul> </ul>
</br>






3.      Do all HTML tags come in pair?
no







4.     How do you insert a comment in HTML?

/*comment*/



5.     How do you create a link that will connect to another web page when clicked?
<a



6.     How do you create a text on a webpage that will allow you to send an email when clicked?









7.     How do you make a picture into a background image of a web page?


<body bg-image: c//:image.jpg>