get your own blog
search all blogs
home    contact author
flag
 
spacer

About ThE Author




My Notes

25/01 08:32AM
Heading Tags
(0) comments,   (0) trackbacks

Hello :-)

 

in this lesson we will talk about the Heading Tag which is the <h>

the <h> tag is only used for the heading part only, some people use it to make the text bold and stuff but it not the right thing to do with it. you can copy and paste the following into any text editor and save the file as heading.html

 

<html>
<body>

<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
read more ...

TRACKBACK URL: http://www.booklvrs.com/trackback/50


21/01 05:04PM
How to write a simple HTML page?
(1) comments,   (0) trackbacks

Hello everybody,

in this lesson we will be teaching what is HTML and how to write a basic HTML page.

What is HTML?

HTML is Hyper Text Markup Language, it provide means to describe a text based document on the web by adding some tags to make the browser understand it.

That's all what you need to know i guess cause most of you already know this information :-)

anyway you lets start the HTML basics

for any HTML file you have to have a start and an ending tag a start tag is like thisread more ...

TRACKBACK URL: http://www.booklvrs.com/trackback/34