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 create properties by using class Builder Wizard?
Is a foo VBX/DLL available as shareware/freeware?
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
Differentiate between DAO,ADO and Adodc as in data access objects?
Write the Steps in Creating an ActiveX Control?
What is the-use of property page Wizard in ActiveX Control?
Explain about declaring variables in Visual basic?
How do I make an animated icon for my program?
What is the use of Scalewidth and ScaleHeight Proeperty?
What is Parser Bug?
What is the use of Visual Basic Document file?
How would you run your ActiveX Document Dll?
What do you mean by Databound Controls Explain?
Is the Variant type slower than using other variable types?
How would you attach pictures in Treeview Control?