latest Post

Most frequently asked interview questions in html



1.What is HTML?
HTML, or HyperText Markup Language, is a Universal  language which allows an individual using special code to create web pages to be viewed on the Internet.
2.What is a Hypertext link? 
A hypertext link is a special tag that links one page to another page or resource. If you click the link, the browser jumps to the link's destination.
3) What are some of the common lists?
ordered list
 unordered list
 definition list
menu list
 directory list
4) How to insert a copyright symbol?
To insert the copyright symbol in HTML file.  you need to type  & #169.
5) All HTML tags have a end tag?
No.
For example: <image> tag, <br> tag

6) Can you create a multi colored text on a web page?

Yes.
To create a multicolor text on a web page you can use <font color ="color"> </font> .
7) How to change Background color?
The background color of html can be change attribute is bgcolor in the <body> tag

8) What is a <dl> tag in HTML?

<dl> is a definition list tag used in HTML. the <dl>  is used with <dt> and <dd> tags.

9) How to insert a comment in html?
Comments tag begins with “<!–“
Comments tag ends with “–>”.
10) DOCTYPE mean?
DOCTYPE tells the browser which type of HTML is used on a webpage.



About Mallikarjun A

Mallikarjun A
Recommended Posts × +

0 comments:

Post a Comment