Hyper Text Markup Language - HTML Questions and Answers.: Q. What Is HTML?
Hyper Text Markup Language - HTML Questions and Answers.: Q. What Is HTML?
A. HTML is a computer language, which is used to make web pages. Its full form is “Hyper Text Markup
Language”.
A text editor (example: Notepad, Notepad ++, Dream weaver and Microsoft WebMatrix etc.)
A latest web browser. (Which support HTML 5)
A. Yes, you can download Notepad ++ It is a free text editor but if you want other text editor such as
Adobe Dreamweaver then it is not free. Adobe may give you 30 days trail but after that you have to buy.
When I want to add “HTML” tag than the tag is <html> similarly if I want tag of “head” the tag is <head>
but there is a rule for adding tags in HTML. The rule is that whenever we add a tag like <html> this tag is
called opening tag and this tag need to be closed also. To close it we will add closing tag </html> so the
difference between opening and closing tag is that opening tag do not include “/” sign but closing tag
includes “/”. So the complete tag of “HTML” is <html> </html>.
Note:
There are many tags which do not need to be closed. Such as:
Meta Tags
Horizontal Line Tag
Line Break Tag
Document type declaration Tag