<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HTML.co.uk &#187; html tutorial</title>
	<atom:link href="http://www.html.co.uk/tag/html-tutorial/feed" rel="self" type="application/rss+xml" />
	<link>http://www.html.co.uk</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 06 Jan 2010 12:45:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Create a Web page using HTML: Covering the Basics and Bare Minimum</title>
		<link>http://www.html.co.uk/192/create-a-web-page-using-html-covering-the-basics-and-bare-minimum.html</link>
		<comments>http://www.html.co.uk/192/create-a-web-page-using-html-covering-the-basics-and-bare-minimum.html#comments</comments>
		<pubDate>Mon, 05 Oct 2009 13:32:48 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[HTML Basics]]></category>
		<category><![CDATA[HTML Tutorials]]></category>
		<category><![CDATA[html body tag]]></category>
		<category><![CDATA[html header tag]]></category>
		<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[html tutorial]]></category>
		<category><![CDATA[making a webpage]]></category>
		<category><![CDATA[making a website]]></category>

		<guid isPermaLink="false">http://www.html.co.uk/?p=192</guid>
		<description><![CDATA[This article describes how to create a web page using HTML (Hypertext Markup Language). You can use the steps outlined here with a simple Web browser and Windows Notepad. However, make sure you register with HTML files. "HTML". Notepad appends. "Txt" extension]]></description>
			<content:encoded><![CDATA[<p class="blogtext">This article describes how to create a web page using HTML (Hypertext Markup Language). You can use the steps outlined here with a simple Web browser and Windows Notepad. However, make sure you register with HTML files. &#8220;HTML&#8221;. Notepad appends. &#8220;Txt&#8221; extension<span id="more-192"></span></p>
<p class="blogtext">The HTML files contain structures known as tags. Tags, text, particularly left and right hooks around like &lt;html&gt; or &lt;/ html&gt;. Note: Normally, there is no space between a colon and the text. However, the rooms will be used in this article. In this way, the tags appear as text and not executed as code from a browser.</p>
<p class="blogtext">&lt;html&gt; mark the beginning of the code and HTML &lt;/ html&gt; indicates the end. They can also add tags to add an additional structure. Generally, the &#8220;head&#8221; and then &#8220;body&#8221; are mentioned in the section between the tags. Thus, our single file can be written as &lt;html&gt; &lt;head&gt; &lt;/ head&gt; &lt;body&gt; &lt;/ body&gt; &lt;/ html&gt;.</p>
<p class="blogtext">1. Add a title to the HTML file. In general, the HTML files containing a title (Note: This is not the same as the header. &#8220;Head will be presented below in step 3). Title defines the text in the &#8220;title bar&#8221; of the browser display when you make a specific page. Titles are placed in the &#8220;head&#8221; (that is, between the header and &lt;/ head&gt;). For example, one could simply file contains the following titles: &lt;title&gt; this is the title &lt;/ title&gt;</p>
<p class="blogtext">2. Add content to the site. In step 1, we set the text in the title bar of the browser window appears. However, to display text in the browser window itself, we need (this text in the body section of the file In other words, between &lt;body&gt; and &lt;/ body&gt;) tag. This can be done with the paragraph tag, &lt;p&gt;. For example, for &#8220;HTML Web Design is an interesting area. The developer shall install a functional and useful website,&#8221; We have &lt;p&gt; HTML Web Design is an interesting area. The developer is required to install a site functional and useful web &lt;/ p&gt; in the body section.</p>
<p class="blogtext">3. Add a header. Then we add header content of the paragraph. Text header is usually larger than paragraphs of text. Use the &#8220;real&#8221; size can be defined by CSS (Cascading Style Sheets). Although not covered here, will be CSS in the Learning mentioned HTML &#8211; Part 3 &#8211; Basic CSS formatting &#8220;section. A header can be added to the lineup &lt;h1&gt;. Thus we can write the following headings : &lt;h1&gt; HTML Web Design &lt;/ h1&gt;</p>
<p class="blogtext">4. See code page. In general, sites on the Internet containing the constructs above (together) with a number of other encoding functions. To see the HTML used to generate a page, go for it and the View &#8220;&gt; Select Source&#8221; or &#8220;View&gt;&#8221; Source option menu. Using the menu, try &lt;title&gt; research &lt;h1&gt; &lt;p&gt; and tags on a page.</p>
<p class="blogtext">The above are the simple steps to create a webpage with the use of notepad and browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.html.co.uk/192/create-a-web-page-using-html-covering-the-basics-and-bare-minimum.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guide to Building DHTML Menu Programs and Scripts</title>
		<link>http://www.html.co.uk/176/guide-to-building-dhtml-menu-programs-and-scripts.html</link>
		<comments>http://www.html.co.uk/176/guide-to-building-dhtml-menu-programs-and-scripts.html#comments</comments>
		<pubDate>Fri, 31 Jul 2009 07:04:42 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[HTML Tutorials]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[Cascading Popup Menus]]></category>
		<category><![CDATA[CSS Quick Menu]]></category>
		<category><![CDATA[dhmtl menus]]></category>
		<category><![CDATA[DHTML Menu Builder]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[Hier menus]]></category>
		<category><![CDATA[html tutorial]]></category>
		<category><![CDATA[Jim’s DHTML Menu]]></category>
		<category><![CDATA[Milonic DHTML Menus]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Xtreeme DHTML Menu Studio]]></category>

		<guid isPermaLink="false">http://www.html.co.uk/?p=176</guid>
		<description><![CDATA[DHTML Menus are the menus that are used by the site for navigation. Initially it looks like straightforward menus, but if you click on it or move the mouse over it you could be able to find the additional information pops beside or below the menu.]]></description>
			<content:encoded><![CDATA[<p class="blogtext">DHTML Menus are the menus that are used by the site for navigation. Initially it looks like straightforward menus, but if you click on it or move the mouse over it you could be able to find the additional information pops beside or below the menu. These menus also save the place in the complicated websites, but are hard to assemble. The DHTML menu systems would help you build them or give you the program to build and maintain it by your own. <span id="more-176"></span></p>
<p class="blogtext">Milonic DHTML Menus</p>
<p>This DHTML system has many great features and even the pre – built menus. If you are looking to add the menu to the site then you would find the skin that is built, which would meet your requirements. Even you can also find the draggable feature to drag the menu on the screen. Even you have an option of setting the menu to remain on the screen as customer scrolls it. There are many configurable ways and options to style menu.</p>
<p class="blogtext">DHTML Menu Builder</p>
<p>This is the window application that is used to build the fancy DHTML menus for the website. It even supports in adding the JavaScript in the menu and adding the form elements to fields. It even validates links in the menu, so you can make sure that the menus are not contributing to linkrot on the site.</p>
<p class="blogtext">DHTML Menu</p>
<p>This menu system has lot of options where you can spend your time by playing with it. There is one feature called as turner, which is the desktop application in Web page or Windows for Macintosh. This turner sets the options and then delivers the JavaScript to upload to site.</p>
<p class="blogtext">Dynarch Menu</p>
<p>This menu system has many skins and features pre – built, so you need not think to build the menu. This system can also be used for the application toolbars and context menus and even more.</p>
<p class="blogtext">Smart Menus</p>
<p>This menu system offers many features such as the delay or timeout in closing and opening menus, bottom – to –top and right – to –left opening of the menus and even the feature to keep menus in the browser window.</p>
<p class="blogtext">CSS Quick Menu</p>
<p>This menu system offers many features, which would even include the tons of configuration options. It also has an online configurator that helps you to create CSS styles and scripts to build the menu in your own design.</p>
<p class="blogtext">Xtreeme DHTML Menu Studio</p>
<p>This menu system offers hundreds and thousands of pre – built skins. When the builder is specially used for Windows then you would be able to find the plugins for Expression Web, FrontPage and Dreamweaver.</p>
<p class="blogtext">Cascading Popup Menus</p>
<p>This menu system has many options that can be selected from the list and it is easy to install and use.</p>
<p class="blogtext">Hier menus</p>
<p>This menu system has no free downloads. So, here all the information would be based on the website. This menu system also offers some best features for menu system.</p>
<p class="blogtext">Jim’s DHTML Menu</p>
<p>This menu system also has many configuration options. You can even set the script to the standards complaint.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.html.co.uk/176/guide-to-building-dhtml-menu-programs-and-scripts.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Character Sets, Special Characters and HTML Unique Characters</title>
		<link>http://www.html.co.uk/11/character-sets-special-characters-and-html-unique-characters.html</link>
		<comments>http://www.html.co.uk/11/character-sets-special-characters-and-html-unique-characters.html#comments</comments>
		<pubDate>Tue, 06 May 2008 04:17:55 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[HTML Basics]]></category>
		<category><![CDATA[HTML Tutorials]]></category>
		<category><![CDATA[character sets]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html tutorial]]></category>

		<guid isPermaLink="false">http://www.html.co.uk/?p=11</guid>
		<description><![CDATA[If you simply type your text into a HTML editor, structure the text with help of HTML elements and then view the entire thing in your web browser, the entered text will typically be displayed correctly.]]></description>
			<content:encoded><![CDATA[<p class="blogtext">If you simply type your text into a HTML editor, structure the text with help of HTML elements and then view the entire thing in your web browser, the entered text will typically be displayed correctly. This might sound self apparent – but it isn’t. The HTML file does not include letters and the other characters you entered, but instead only bytes; that is, ones and zeros.<span id="more-11"></span></p>
<p class="blogtext">When saving the characters, your HTML editor only needs to use a specific algorithm in order to transform the characters into bytes. The web browser must use this same method to transform the bytes back into characters, in order to correctly recognise all the characters in the HTML document. This method is known as character encryption. It has many different variations, such as for saving Western European, Cyrillic, or Arabic characters. We will address the topic of character encryption more closely in a separate chapter.</p>
<p class="blogtext">Such a character encryption references a translation table, which assigns a number or code to every character that can be entered. For example, in the Latin alphabet, the letter “a” in the Unicode character table has the number 97, “b” is 98, “c” is 99, and so on. The amount of characters in such a table is known as the character set.</p>
<p class="blogtext">Because countless encryptions can be used for HTML files, it is absolutely essential the browser uses the same encryption in which the HTML file was saved. You should then choose an editor where you can choose the type of encryption when saving. The HTML file should also specify which character encryption it uses or at least convey it through the web server in the HTTP answer. If such information is missing, then the HTML file is defective in terms of HTML standards. The web browser should not have to “guess” which character encryption is being used.</p>
<p class="blogtext">Nevertheless, web browsers are especially tolerant in this aspect and typically fall back on their preinstalled encryptions. ISO 8859-1 (Latin-1), the codification for West European countries, will likely be set as the default by your browser. The editor you use will probably also save files in ISO 8859-1, so it seems as if there is no problem. However, it might come to pass that people from Asia, Eastern Europe, or elsewhere with different character encryptions, will visit your website. If these people use their own character encryption to read a HTML file in a different encryption, then the result will be an incoherent and garbled mess.</p>
<p class="blogtext">Therefore, HTML gives you the opportunity to tell the browser which character codification you happen to be using. In the heading, within the so-called meta tag, you can provide information on the character encryption. Providing such information is definitely recommended, because it makes it easier for the browser to decide how the bytes from the HTML file should be transferred into characters. Then it is up to the browser to show the characters in such a way as was intended, to a visitor from Asia, for example.</p>
<p class="blogtext">The prevalent ISO encryptions work with a character set of 256 characters. This has the advantage of always displaying a character with exactly one byte. With such encryptions only 256 different characters can be saved. Nevertheless, the character set of HTML – by which we mean the amount of usable characters, independent of how they are saved – is not limited by the encryption being used. All characters from Unicode can fundamentally be used in a HTML document. Advanced encryption, such as UTF-8, can directly encode all the Unicode characters into bytes.</p>
<p class="blogtext">If you want to enter specific characters into the text, that aren’t included in the character set of the encryption you are using, then you can choose between two possibilities: either use a special numerical notation. Or use so-called labelled characters that HTML makes available for frequently used special characters. You should occupy yourself with the HTML character reference table to find out more about both possibilities.</p>
<p class="blogtext"><strong>Masking HTML specific characters</strong></p>
<p class="blogtext">If you happen to use characters in your text that have a certain meaning in HTML, then you have to mask them. The following characters have to be masked as follows:</p>
<p class="blogtext">Replace &amp; with &amp;amp;<br />
Replace &lt; with &amp;lt;<br />
Replace &gt; with &amp;gt;<br />
Replace &#8221; with &amp;quot;</p>
<p class="blogtext"><strong>Take Note:</strong></p>
<p class="blogtext">The most dangerous is the left arrow (&lt;). If you don’t mask this character, then you can throw the web browser into a lot of confusion, as it believes it is following a HTML tag. Failing to mask the other characters has much tamer consequences, although it is still recommendable.</p>
<p class="blogtext">
<p class="blogtext">
<p class="blogtext">
]]></content:encoded>
			<wfw:commentRss>http://www.html.co.uk/11/character-sets-special-characters-and-html-unique-characters.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

