
HTML is a scripting language we use to write web pages. The text is organized with tags and format of the way text is displayed on the page highlighted. Since the structure is to HTML-style links, CSS (Cascading Style Sheets) checked. This is for formatting text, color and even use the position of block elements on a page.
The latest generation of HTML HTML 5 is available
When a Web page that you start
<HTML> Tag indicates that the browser that a Web document. Then into the HEAD website contains information like the title of the page (this is the title of the browser window, not the title of the page), and other meta-information about the page itself.
The
<body> is the following. It contains the main “body” of the web, and this is found in all essential content. The Web page where the Web document closing HTML tag is used </ HTML>
All tags to be opened will be closed. think of the opening and closing tags as container
which elements are contained within.
CSS “Cascading Style Sheets are used with HTML styles. Things like text color, type, size can all be controlled and processed by an internal or external style sheets. This is a simple text document similar to the HTML code, and would be archived in a folder.
Many WYSIWYG (What You See Is What You Get) editors can be used to view web pages in an organic way by drawing and manipulating text and images are created. These are not always preferred because large amounts of code in the script. This allows the source code very difficult.
This is the basic structure of a web page:
<HTML>
<head>
<title>My Web Page</title>
</head>
<body>
<p>This is a paragraph within the main body</p>
</body>
</HTML>
The above is a basic web page that would not make a point of view, but there are many more factors at work.
Keywords are a very important part of SEO (Search Engine Optimization). certain keywords means a better ranking in search engines. This is often used to gain influence on competition.
SEO can in its simplest form means optimizing on page factors like title tags and meta description URL-head name. Optimize your site in this way can mean the difference between a top 1000 site in search engines to a page are in the Top 100 to find the focus on keywords with more traffic and less competition can also be realistic, you get a top position in the standings.
HTML in the crudest form you can determine a Web page and the elements. From its meta-information, except the words, structure, style and behavior.
HTML is not programming language is a Mark-up Language. It has evolved over the years from a simple way to display text for a more extensive capabilities for creating web pages with rich graphics and flash animation.
Basic Tags include:
<p> paragraph </ p>
<b> bold text </ b>
<i> Italic text </ i>
<h1> Font Size Header </ h1>
<center> center elements </ center>