HTML stands for Hypertext Markup Language, and it is the most widely used language to write Web Pages
Hypertext refers to the way in which Web pages (HTML documents) are linked together.When click a link in a Web page, it is using hypertext to open that page.Markup Language describes how HTML works. With a markup language, simply "mark up" a text document with tags that tell a Web browser how to structure it to display.Originally, HTML 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.During the 1980s, Tim Berners-Lee was introduced HTML.
The foundation of the majority of web pages is Hyper Text Markup Language, commonly known by its initials, HTML. The important feature of the language is that it’s easy to pick up the basics and anyone who’s
computer literate can be able to piece together a basic page after learning some tags.HTML documents are text files that contain tags, which are used to mark up HTML elements. These documents are usually saved with the .htmlor .htm file extension.HTML tags are surrounded by angle brackets.For example, <p> is a paragraph start tag. End tags are identical to the opening start tags but with an added forward slash: /. A complete HTML element looks like this:<p>Here is a paragraph.</p>
HTML5 is an updated version of the HTML specification that has been around since 1997 and many of its
features are already supported in today’s browsers. The changes in HTML5 include a focus on semantic markup like the addition of the <header>, <footer>, <section>, and <article> elements and also the addition of the <canvas> element for displaying advanced interactive graphics and the <video> element for displaying video. HTML5 markup can be defined in Uppercase, lowercase, quoted,unquoted, self-closing or not. The ultimate goal is semantic markup, ensuring the elements you choose and the style of your markup define the meaning of your content as closely as possible.
Hypertext refers to the way in which Web pages (HTML documents) are linked together.When click a link in a Web page, it is using hypertext to open that page.Markup Language describes how HTML works. With a markup language, simply "mark up" a text document with tags that tell a Web browser how to structure it to display.Originally, HTML 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.During the 1980s, Tim Berners-Lee was introduced HTML.
The foundation of the majority of web pages is Hyper Text Markup Language, commonly known by its initials, HTML. The important feature of the language is that it’s easy to pick up the basics and anyone who’s
computer literate can be able to piece together a basic page after learning some tags.HTML documents are text files that contain tags, which are used to mark up HTML elements. These documents are usually saved with the .htmlor .htm file extension.HTML tags are surrounded by angle brackets.For example, <p> is a paragraph start tag. End tags are identical to the opening start tags but with an added forward slash: /. A complete HTML element looks like this:<p>Here is a paragraph.</p>
HTML5 is an updated version of the HTML specification that has been around since 1997 and many of its
features are already supported in today’s browsers. The changes in HTML5 include a focus on semantic markup like the addition of the <header>, <footer>, <section>, and <article> elements and also the addition of the <canvas> element for displaying advanced interactive graphics and the <video> element for displaying video. HTML5 markup can be defined in Uppercase, lowercase, quoted,unquoted, self-closing or not. The ultimate goal is semantic markup, ensuring the elements you choose and the style of your markup define the meaning of your content as closely as possible.
No comments:
Post a Comment