What is HTML?
![]() |
HTML |
HTML is Coding Language And Also Called As A standard markup language for Web pages. HTML use for building blocks of HTML pages. HTML elements are represented by <> tags Where <xyz> This Is Opening Tag And </xyz> Is Called As A Closing Tag.
What Does HTML Stand For?
Hypertext Markup Language, a standardized system for tagging text files to achieve variety Of font, color, graphic, and hyperlink effects on World Wide Web pages
what is HTML used for
HTML "Hypertext Markup Language" defines the structure and layout of a Web document by using a variety of different tags and attributes. The correct structure for an Hypertext Markup Language document starts with <HTML><HEAD>(enter here what document is about)<BODY> and ends with </BODY></HTML>. All the information you'd like to include in your Web page fits in between the <BODY> and </BODY> tag.
What is HTML5?
HTML5 supports the traditional "Hypertext Markup Language" and XHTML-style syntax and other new features in its markup, New APIs, XHTML, and error handling.
Step 01:
Open Notepad Or your Any favorite text editor And Create an empty text file.
Step 02:
Copy and paste the following HTML code into your Opened text file.
<html>
<header><title>This is title</title></header>
<body>
Hello world
</body>
</html>
Step 03:
Basic Example Of HTML (Hello world HTML):
Step 01:
Open Notepad Or your Any favorite text editor And Create an empty text file.
Step 02:
Copy and paste the following HTML code into your Opened text file.
<html>
<header><title>This is title</title></header>
<body>
Hello world
</body>
</html>
Step 03:
Save This File On Your PC With Extension Of (.Html)
Final Step:
Double click On Saved File To view Final Result.
What is HTML | what does html stand for | what is html used for
Reviewed by Dhaval
on
12:37 PM
Rating:

No comments: