Hyper Text Markup Language (HTML) is a computer language used to create web pages. Web pages are HTML documents that consist of text and HTML tags. HTML documents have the .html or .htm extension (example: filename.html). A Web browser interprets the tags in a HTML document and displays the document as a Web page.
You do not have to create different HTML documents for different types of computers. Any computer that has a Web browser installed can display Web pages, including computers running a Unix, Windows or Macintosh operating system.
<html> <head> <title>Simple HTML Document. Only the browser sees this title </TITLE> </HEAD> <body> <h1> Sample Heading -- You and I see this heading</H1> <p>This is a sample text representing a paragraph. It will ignore spaces and keep on being one paragraph <p>This is another paragraph </BODY> </HTML>
You do not have to create different HTML documents for different types of computers. Any computer that has a Web browser installed can display Web pages, including computers running a Unix, Windows or Macintosh operating system.
<html> <head> <title>Simple HTML Document. Only the browser sees this title </TITLE> </HEAD> <body> <h1> Sample Heading -- You and I see this heading</H1> <p>This is a sample text representing a paragraph. It will ignore spaces and keep on being one paragraph <p>This is another paragraph </BODY> </HTML>
UPLOAD
No comments:
Post a Comment