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 do I change the color of a form in visual basic?
What is difference between datagrid and flexgrid?
Explain OLE Drag and Drop.
Data Control missing from toolbox when I use VB under NT3.5. Why?
How do you change the icon and otherwise manipulate the DOS box?
How can Visual Basic be used for server-side scripting?
which property of menu cannot be set at run time.
What are the Internet tools available in VB6.0?
Explain about an event-driven programming language?
what are the Differenct Types of Procedures in VB?
How would you attach an ActiveX control in Your Application?
What are 3 main differences between flexgrid control and dbgrid control?
Difference between Linked Object and Embedded Object?
How many File System Controls are there ? Explain.
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?