<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[LibraIRC.net Forums - Web Development]]></title>
		<link>https://librairc.net/forums/</link>
		<description><![CDATA[LibraIRC.net Forums - https://librairc.net/forums]]></description>
		<pubDate>Wed, 24 Jun 2026 22:29:28 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Responsive WordPress Theme]]></title>
			<link>https://librairc.net/forums/thread-10889.html</link>
			<pubDate>Wed, 01 Nov 2017 11:36:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=590">JeanziMae</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-10889.html</guid>
			<description><![CDATA[<span style="color: #545454;" class="mycode_color"><span style="font-size: medium;" class="mycode_size">Composer theme is a Responsive multi-purpose high performing WordPress theme created by an elite group of designers and developers. Our team has more than 6 years experience in WordPress. <span style="color: #545454;" class="mycode_color"><span style="font-size: medium;" class="mycode_size">Get in touch with us and receive FREE backend demos. <a href="https://themeforest.net/item/composer-responsive-multipurpose-highperformance-wordpress-theme/13454476?ref=Innwithemes" target="_blank" rel="noopener" class="mycode_url">Responsive WordPress Theme</a> will certainly impress you.</span></span></span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #545454;" class="mycode_color"><span style="font-size: medium;" class="mycode_size">Composer theme is a Responsive multi-purpose high performing WordPress theme created by an elite group of designers and developers. Our team has more than 6 years experience in WordPress. <span style="color: #545454;" class="mycode_color"><span style="font-size: medium;" class="mycode_size">Get in touch with us and receive FREE backend demos. <a href="https://themeforest.net/item/composer-responsive-multipurpose-highperformance-wordpress-theme/13454476?ref=Innwithemes" target="_blank" rel="noopener" class="mycode_url">Responsive WordPress Theme</a> will certainly impress you.</span></span></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[HTML Basics]]></title>
			<link>https://librairc.net/forums/thread-748.html</link>
			<pubDate>Sat, 19 Jan 2013 18:02:14 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=51">BAKKASH</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-748.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">What is HTML</span>?<br />
<br />
[sup]HTML[/sup] Stands for <span style="font-weight: bold;" class="mycode_b">H</span>yper<span style="font-weight: bold;" class="mycode_b">T</span>ext <span style="font-weight: bold;" class="mycode_b">M</span>ark-up <span style="font-weight: bold;" class="mycode_b">L</span>anguage.<br />
HTML is a language for describing Internet web pages, and that is for a primary usage, and for a secondary usage we could use it for making some offline pages onto the HardDisk. As it is not a programming language in the full sense of the word, so it is not linked to a specific Operating System, because it is interpreted and implement its orders directly by any web browser, regardless of the user's system. So it is a very simple language, and easy to understand and to be learnt. So it does not need any beforehand knowledge of programming languages.<br />
But maybe all you need is a little logical thinking and arrangement ideas. <br />
<br />
<br />
HTML is a mark-up language, and a mark-up language is a set of mark-up tags, as the tags describe document content, While documents contain HTML tags, HTML elements and plain text, HTML documents are also called web pages.<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">HTML Versions</span>:<br />
<br />
                                               <span style="font-weight: bold;" class="mycode_b">Version</span>	   	            <span style="font-weight: bold;" class="mycode_b">Year</span><br />
<br />
                                                 HTML		                  1991<br />
                                                 HTML+		                1993<br />
                                                 HTML 2.0	               1995<br />
                                                 HTML 3.2	               1997<br />
                                                 HTML 4.01	             1999<br />
                                                 XHTML 1.0	             2000<br />
                                                 HTML5		                2012<br />
                                                 XHTML5		              2013<br />
<br />
<hr class="mycode_hr" />
<br />
<br />
Writing <span style="font-weight: bold;" class="mycode_b">HTML</span> Using Notepad or TextEdit,<br />
<br />
Also HTML can be edited by using a professional HTML editor such like:<br />
<br />
     I.Adobe Dreamweaver<br />
    II.Microsoft Expression Web<br />
   III.CoffeeCup HTML Editor<br />
<br />
However, For learning HTML that is recommended to use a text editor like <span style="font-weight: bold;" class="mycode_b">Notepad</span> (PC), or <span style="font-weight: bold;" class="mycode_b">TextEdit</span> (Mac). <br />
As I believe using a simple text editor is a very good way to learn HTML.<br />
<br />
Well, you do have such a perfect text editor for writing HTML files and your Internet browser to preview them. And here are some lessons to get started with the world of web design.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">TIP</span>: Always need and for good To apply what you gain and translate it into a real subject, more than just the examples listed in lessons.<br />
<br />
The main aim of this lesson is:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">HTML Tags</span>;<br />
<br />
HTML mark-up tags are usually called HTML tags<br />
Tags are keywords (tag names) surrounded by angle brackets like &lt;html&gt;.<br />
HTML tags normally come in pairs like &lt;b&gt; and &lt;/b&gt;, the first tag in a pair is the Start Tag, the second tag is the End Tag, while the end tag is written like the start tag, <span style="font-weight: bold;" class="mycode_b">but</span>. with a forward slash before the tag name.<br />
Start and end tags are also called Opening Tags and Closing Tags.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;tagname&gt;content&lt;/tagname&gt;</code></div></div><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">HTML Element Syntax</span>;<br />
<br />
HTML element starts with a Start Tag (opening tag), and ends with an End Tag (closing tag).<br />
The element content is everything between the start and the end tag. Some HTML elements have empty content.<br />
Empty elements are closed in the start tag, like <br />
<br />
Most HTML elements can have attributes.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;tagename property="amount|direction"&gt;plain text&lt;/tagename&gt;</code></div></div><br />
<br />
<br />
Getting ready yet?<br />
   So here are the basic tags for any web page.<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: 20pt;" class="mycode_size">           Start Tag          End Tag</span></span><br />
<span style="font-size: 18pt;" class="mycode_size">                &lt;html&gt;                &lt;/html&gt;<br />
                &lt;head&gt;               &lt;/head&gt;<br />
                 &lt;title&gt;                 &lt;/title&gt;<br />
                &lt;body&gt;               &lt;/body&gt;</span><br />
<br />
<div style="text-align: center;" class="mycode_align"><img src="http://s20.postimage.org/vrjqhmai5/body.png" loading="lazy"  alt="[Image: body.png]" class="mycode_img" /></div>
<br />
<hr class="mycode_hr" />
<br />
<span style="font-weight: bold;" class="mycode_b">Figured out something already</span>?<br />
   Right!.. we <span style="font-weight: bold;" class="mycode_b">always</span> start our document with the tag &lt;html&gt; as we finish the file with its end tag, which is &lt;/html&gt;. <span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">Please Keep that in mind!</span></span>.<br />
And about the tag &lt;head&gt; it identifies the beginning of the section that contains information for defining the page. Such as address shown on the browser address bar, as that address needs to be in between tags <span style="text-decoration: underline;" class="mycode_u">&lt;title&gt; ADDRESS &lt;titles&gt;</span>, and then we have to end this part by the &lt;/head&gt; tag.<br />
Then we head for the &lt;body&gt; tag which contains and comprises the content of the document. Such as headings, paragraphs and links, in addition to the inclusion of images, tables and many other Tags of course. As it also needs its own end tag &lt;/body&gt;.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">And with this streaked you are getting the gist</span>:<br />
<br />
<div style="text-align: center;" class="mycode_align"><img src="http://s7.postimage.org/vakm37fe3/tags.png" loading="lazy"  alt="[Image: tags.png]" class="mycode_img" /></div>
<br />
<hr class="mycode_hr" />
<br />
And as I am longing, please continue Only when you feel the same!<br />
  Well!.. Let us put out this cigarette a side, and allow me to make it straight.<br />
<br />
Simply by following the 4 steps below you could create your own web page with Notepad.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Step</span> <span style="color: green;" class="mycode_color">#1</span>: Start a Notepad.<br />
   To start Notepad go to: <span style="font-weight: bold;" class="mycode_b">Start</span> <span style="font-weight: bold;" class="mycode_b">All Programs</span><span style="font-weight: bold;" class="mycode_b">Accessories</span><span style="font-weight: bold;" class="mycode_b">Notepad</span>.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Step</span> <span style="color: green;" class="mycode_color">#2</span>: Edit Your HTML with Notepad.<br />
   Select the THML code below, Copy and Paste it into your Notepad:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Webpage Test&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
Hello World!.&lt;p&gt;<br />
Wouw!,&lt;p&gt;<br />
I have done my First Webpage&lt;p&gt;<br />
This is amazing and more than FUN&lt;p&gt;<br />
&lt;a href="http://chanops.org/community/web-development/html-basics/"&gt;Take me back&lt;/a&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</code></div></div><br />
<br />
Step <span style="color: green;" class="mycode_color">#3</span>: Save Your Notepad as name.HTML<br />
   Select <span style="font-weight: bold;" class="mycode_b">Save as</span> in Notepad's file menu.<br />
Give it a name and notice that when you save an HTML file, you can use either the *.htm or the *.html file extension. There is no difference, it is entirely up to you. (It automatically takes the icon of your browser, and looks like an Offline Web page).<br />
Save the file in a folder that is easy to remember, like WEBS.<br />
<br />
Step <span style="color: green;" class="mycode_color">#4</span>: Run the HTML in Your Browser.<br />
<br />
Double-click your HTML file that you have just saved, and if you got it just like This:<br />
<br />
                             <img src="http://s7.postimage.org/biig3x3u3/webpagetest.png" loading="lazy"  alt="[Image: webpagetest.png]" class="mycode_img" /><br />
<br />
Then <span style="font-weight: bold;" class="mycode_b"><span style="color: blue;" class="mycode_color">Congratulations!</span></span>.<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: 16pt;" class="mycode_size">Explanation:</span></span><br />
<br />
   The DOCTYPE declaration defines the document type.<br />
   The text between &lt;html&gt; and &lt;/html&gt; describes the web page.<br />
   The text between &lt;head&gt; and &lt;/head&gt; delimits the section that contains information for defining the page.<br />
   The text between &lt;title&gt; and &lt;/title&gt; reveals the web page name (address).<br />
   The text between &lt;a&gt; and &lt;/a&gt; indicates the given link. (that tag does not work alone, but requires the addition of certain properties).<br />
   The text between &lt;body&gt; and &lt;/body&gt; is the visible page content.<br />
   The &lt;p&gt; puts an end of the line, and starts a new line. (note that tag is single and had no End Tag. But in some other cases it has).<br />
   The &lt;!DOCTYPE html&gt; declaration is the doctype for HTML5.<br />
<br />
<hr class="mycode_hr" />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: 18pt;" class="mycode_size">PS.</span></span><br />
<br />
     <span style="color: red;" class="mycode_color">I.</span>There is no difference between writing your tags in UPPERCASE letters, or lowercase. So you can write in any of them or even writing both.<br />
    <span style="color: red;" class="mycode_color">II.</span>In XHTML, all elements must be closed. Adding a slash inside the start tag, like <br />
, is the proper way of closing empty elements in XHTML (and XML).<br />
   <span style="color: red;" class="mycode_color">III.</span>The browsers do not take into account the extra spaces nor signals of ending paragraphs (i.e. When you press the Enter key). So in other words, you could create your HTML files as follows;<br />
    <br />
&lt;!DOCTYPE html&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;Webpage Test&lt;/title&gt;&lt;/head&gt;&lt;body&gt;Hello World!.&lt;p&gt;Wouw!,&lt;p&gt;I have done my First Webpage&lt;p&gt;This is amazing and more than FUN&lt;p&gt;&lt;/body&gt;&lt;/html&gt;<br />
<br />
<span style="color: blue;" class="mycode_color">Or as follows</span>:<br />
<br />
&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;<br />
Webpage Test<br />
&lt;/title&gt; &lt;/head&gt; &lt;body&gt;<br />
Hello World!.<br />
&lt;p&gt;Wouw!,&lt;p&gt;I have done my First Webpage&lt;p&gt;This is amazing and more than FUN&lt;p&gt;<br />
&lt;/body&gt; &lt;/html&gt;<br />
<br />
<span style="color: blue;" class="mycode_color">Or even! As follows</span>:<br />
<br />
&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;<br />
Webpage <br />
Test<br />
&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
Hello <br />
World!.<br />
&lt;p&gt;<br />
Wouw!,<br />
&lt;p&gt;<br />
I have done<br />
my First <br />
Webpage<br />
&lt;p&gt;<br />
This is amazing<br />
and more than FUN<br />
&lt;p&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">So it does not matter how your document looks while editing, but the sole matter is [b]where</span> exactly you write-down the Tags!.</span>[/b]<br />
<br />
<hr class="mycode_hr" />
<br />
<br />
Currently, here are some addition Tags you might need to apply your knowledge of HTML by choosing your own subject while executing these Tags.<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: 18pt;" class="mycode_size">Addition Tags</span></span>:<br />
<br />
	<span style="font-weight: bold;" class="mycode_b"><span style="color: blue;" class="mycode_color">HTML Headings</span></span><br />
<br />
HTML headings are defined with the &lt;h1&gt; to &lt;h6&gt; tags.<br />
<br />
Examples;<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;h1&gt;This is a heading&lt;/h1&gt;</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;h2&gt;This is a heading&lt;/h2&gt;</code></div></div><br />
<br />
	<span style="font-weight: bold;" class="mycode_b"><span style="color: blue;" class="mycode_color">HTML Paragraphs</span></span><br />
<br />
HTML paragraphs are defined with the &lt;p&gt;Text&lt;/p&gt; tag.<br />
<br />
NOTE: we have tried the single shape of this Tag (<span style="color: red;" class="mycode_color">check &lt;br&gt; Tag</span>), it also comes in pairs like &lt;p&gt;Test&lt;/p&gt;. and here are some attributes (Left, Center, Right) are followed with the (Align) property. <br />
Examples;<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;p&gt;This is a paragraph.&lt;/p&gt;</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;p Align="right"&gt;This is right-aligned paragraph.&lt;/p&gt;</code></div></div><br />
<br />
	<span style="font-weight: bold;" class="mycode_b"><span style="color: blue;" class="mycode_color">HTML Links</span></span><br />
<br />
HTML links are defined with the &lt;a&gt; tag.<br />
<br />
Note: The link address is specified in the href attribute, it could be a LINK, E-mail address. (will be discussed).<br />
<br />
Example;<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;a href="http://www.chanops.org"&gt;Go to ChanOps&lt;/a&gt;</code></div></div><br />
<br />
<br />
<hr class="mycode_hr" />
<br />
<br />
<span style="color: purple;" class="mycode_color">*BAKKASH Lights up a cig and sips coffee, then Says:-</span><br />
<br />
Pat Yourself on the Back For a job Well Done!.<br />
<br />
Be continuer for more HTML Tags, for more sprightly and vigorous pages.. <span style="color: blue;" class="mycode_color">SOON</span> (inshallah).<br />
<br />
And Please, Do <span style="font-weight: bold;" class="mycode_b">NOT</span> feel diffident, or even denying me a FEEDBACK while having any obstacles, I shall be grateful to be helpful.<br />
<br />
<br />
BAKKASH]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">What is HTML</span>?<br />
<br />
[sup]HTML[/sup] Stands for <span style="font-weight: bold;" class="mycode_b">H</span>yper<span style="font-weight: bold;" class="mycode_b">T</span>ext <span style="font-weight: bold;" class="mycode_b">M</span>ark-up <span style="font-weight: bold;" class="mycode_b">L</span>anguage.<br />
HTML is a language for describing Internet web pages, and that is for a primary usage, and for a secondary usage we could use it for making some offline pages onto the HardDisk. As it is not a programming language in the full sense of the word, so it is not linked to a specific Operating System, because it is interpreted and implement its orders directly by any web browser, regardless of the user's system. So it is a very simple language, and easy to understand and to be learnt. So it does not need any beforehand knowledge of programming languages.<br />
But maybe all you need is a little logical thinking and arrangement ideas. <br />
<br />
<br />
HTML is a mark-up language, and a mark-up language is a set of mark-up tags, as the tags describe document content, While documents contain HTML tags, HTML elements and plain text, HTML documents are also called web pages.<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">HTML Versions</span>:<br />
<br />
                                               <span style="font-weight: bold;" class="mycode_b">Version</span>	   	            <span style="font-weight: bold;" class="mycode_b">Year</span><br />
<br />
                                                 HTML		                  1991<br />
                                                 HTML+		                1993<br />
                                                 HTML 2.0	               1995<br />
                                                 HTML 3.2	               1997<br />
                                                 HTML 4.01	             1999<br />
                                                 XHTML 1.0	             2000<br />
                                                 HTML5		                2012<br />
                                                 XHTML5		              2013<br />
<br />
<hr class="mycode_hr" />
<br />
<br />
Writing <span style="font-weight: bold;" class="mycode_b">HTML</span> Using Notepad or TextEdit,<br />
<br />
Also HTML can be edited by using a professional HTML editor such like:<br />
<br />
     I.Adobe Dreamweaver<br />
    II.Microsoft Expression Web<br />
   III.CoffeeCup HTML Editor<br />
<br />
However, For learning HTML that is recommended to use a text editor like <span style="font-weight: bold;" class="mycode_b">Notepad</span> (PC), or <span style="font-weight: bold;" class="mycode_b">TextEdit</span> (Mac). <br />
As I believe using a simple text editor is a very good way to learn HTML.<br />
<br />
Well, you do have such a perfect text editor for writing HTML files and your Internet browser to preview them. And here are some lessons to get started with the world of web design.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">TIP</span>: Always need and for good To apply what you gain and translate it into a real subject, more than just the examples listed in lessons.<br />
<br />
The main aim of this lesson is:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">HTML Tags</span>;<br />
<br />
HTML mark-up tags are usually called HTML tags<br />
Tags are keywords (tag names) surrounded by angle brackets like &lt;html&gt;.<br />
HTML tags normally come in pairs like &lt;b&gt; and &lt;/b&gt;, the first tag in a pair is the Start Tag, the second tag is the End Tag, while the end tag is written like the start tag, <span style="font-weight: bold;" class="mycode_b">but</span>. with a forward slash before the tag name.<br />
Start and end tags are also called Opening Tags and Closing Tags.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;tagname&gt;content&lt;/tagname&gt;</code></div></div><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">HTML Element Syntax</span>;<br />
<br />
HTML element starts with a Start Tag (opening tag), and ends with an End Tag (closing tag).<br />
The element content is everything between the start and the end tag. Some HTML elements have empty content.<br />
Empty elements are closed in the start tag, like <br />
<br />
Most HTML elements can have attributes.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;tagename property="amount|direction"&gt;plain text&lt;/tagename&gt;</code></div></div><br />
<br />
<br />
Getting ready yet?<br />
   So here are the basic tags for any web page.<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: 20pt;" class="mycode_size">           Start Tag          End Tag</span></span><br />
<span style="font-size: 18pt;" class="mycode_size">                &lt;html&gt;                &lt;/html&gt;<br />
                &lt;head&gt;               &lt;/head&gt;<br />
                 &lt;title&gt;                 &lt;/title&gt;<br />
                &lt;body&gt;               &lt;/body&gt;</span><br />
<br />
<div style="text-align: center;" class="mycode_align"><img src="http://s20.postimage.org/vrjqhmai5/body.png" loading="lazy"  alt="[Image: body.png]" class="mycode_img" /></div>
<br />
<hr class="mycode_hr" />
<br />
<span style="font-weight: bold;" class="mycode_b">Figured out something already</span>?<br />
   Right!.. we <span style="font-weight: bold;" class="mycode_b">always</span> start our document with the tag &lt;html&gt; as we finish the file with its end tag, which is &lt;/html&gt;. <span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">Please Keep that in mind!</span></span>.<br />
And about the tag &lt;head&gt; it identifies the beginning of the section that contains information for defining the page. Such as address shown on the browser address bar, as that address needs to be in between tags <span style="text-decoration: underline;" class="mycode_u">&lt;title&gt; ADDRESS &lt;titles&gt;</span>, and then we have to end this part by the &lt;/head&gt; tag.<br />
Then we head for the &lt;body&gt; tag which contains and comprises the content of the document. Such as headings, paragraphs and links, in addition to the inclusion of images, tables and many other Tags of course. As it also needs its own end tag &lt;/body&gt;.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">And with this streaked you are getting the gist</span>:<br />
<br />
<div style="text-align: center;" class="mycode_align"><img src="http://s7.postimage.org/vakm37fe3/tags.png" loading="lazy"  alt="[Image: tags.png]" class="mycode_img" /></div>
<br />
<hr class="mycode_hr" />
<br />
And as I am longing, please continue Only when you feel the same!<br />
  Well!.. Let us put out this cigarette a side, and allow me to make it straight.<br />
<br />
Simply by following the 4 steps below you could create your own web page with Notepad.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Step</span> <span style="color: green;" class="mycode_color">#1</span>: Start a Notepad.<br />
   To start Notepad go to: <span style="font-weight: bold;" class="mycode_b">Start</span> <span style="font-weight: bold;" class="mycode_b">All Programs</span><span style="font-weight: bold;" class="mycode_b">Accessories</span><span style="font-weight: bold;" class="mycode_b">Notepad</span>.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Step</span> <span style="color: green;" class="mycode_color">#2</span>: Edit Your HTML with Notepad.<br />
   Select the THML code below, Copy and Paste it into your Notepad:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Webpage Test&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
Hello World!.&lt;p&gt;<br />
Wouw!,&lt;p&gt;<br />
I have done my First Webpage&lt;p&gt;<br />
This is amazing and more than FUN&lt;p&gt;<br />
&lt;a href="http://chanops.org/community/web-development/html-basics/"&gt;Take me back&lt;/a&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</code></div></div><br />
<br />
Step <span style="color: green;" class="mycode_color">#3</span>: Save Your Notepad as name.HTML<br />
   Select <span style="font-weight: bold;" class="mycode_b">Save as</span> in Notepad's file menu.<br />
Give it a name and notice that when you save an HTML file, you can use either the *.htm or the *.html file extension. There is no difference, it is entirely up to you. (It automatically takes the icon of your browser, and looks like an Offline Web page).<br />
Save the file in a folder that is easy to remember, like WEBS.<br />
<br />
Step <span style="color: green;" class="mycode_color">#4</span>: Run the HTML in Your Browser.<br />
<br />
Double-click your HTML file that you have just saved, and if you got it just like This:<br />
<br />
                             <img src="http://s7.postimage.org/biig3x3u3/webpagetest.png" loading="lazy"  alt="[Image: webpagetest.png]" class="mycode_img" /><br />
<br />
Then <span style="font-weight: bold;" class="mycode_b"><span style="color: blue;" class="mycode_color">Congratulations!</span></span>.<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: 16pt;" class="mycode_size">Explanation:</span></span><br />
<br />
   The DOCTYPE declaration defines the document type.<br />
   The text between &lt;html&gt; and &lt;/html&gt; describes the web page.<br />
   The text between &lt;head&gt; and &lt;/head&gt; delimits the section that contains information for defining the page.<br />
   The text between &lt;title&gt; and &lt;/title&gt; reveals the web page name (address).<br />
   The text between &lt;a&gt; and &lt;/a&gt; indicates the given link. (that tag does not work alone, but requires the addition of certain properties).<br />
   The text between &lt;body&gt; and &lt;/body&gt; is the visible page content.<br />
   The &lt;p&gt; puts an end of the line, and starts a new line. (note that tag is single and had no End Tag. But in some other cases it has).<br />
   The &lt;!DOCTYPE html&gt; declaration is the doctype for HTML5.<br />
<br />
<hr class="mycode_hr" />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: 18pt;" class="mycode_size">PS.</span></span><br />
<br />
     <span style="color: red;" class="mycode_color">I.</span>There is no difference between writing your tags in UPPERCASE letters, or lowercase. So you can write in any of them or even writing both.<br />
    <span style="color: red;" class="mycode_color">II.</span>In XHTML, all elements must be closed. Adding a slash inside the start tag, like <br />
, is the proper way of closing empty elements in XHTML (and XML).<br />
   <span style="color: red;" class="mycode_color">III.</span>The browsers do not take into account the extra spaces nor signals of ending paragraphs (i.e. When you press the Enter key). So in other words, you could create your HTML files as follows;<br />
    <br />
&lt;!DOCTYPE html&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;Webpage Test&lt;/title&gt;&lt;/head&gt;&lt;body&gt;Hello World!.&lt;p&gt;Wouw!,&lt;p&gt;I have done my First Webpage&lt;p&gt;This is amazing and more than FUN&lt;p&gt;&lt;/body&gt;&lt;/html&gt;<br />
<br />
<span style="color: blue;" class="mycode_color">Or as follows</span>:<br />
<br />
&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;<br />
Webpage Test<br />
&lt;/title&gt; &lt;/head&gt; &lt;body&gt;<br />
Hello World!.<br />
&lt;p&gt;Wouw!,&lt;p&gt;I have done my First Webpage&lt;p&gt;This is amazing and more than FUN&lt;p&gt;<br />
&lt;/body&gt; &lt;/html&gt;<br />
<br />
<span style="color: blue;" class="mycode_color">Or even! As follows</span>:<br />
<br />
&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;<br />
Webpage <br />
Test<br />
&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
Hello <br />
World!.<br />
&lt;p&gt;<br />
Wouw!,<br />
&lt;p&gt;<br />
I have done<br />
my First <br />
Webpage<br />
&lt;p&gt;<br />
This is amazing<br />
and more than FUN<br />
&lt;p&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">So it does not matter how your document looks while editing, but the sole matter is [b]where</span> exactly you write-down the Tags!.</span>[/b]<br />
<br />
<hr class="mycode_hr" />
<br />
<br />
Currently, here are some addition Tags you might need to apply your knowledge of HTML by choosing your own subject while executing these Tags.<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: 18pt;" class="mycode_size">Addition Tags</span></span>:<br />
<br />
	<span style="font-weight: bold;" class="mycode_b"><span style="color: blue;" class="mycode_color">HTML Headings</span></span><br />
<br />
HTML headings are defined with the &lt;h1&gt; to &lt;h6&gt; tags.<br />
<br />
Examples;<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;h1&gt;This is a heading&lt;/h1&gt;</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;h2&gt;This is a heading&lt;/h2&gt;</code></div></div><br />
<br />
	<span style="font-weight: bold;" class="mycode_b"><span style="color: blue;" class="mycode_color">HTML Paragraphs</span></span><br />
<br />
HTML paragraphs are defined with the &lt;p&gt;Text&lt;/p&gt; tag.<br />
<br />
NOTE: we have tried the single shape of this Tag (<span style="color: red;" class="mycode_color">check &lt;br&gt; Tag</span>), it also comes in pairs like &lt;p&gt;Test&lt;/p&gt;. and here are some attributes (Left, Center, Right) are followed with the (Align) property. <br />
Examples;<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;p&gt;This is a paragraph.&lt;/p&gt;</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;p Align="right"&gt;This is right-aligned paragraph.&lt;/p&gt;</code></div></div><br />
<br />
	<span style="font-weight: bold;" class="mycode_b"><span style="color: blue;" class="mycode_color">HTML Links</span></span><br />
<br />
HTML links are defined with the &lt;a&gt; tag.<br />
<br />
Note: The link address is specified in the href attribute, it could be a LINK, E-mail address. (will be discussed).<br />
<br />
Example;<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;a href="http://www.chanops.org"&gt;Go to ChanOps&lt;/a&gt;</code></div></div><br />
<br />
<br />
<hr class="mycode_hr" />
<br />
<br />
<span style="color: purple;" class="mycode_color">*BAKKASH Lights up a cig and sips coffee, then Says:-</span><br />
<br />
Pat Yourself on the Back For a job Well Done!.<br />
<br />
Be continuer for more HTML Tags, for more sprightly and vigorous pages.. <span style="color: blue;" class="mycode_color">SOON</span> (inshallah).<br />
<br />
And Please, Do <span style="font-weight: bold;" class="mycode_b">NOT</span> feel diffident, or even denying me a FEEDBACK while having any obstacles, I shall be grateful to be helpful.<br />
<br />
<br />
BAKKASH]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Cloud]]></title>
			<link>https://librairc.net/forums/thread-399.html</link>
			<pubDate>Tue, 24 Apr 2012 12:46:22 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=0">CrazyChinese</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-399.html</guid>
			<description><![CDATA[The biggest news for me today is Microsoft is giving away 25gb Cloud today. If anyone know about Cloud, you will find 25gb is very useful. I do not think is appropriate to give out the Microsoft link here but if you go to Korea room and look for me, i will give you the link. Also, you can google "microsoft new cloud free 25gb". I think it will lead you to the link also. You just need to log in with your MSN messenger loggin and password. No need to downloand anything. It functions like a window live messenger. I hope this is not spamming. ]]></description>
			<content:encoded><![CDATA[The biggest news for me today is Microsoft is giving away 25gb Cloud today. If anyone know about Cloud, you will find 25gb is very useful. I do not think is appropriate to give out the Microsoft link here but if you go to Korea room and look for me, i will give you the link. Also, you can google "microsoft new cloud free 25gb". I think it will lead you to the link also. You just need to log in with your MSN messenger loggin and password. No need to downloand anything. It functions like a window live messenger. I hope this is not spamming. ]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to install a local server]]></title>
			<link>https://librairc.net/forums/thread-207.html</link>
			<pubDate>Thu, 16 Feb 2012 21:13:41 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=11">MinDFreak</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-207.html</guid>
			<description><![CDATA[it's easy to install a local server i would recommend for appserv it has many functions best thing on it as easy way to install Apache, PHP, MySQL in 1 minute.<br />
<br />
i just posted a video for it as to talk about how to install it would be too much <img src="https://librairc.net/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
check the video and try it and if you got some issues just reply me and i will be grateful to help you <img src="https://librairc.net/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
[youtube=500,400]Y7d8RifR7aA[/youtube]]]></description>
			<content:encoded><![CDATA[it's easy to install a local server i would recommend for appserv it has many functions best thing on it as easy way to install Apache, PHP, MySQL in 1 minute.<br />
<br />
i just posted a video for it as to talk about how to install it would be too much <img src="https://librairc.net/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
check the video and try it and if you got some issues just reply me and i will be grateful to help you <img src="https://librairc.net/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
[youtube=500,400]Y7d8RifR7aA[/youtube]]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Rapid PHP]]></title>
			<link>https://librairc.net/forums/thread-160.html</link>
			<pubDate>Sun, 15 Jan 2012 18:06:53 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=11">MinDFreak</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-160.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Rapid PHP editor</span> is a powerful, quick and sophisticated <span style="font-weight: bold;" class="mycode_b">PHP</span> editor with features of a fully-loaded PHP IDE and speed of the Notepad. Convenient features enable <br />
