Tuesday, September 4, 2012

How To Create HTML Tags...


HTML TAGS

  • HTML tags are used to mark-up HTML elements
  • HTML tags are surrounded by the two characters < and >
  • The Surrounding Characters are called angel brackets
  • HTML tags normally come in pairs like <b> and </b>
  • The first tag in a pair is the start tag, the second tag is the end tag
  • The text between the start and end tags is the element content 
  • HTML tags are not case sensitive, <b> means the same as <B>

Headings

Heading are defined with the <h1>to<h6> tags. <h1> defines the largest heading. <h6> defines the smallest heading.

<h1> This is Heading <h1>

This is Heading


<h2> This is Heading <h2>

This is Heading


<h3> This is Heading <h3>

This is Heading

<h4> This is Heading <h4>

This is Heading

<h5> This is Heading <h5>
This is Heading
<h6> This is Heading <h6>
This is Heading

Paragraphs

 Paragraphs are degfined with the <p> tags..

<p> This is a paragraph </p>
<p> This is another paragraph </p>

HTML automatically adds on extra blank line before  and after a paragraph

To be Continued Next Post......

Monday, September 3, 2012

How to create a Blog

Main requirements for creating a Blog is a need to have the Email Account. I think all who read this post already understand how to create an Email Account, so I do not need to explain again how to create Email Account.

But I suggest you to use email from Gmail, because Gmail and blogspot is owned by Google. So both will be better suited to be combined. Meanwhile, for you who don't understand how to create Email Account, please visit the Gmail, and click Sign Up. Fill in all the required data correctly.



Next we will create a Blogger account. The steps are:

  1. Click Blogger, or type www.blogger.com in Your Browser Box then click Enter
  2. Click image arrow labeled "Create YOUR BLOG"
  3. Type your Email Address that is still active
  4. Retype your Email Address
  5. Type the password that you want
  6. Retype the password
  7. Type Blog Name with the name you want to show
  8. Write the Word Verification Code in the form
  9. Check the little box that You accept the Terms of Service
  10. Click image arrow labeled "CONTINUE"
  11. Enter the Blog Title that you want in the form Blog Title (in the future can change again)
  12. Write the Address Name (URL) of your site in the form Blog address
  13. Write verification code displayed on the verification form words
  14. Click image arrow labeled "CONTINUE"
  15. Choose template that you want (in the future can change again)
  16. Click image arrow labeled "CONTINUE"
  17. In the "Your blog has been created". Click on the picture the arrow labeled "Start Posting"
  18. Now You can write You want to Show in Your Blog then Share for people. And when You finish, click the "PUBLISH POST".



I suggest You to write anything You like (like your life or hobbies, etc) and useful to other people that will make your blog visitors will be happy with what you write. So they will be back to visit your blog to reading Your nice post again.

Share Your Mind to The World

Human beings are social. It is the human need to relate to other human knowledge. Technology has been developed. Internet System already supports a touch through the virtual world, through Social Networks like Facebook, Google +, etc. Along with its development, there is a new way to meet and share with people around the world that is Blogging.

Blog more specific than the social network. Here we can customizing the blog as much as possible with fewer restrictions. We can share everything with people around the world. We need only write it in the Post. There have only goal to share, but not a few of them for the purpose of his blog as the land of business.

Many of us who do not know how to create a blog with a variety of features in it. I will share about how you can run to create a blog as you want with blogspot(http://www.blogger.com/). Please review the tricks that I write in this blog. However, I am not a perfect person. Maybe there was an error in writing and such. I will appreciate any advice you give to the progress this blog. I say the final word. Let's Share to the World, Let's Bloging!



Subscribe Newsletter for Free with us to get any new post from Eternal HTML For You. Please fill your email on the box below, and click Subscribe. We will not share your email address. Because we would appreciate your privacy.
Enter your email address:





What is An HTML File ?

 

What is an HTML  File?

  •  HTML Stands for Hyper Text Markup Language
  • An HTML File is a text file containing small markup tags
  • The Markup tags tell the web browser how to display the page
  • An HTML file must have an htm or html file extension
  • An HTML file can be created using a simple text editor (notpad)

Lets We Start our first web page

If you are running Windows, Start Notpad

Type Following text

<html>
<head>
<title>Title of page </title>
<body>
This is my first homepage. <b>This Text is Bold </b>
</body>
</html>

Save the file as "mypage.htm"

Start your Internet Browser. Select "open" (or "Open Page") in The File Menu of Your browser. A dialog box will appear. Select "Browse" (or "Choose File") and locate the HTML file you just created - "mypage.html" - select it and click "open" . Now you should see an address in the dialog box. for example
"C:\Documents and Settings\Administrator\My Documents\mypage.html" . Click OK, and the browser will display the page.

HTML Document are text file made up of HTML elements.

HTML elements are defined using HTML tags..

To be Continued Next Post......

 
Design by Lahiru Dilraga | Powered By Radio Kalutara