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
Is it possible to call oracle database through ADO control or Object?
How many types of API functions are available in VB?
1s it posible to Create Tables Through Querydef?
How do I tell when an application executed using the SHELL command is finished?
It possible to call OLEDB?s Features directly in VB without using any control?
____ property is used to lock a textbox to enter a datas.
How would you attach pictures in column headers of List View Control?
what is the control used to call a windows application.
How do you make a TEXTBOX read only? Or, how do I prevent the user from changing the text in a TEXTBOX?
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
How to customize workgroup message?
How can Visual Basic be used for server-side scripting?
Draw Sequence Modal of DAO? Explain.
What is ODBC Direct and Microsoft Jet Database Engine ?
How do I implement Undo?