<br />
you to instantly create and edit not only <span style="font-weight: bold;" class="mycode_b">PHP</span>, but also <span style="font-weight: bold;" class="mycode_b">HTML</span>,<span style="font-weight: bold;" class="mycode_b">XHTML</span>, <span style="font-weight: bold;" class="mycode_b">CSS</span>and <span style="font-weight: bold;" class="mycode_b">JavaScript</span> code, while integrated tools allow you to easily debug, validate, reuse, <br />
<br />
navigate and format your code. Whether you are a professional developer or pure enthusiast, with <span style="font-weight: bold;" class="mycode_b">Rapid PHP</span> editor you can get your job done faster, save time <br />
<br />
and increase productivity, as it has self Preview for the outputs.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Rapid PHP</span> Editor is the world's only PHP editor and PHP IDE that includes not just basic, but full-scale <span style="font-weight: bold;" class="mycode_b">HTML</span>, <span style="font-weight: bold;" class="mycode_b">CSS</span> and <span style="font-weight: bold;" class="mycode_b">JavaScript</span> editors.<br />
<br />
Now you can accomplish more with asingle tool.<br />
<br />
<img src="http://www.blumentals.net/rapidphp/images/tour/screen1.png" loading="lazy"  alt="[Image: screen1.png]" class="mycode_img" /><br />
<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Please Note:</span></span> If the preview didnt work you need to download the PHP Package and just install it and then the preview shall work, you may find it on that link<br />
<br />
<a href="http://www.blumentals.net/download/php.php" target="_blank" rel="noopener" class="mycode_url">http://www.blumentals.net/download/php.php</a><br />
<br />
<img src="http://www.ghafari3.com/wp-content/uploads/2011/10/Rapid-PHP-editor.jpg" loading="lazy"  alt="[Image: Rapid-PHP-editor.jpg]" class="mycode_img" /><br />
<br />
Download link : <a href="http://www.blumentals.net/download/rapidphp11.exe" target="_blank" rel="noopener" class="mycode_url">http://www.blumentals.net/download/rapidphp11.exe</a><br />
<br />
Serial : 80f8-1752-af41-32e1]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Rapid PHP editor</span> is a powerful, quick and sophisticated <span style="font-weight: bold;" class="mycode_b">PHP</span> editor with features of a fully-loaded PHP IDE and speed of the Notepad. Convenient features enable <br />
<br />
you to instantly create and edit not only <span style="font-weight: bold;" class="mycode_b">PHP</span>, but also <span style="font-weight: bold;" class="mycode_b">HTML</span>,<span style="font-weight: bold;" class="mycode_b">XHTML</span>, <span style="font-weight: bold;" class="mycode_b">CSS</span>and <span style="font-weight: bold;" class="mycode_b">JavaScript</span> code, while integrated tools allow you to easily debug, validate, reuse, <br />
<br />
navigate and format your code. Whether you are a professional developer or pure enthusiast, with <span style="font-weight: bold;" class="mycode_b">Rapid PHP</span> editor you can get your job done faster, save time <br />
<br />
and increase productivity, as it has self Preview for the outputs.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Rapid PHP</span> Editor is the world's only PHP editor and PHP IDE that includes not just basic, but full-scale <span style="font-weight: bold;" class="mycode_b">HTML</span>, <span style="font-weight: bold;" class="mycode_b">CSS</span> and <span style="font-weight: bold;" class="mycode_b">JavaScript</span> editors.<br />
<br />
Now you can accomplish more with asingle tool.<br />
<br />
<img src="http://www.blumentals.net/rapidphp/images/tour/screen1.png" loading="lazy"  alt="[Image: screen1.png]" class="mycode_img" /><br />
<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Please Note:</span></span> If the preview didnt work you need to download the PHP Package and just install it and then the preview shall work, you may find it on that link<br />
<br />
<a href="http://www.blumentals.net/download/php.php" target="_blank" rel="noopener" class="mycode_url">http://www.blumentals.net/download/php.php</a><br />
<br />
<img src="http://www.ghafari3.com/wp-content/uploads/2011/10/Rapid-PHP-editor.jpg" loading="lazy"  alt="[Image: Rapid-PHP-editor.jpg]" class="mycode_img" /><br />
<br />
Download link : <a href="http://www.blumentals.net/download/rapidphp11.exe" target="_blank" rel="noopener" class="mycode_url">http://www.blumentals.net/download/rapidphp11.exe</a><br />
<br />
Serial : 80f8-1752-af41-32e1]]></content:encoded>
		</item>
	</channel>
</rss>