Answer Posted / shwetha
HTML stands for Hyper Text MarkUp Language..
uses:
HTML tags are used to mark-up HTML elements
HTML tags are surrounded by the two characters < and >
The surrounding characters are called angle brackets
HTML tags normally come in pairs like <b> and </b>
The first tag in a pair is the start tag, the second tag is
the end tag
The text between the start and end tags is the element
content
HTML tags are not case sensitive, <b> means the same as <B>
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How would you add elements and pictures to listitems in listview control?
Explain about form creation in Visual Basic?
what is the Difference between Tabletype and Snapshot?
Difference between Dynaset and Snapshot?
What is the use of property page Wizard in ActiveX Control?
What are the important components of OLEDB?
Is it possible to Manipulate data through flexgrid? Explain.
How do you make a TEXTBOX read only? Or, how do I prevent the user from changing the text in a TEXTBOX?
What is dao in vb?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
___,_____ and ____ container objects.
How can you filter out specific type of file using file system controls?
It is possible to access Text (x.txt) files? Explain.
how a multiple routing works ?
Differentiate between DAO,ADO and Adodc as in data access objects?