Sunday, September 22, 2013

Information about how to learn HTML (1st to Last) – Part-01 (Introducing HTML)




What is HTML?
HTML means Hyper Text Markup Language. Let more easily introduce it, Typically, Microsoft Word or Word Pad Or Note Pad, etc. Text can be added to the image editor to write the document. But they are not useful to publish a document on the web or sent. So the web is useful to convert text to a document markup language need.
HTML is a markup language that kind. It's not a programming language like visual Basic or C + +. It is a kind of script language. It is much easier than programming Language. Without adding the image, audio, video or animations directly create into a link. Even a text editor, such as Photoshop graphics software and even directly from the HTML document - the transformation of the system. Net, through which information can be sent quickly and easily. HTML is the markup language and because it's small and easy that anyone can learn. It is not necessary to learn any programming knowledge, Are written using HTML tags, A very small number of tags without remembering that someone could create web pages using HTML. Very quickly, we will create web pages. It is a matter of how easy it is to understand HTML.

HTML writing & showing

You need a text editor for writing HTML. For example - Word pad, Notepad, MS-word, MS-front page, Macromedia Dreamwaver etc.. We learn to write coding using Notepad. Coding in the name of the file after a period (.) Is to write the HTML. The file name can be any URL, but would Extension name HTML. For example, a text editor to create an HTML file for the browser would take. Operating system give you default editor Notepad & Internet Explorer as default browser. In addition, any browser installed on your machine you can collect. For example - Natescape Navigator, Mozila, Opera, etc.. Open the HTML file in a web browser when the page is visible.

HTML Structure
Using tag for HTML writing. Each tag is a <(Less than) symbol and the> (Grater than) sign with. These two symbols <> is the tag, and the two symbols of the symbol with a back slash (/) marks the end of the tag. The </> complete with a tag. Such as:
<HTML> ............... </HTML>
<HTML> HTML tags begin with a sense of each file and </ HTML> tag is the end. HTML have HEAD tag in the BODY section. Structure of the HTML file should be as follows: -


Tag
HTML files are created by the combination of said Tag. Attributes that are associated with some of tag. Bold text such as HTML, you can write B as the signal is & B than any other insert HTML characters will not be able to understand it & text can not be bold. Grater than according to the rules and write in Less than symbol. Such as -
<B> SNS Telecom </B>
This tag is called Container Tag. There are more of them. They say Empty Tag. The line breaks, Horizontal rule and the Empty tags are used. This tag does not need to close. For example
<HTML>
<HEAD>
</HEAD>
<BODY>
This is SNS Telecom <BR>
I like it very much
</BODY>
</HTML>
Here <BR> line by line breaks or to go to the next has been & postings no need to end this tag.
Attribute
Attribute this tag can be defined more specifically. Horizontal lines can be specified by the <HR> tag. Align the back of the line at the left, right, center, etc.. Are provided. The Align Attribute names are used. Such as
<HTML>
<HEAD>
<BODY>
<HR Align=”Left”>
</BODY>
</HEAD>
</HTML>
Also in the program you want to write a comment with the tag symbol exclamation mark (!) to use. Such as

<HTML>
<HEAD>
</HEAD>
<BODY>
<! This is simple Comments. This is not the part of code.>
</BODY>
</HTML>

Keep this up today. Keep your eyes on this site for the second part. Please visit this site regularly to see the new tutorials. Best of luck of all & Please take care of you & your parents.   

No comments:

Post a Comment