Html
HTML stands for Hypertext Markup Language, and it is the most widely used language to write Web Pages. As its name suggests, it is a markup language. Hypertext refers to the way in which Web pages (HTML documents) are linked together. When you click a link in a Web page, you are using hypertext. Markup Language describes how HTML works. With a markup language, you simply “mark up” a text document with tags that tell a Web browser how to structure it to display.Originally, it was developed with the intent of defining the structure of documents like headings, paragraphs, lists, and so forth to facilitate the sharing of scientific information between researchers. All you need to do to use HTML is to learn what type of markup to use to get the results you want.
Read :- Definition of PowerPoint
Creating Html Document:-
Creating an HTML document is easy. To begin coding HTML you need only two things: a simple-text editor and a web browser. Notepad is the most basic of simple-text editors and you will probably code a fair amount of HTML with it.
Here are the simple steps to create a basic HTML document:
Step :- 1. Open Notepad or another text editor software.
“Windows + R”
The RUN command will be open on the screen
Type here “NOTEPAD”
Step 2. At the top of the page type <html>
Step 3. On the next line, opening header tag <head>
Step 4. On the next line, type <title> we can give title here </title>
Step 5. Insert the closing header tag </head>
Step 6. On the next line, type <body> Now we can write anything
Step 7. Now drop down another line and type the closing tag right below its mate </body>
Step 8. Finally, go to the next line and type </html>
Step 9. In the File menu, choose Save As or Save
Step 10. Now select the location where we want to save the file
Step 11. In the Save as Type option box, choose All Files
Step 12. Name the file template.htm or template.html
Step 13. Now click on Save.
OUTPUT :-
I hope that you understand my post. if you like this post then share my post, and comment on my post if you have any suggestion or Queries related to Hyper text markup language. Thank you!