Sunday, April 29, 2012

Ten Most Basic Tags For HTML

HTML is a language used in text and image for formatting by web browsers to dynamically format web pages. Many of the text elements are found in the 1988. These HTML are not a programming language they are markup language. These markup language has a set of markup tags, These tags are describe web pages in HTML. HTML markup tags are usually called HTML tags.
These tags are keywords surrounded by angle brackets like . These HTML tags normally come in pairs. The first tag in a pair is the start tag, the second tag is the end tag. The Start and end tags are also called opening tags and closing tags. Using HTML codes that load web pages within web pages may crash your visitors browser. By using an excessive pop up in windows frames by placing scrolling text within the status bar can be very irritating and cause your visitors to leave your web site and never return. The Basic of HTML is Headings. The HTML headings are defined with the
to tags. Example: This is a heading

This is a heading

This is a heading

The HTML paragraphs are defined with the
tag. Example:
This is a paragraph.
HTML links are defined with the tag.These link address is specified in the href attribute. Example:This is a link The HTML images are defined with the tag. HTML Document Example
This is my first paragraph.
Header is the location where you put tittle of your homepage, discription, keywords, and authorIt starts with command and finish with command . Example: The HTML Basic . Title is start with and end with </tittle> for the title of your homepage. Example: <title>Welcome to Home Page. Description Example: Keywords Example: Author The Alignment of Paragraphs as Bold HTML you will see: HTML Italic HTML you will see: HTML Center
HTML We can Use the tag if you want a line break (a new line) without starting a new paragraph: Example
This is a paragraph with line breaks
While HTML code can be written in any text editor, even the most basic one, you cannot build a website in a WYSIWYG editor if you don't have the editor. This may cause a problem in portability for those who don't know HTML because they will need to have the editor installed in the computer they want to use to build, modify or update a web page.

No comments:

Post a Comment