Monday, February 27, 2017

1.      What is HTML?
HTML is a hyper text markup language.It is used to design web pages .HTML contains two types of objects .container objects and non container objects.It also consist of protcols like FTP.[moderate]








2.      What are tag 

Tags are nothing but which are used while desining web pages.Tags  helps users to make the program clearly understand.Without using tags it will be difficult to write programs.[Wrong]







3.      Do all HTML tags come in pair?
Yes,all HTML tags come in a pair [Wrong]







4.     How do you insert a comment in HTML?

*/      */  [Wrong]






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

<href link="www.google.com">    [Wrong]


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?

<bg img="img.jpeg">    [Wrong]



Score: 2/10







No comments:

Post a Comment