HTML stands for What? Use of HTML ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / dipali
HTML means hyper text markup laungauge .
it is markup langage it can use in style-site to give same
back-ground to all web-page ang also give link to another
page ..
Is This Answer Correct ? | 0 Yes | 0 No |
Is visual basic c#?
How can you get selected file from file system Control?
How do I force a file dialogue box to reread the currect disk?
What is DBSqlPassThrough?
Data Control missing from toolbox when I use VB under NT3.5. Why?
Is there any way to pass a variable to a form apart from using global variables?
what are the Differences Object and Class?
Which method is preferred to save data like database to the disk?
How would you add column headers in listview control?
What will happen if you issue a Resume statement after handling an error?
How can we call Stored procedure of Back End in RDO and ADO ?
What is the use of debug Window?