answersLogoWhite

0

How are Web Pages Created?

User Avatar

Anonymous

12y ago
Updated: 9/18/2019

HTML is the acronym for Hypertext Markup Language. It is a markup language used to create web documents stored on a server and easily found by using a web browser. HTML describes the general content of a web page. HTML is a way to present document text on the World Wide Web. This permits the portability of web pages because the World Wide Web is accessible to various computer platforms.

HTML establishes web page styles for headings, paragraphs, lists, and tables. It also formulates character styles such as boldface. A HTML web page labels different elements of the page with tags that identify heading or list items. Special tags surround the words and paragraphs of a document.

Pages written in HTML are plain text files (ASCII). An editor that supports text reads HTML pages. These pages do not contain platform or program specific information. HTML files consist of the page text and the tags that indicate page elements, structure, formatting, and hypertext links to other pages or media.

A HTML web page contains the document content and tags. Document content presents information in the form of text and graphics to the web page user. HTML applies a tag to document content using the syntax:

Tag Name Properties -- Document Content -- Closing Tag Name

Tags are identified by the brackets (<>) that enclose the tag name. The opening tag is the first tag that tells the browser to turn on the feature and apply it to the document content that follows. The browser applies the feature until it reaches the closing tag and then turns off the feature. Some tags can include properties, or additional information used to define the tag’s appearance.

Every HTML web page begins with the HTML tag to indicate that page content is in the HTML language. The HEAD tag announces the beginning of the web page content. The remainder of the HTML page is enclosed within a BODY tag. This includes the entire text and other content (links, pictures, tables, etc). Each HTML page also requires a title to indicate what the page describes.

User Avatar

Wiki User

12y ago

What else can I help you with?