Thursday, 5 September 2013

Tutorial 04 - Basic Text Formatting with HTML

Basic text formattings are most important to creative and helpful web page. Specially if you are going to make a rich textured web page need to basic text formatting tags usually.

List of basic text formatting, 
Bold Text                                                     <b>
Italic Text                                                     <i>
Underline Text                                              <u>
Subscript text                                               <sub>
Superscript Text                                           <sup>
Strong Text                                                  <strong>
Small Text                                                    <small>
Highlighted Text                                           <mark>

Example:- Output (Click image to enlarge)



HTML Program


Open new Notepad document and try to follow this lesson again. Also please don't forget  to end all of this tags. 

Wednesday, 4 September 2013

Tutorial 03 - HTML Text and Paragraphs Related

Tutorial 03
When we use handwriting need to put some blank line within two paragraphs. Also when we use HTML need to put some line spaces between web page paragraphs. With HTML we can use this tag <p> to be divided documents into paragraphs. (need to end tag)
Example:
<p> Use me to divide paragraph. </p> 


The <p> tag adds an empty line within paragraph of the page.
Also <br> tag uses to (Line break) add new line without starting a new paragraph of the document. But here no need to end the tag because it is one of the empty tag uses with HTML.
Check the output.(Click on image to enlarge)



Tuesday, 3 September 2013

Tutorial 02- HTML Heading

To understand you need to do more practical with HTML. Here we are going to do our second lesson in HTML.
Lesson Number  02- HTML Heading
Using HTML heading tag you can define web page content heading with most important to least important.
The tag comes with 
<h1>, <h2>, <h3>, <h4>, <h5>, <h6> 
and 
need to close with
 </h1>, </h2>, </h3>, </h4>, </h5>, </h6> tags.
Important....
<H1> is the most important heading and <H6> is the least important heading in HTML. .
Example 02:-


Output of the program (Click on image to enlarge)


Are You Ready? This is Your First HTML Tutorial

Before Starting your first lesson you need to understand and remember given basic structure of HTML.
Lesson Number 01

Create Title to Your Web Page
Here we need to mention a title in your web page and it display on the browser title bar.
Example no 01:-

To create first tutorial you need to use Notepad from,

Start-->All Programs-->Accessories-->Notepad

Notepad is the easiest platform you can used to create HTML documents.

Then save text file with the any name with .HTML or .HTM extension and it will save with your default browser icon. Now double click on it and you can see your output of the program as bellow.
(Click image to enlarge)




Sunday, 1 September 2013

Ready to Create Your Own Website

Creating website for any sector has become a way of promoting or communicating with each other. If you are a businessman, educator, student or vendor you can invest little bit of money to buying or building your own website. Otherwise you can choose some of free hosted website like Blogger and WordPress also.
                    In other way you can design your website easily within short time of period with several kinds of software tools. There are so many software that you can choose for web development. Microsoft FrontPage, adobe Dreamweaver, Adobe ColdFusion, Adobe InDesign, Joomla and web development languages like HTML, XML can be used for your purposes.  In Universal Web Development School we are going to learn and making website with HTML.

Introduction to HTML...

HTML is a world most famous web development language and it is a language of describing web pages.
Stands: Hyper Text Markup Language and it is a one of markup language used to develop web pages. Also it is call as a set of markup tags. Using tags and text we can create easy web pages and tags use to describe entire document content. Also created HTML document is call as a web page and it need to save extension with .HTML or .HTM.

Rules of using HTML 
Need to used with angle brackets
 <HTML>
<HEAD>
<TITLE>
There are two types of tags for used to describe content.
<TABLE> Starting Tag (opening tags )
</TABLE> End Tag or Close Tag (closing tags)
Actually you need to highly consider above mentioned command correctly otherwise your output may be empty page without any content.
Understanding of HTML Structure.





Human Brain and Intelligent Power to Technological Development

With the rapid development of internet and computer technology the world has became a small village. The power of human brain and intelligent has invaded all of the functions around the world also his life.
The inventions of Television, Radio, Telephone, and Electricity power has given guidelines to development of COMPUTER related technological innovations. With the help of these technological innovations, today the computer has became prime equipment we have.
Also within last two decades the technological innovation like internet technology and World Wide Web technology changed the habits of human being towards the cyber world.

The Epigrammatic History of Internet and World Wide Web

  1. 1957-  Establishment of ARPA  (Advanced Research Project Association)  
  2. 1959/1962-Packet Switching Service. (Leonard Kleinrok)
  3. 1964- Computer Network Technology (Paul Baran)
  4. 1966- ArpaNet (Larry Roberts and Douglas Engelbart)
  5. E-mail through ArpaNet- (Raymond Thomlinson)
  6. 1973/1974 TCP/IP(Transmission Control Protocol/ Internet Protocol) (Vinton Cerf and Robet Kahn)
  7. 1989-World Wide Web(WWW)-(Tim Berners-Lee)
  8. 1990-URL(Uniform resource locator),HTTP (Hypertext Transfer Protocol)HTML(Hypertext Markup Language)

Making HTML Form- පෝරම නිර්මාණය

google.com, pub-9566901277757948, DIRECT, f08c47fec0942fa0 HTML <form> element defines a form that is used to collect user inpu...