What is a HTML?
What is a HTML?
HTML stands for Hypertext Markup Language. HTML code is the major language of the Internet's World Wide internet. websites and web pages are written in HTML code. With markup language code and therefore the world wide internet, you have got the power to collect text, pictures, sounds, and links... beat one place! hypertext markup language code files ar plain text files, in order that they can be composed and edited on any sort of computer... Windows, Mac, UNIX, whatever.
HTML is hypertext markup language. it is a language for document storage and retrieval, in fact, the world Wide internet is really nothing more than a document storage and retrieval system.
Hypertext is text with links. On the web, if a word is underlined or a unique color, you recognize you'll be able to click on it and it will take you to a different document. that is called a hypertext link. hypertext is text (meaning lines of characters that you read) with links included.
A markup system is a method of specifying things in the text that are not really part of the text itself. for instance, in a markup document /B+ may turn on bold characters, /B- might flip them off. The / is a signal that follows is not part of the text but a command to a program that displays the text.
That's how hypertext markup language documents work. the actual document is just text, but with legion commands to incorporate picture change font, size, spacing and whatever. This is all interpreted in the page you actually see. that is the markup language part of it.
HTML is the customary markup language used to create sites.HTML is written within the kind of markup language parts consisting of tags b in angle brackets (like <html>).HTML is the "hidden" code that helps united states communicate with other on the world Wide Web (www). What you see when you view a page on the internet is your browserAnalysis of hypertext markup language. to see the HTML code of a page on the web, merely click "View" within the prime menu of your browser and choose "Source". it is selected with .html or .htm extension.
Summary of hypertext markup language
HTML is a language for describing websites.
HTML stands for Hypertext markup language.
A markup language is a set of markup tags
HTML is a nomenclature
HTML documents are also called web pages.
HTML documents contain html tags and plain text
The tags describe document content
<!DOCTYPE html>
<head>
<title>The first web</title>
</head>
<body>
</body>
</html>
Example Explained
The DOCTYPE declaration defines the document type
<!DOCTYPE html>
<html>
Note The <!DOCTYPE html>; declaration is the doctype for HTML5.
HTML Tags
HTML markup tags are typically called HTML tags.
HTML tags are keywords (tag names) surrounded by angle bracket like <html>.
HTML tags normally come in pair like <p> and </p>
The first tag in a pair is the start tag. The second tags are the end tag.
The end tag is written like the begin tag with a slash before the tag name
Start and finish tags also are known as gap tags and shutting tags
HTML elements
In HTML, most elements are written with a start tag e.g <p> and the end tag e.g </p> with the content in between:
<p>. this is a paragraph </p> Web Browser.
The purpose of a web browser (Google Chrome, internet explorer, Firefox, and Safari) is to read.HTML documents and display them as sites.
HTML Tags
HTML markup tags are typically called HTML tags.
HTML tags are keywords (tag names) surrounded by angle bracket like <html>.
HTML tags normally come in pair like <p> and </p>
The first tag in a pair is the start tag. The second tags are the end tag.
The end tag is written like the begin tag with a slash before the tag name
Start and finish tags also are known as gap tags and shutting tags
HTML elements
In HTML, most elements are written with a start tag e.g <p> and the end tag e.g </p> with the content in between:
<p>. this is a paragraph </p> Web Browser.
The purpose of a web browser (Google Chrome, internet explorer, Firefox, and Safari) is to read.HTML documents and display them as sites.
0 comments :
Post a Comment