What is HTML? Basic Meaning Of Hypertext Markup Language | Day 1
HTML - HyperText Markup Language
Hyper - Means reference or the links
Text - Means the data. Data can be in the form of text or images
Markup - Means the predefined HTML tags that are used to structure the web page
Language - Communication
HTML is the client-side scripting language used to design the website/webpages using HTML tags and elements. HTML was founded by Tim Burners - Lee in the Late 1990s
IMPORTANT NOTES :
1. HTML is a markup language and not a programming language.
2. Hypertext refers to links that connect web pages to one another, either within a single website or between websites. Links are a fundamental aspect of the Web. By uploading content to the Internet and linking it to pages created by other people, you become an active participant in the World Wide Web.
2. Hypertext refers to links that connect web pages to one another, either within a single website or between websites. Links are a fundamental aspect of the Web. By uploading content to the Internet and linking it to pages created by other people, you become an active participant in the World Wide Web.
3. How Markup Languages Differ from Programming Languages
The meaning of markup languages is text. It controls how text is displayed, structured, and organized. While programming languages tell data and databases how to behave, HTML structures that data.
4. Markup is predefined tags, which tell software, or a browser, how to display that text. If you’ve ever seen HTML in the raw, you’ve probably noticed “tags”—descriptive commands embedded in the text, set between opening and closing brackets. These tags indicate that whatever is inside those brackets is not just text, but something for the browser to process—making text bold or hyperlinked or breaking a paragraph.
5. The main difference between server-side scripting and client-side scripting is that the server-side scripting involves server for its processing. On the other hand, client-side scripting requires browsers to run the scripts on the client machine but does not interact with the server while processing the client-side scripts. Effective client-side scripting can significantly reduce the server load. It is designed to run as a scripting language utilizing a web browser as a host program. For example, when a user makes a request via browser for a webpage to the server, it just sends the HTML and CSS as plain text, and the browser interprets and renders the web content in the client end.
Also, connect to Facebook Page to ask questions and Learn HTML for Free : Facebook
#HTML #WhatIsHTML #learnHTMLforFree #WebsiteDesign
Comments
Post a Comment