Posts

Showing posts with the label Basic Meaning Of HyperText Markup Language?

The Basic Template Of Any HTML File | Day 3

THE BASIC HTML FILE SHOULD HAVE FOLLOWING CONTENTS  <!doctype html> <html lang = "en"> <head>     <meta charset = "utf-8">     <meta name ="viewport" content="width=device-width, initial-scale = 1">     <meta name ="author" content="What,When & How is HTML?>     <meta name ="description" content="It should 155 characters long">     <title>What, When & How Is HTML? </title> </head> <body> </body> </html>

What is HTML? Basic Meaning Of Hypertext Markup Language | Day 1

HTML - H yper T ext M arkup L anguage 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. 3. How Markup Languages Differ from Programming Languages The meaning of markup languages is text. It controls how text is displayed, structur...