Saturday, December 7, 2013

Introduction To HTML Language



It is the language used to create web pages. ( The word abbreviation for Hyper Text Markup Language). It is not a programming language, meaning and form customary for other programming languages ​​as the language C. For example, it does not contain sentences and rotation control , and when you need to use these sentences must be included codes from other languages ​​as Java, JavaScript, CGI. They also do not need an interpreter of his own Compiler. It is not tied to a particular operating system , because it is interpreted and implemented directly instructed by the web browser , and regardless of the system used . So it is a very simple language , easy to understand and learn and does not require prior knowledge of programming languages ​​and structural used. But maybe all you need is a little bit of logical thinking and arrangement ideas .
Html vocabulary consists of codes called TAGS any tags . They are used in pairs and write the following formula ( from left to right ) : -    <TAG>  text here </TAG>


For example <B> tag is used to write the words in bold Bold and the following form:

<B> Text </ B>

There are some special tags which are used in a single such as marking the end of the line <BR> or may be used in both cases, such as marking paragraph <P>.
We will discuss these and other tags in detail at the time, God willing,


How do we begin ...
Does not require writing HTML file any special programs , as we said , it does not contain language interpreter program . But we just need to program for simple text editing and processing , and the program located in the Windows Notepad fulfill this purpose. As well as Internet browsers to a Netscape Navigator or MS Internet Explorer to preview pages that we design . And you just have to do to save the written text file named extended . Html or . HtmIt is worth mentioning that there are many programs that are used to create pages Html. Without the need to learn this language where the user from which no page design and containing text and graphics and tables and then the software will synthesize the appropriate tags and convert these pages of behind the scenes and automatically saved in html. This means that the user's role is limited to writing and design only , without the knowledge of the code that was used . And therefore not being able to control any marking or amend the code as needed , only through return to the basic design and then re- conversion and conservation by the program. This method is the ease and speed of relatively , but I do not recommend its use for anyone who wants to know the language and mastery of them.

Before we begin
Well , you have an excellent text editor for writing HTML files and you have an Internet browser to preview them , and you have these lessons , which kicks off with her into the world of web design . Is this enough? My humble opinion , no.Always and never need to apply what you learn in the process of more than just the examples included in the lessons . What do you think to think what your favorite part of the subject and likes to deal with it? And imagine that you will create a Web site about it realistically . With the progress in lessons apply what where on your pages. You'll find a lot of fun in this , and Setser too when you see your page materialize before your eyes day after day , and most importantly of all this is that you will discover any gaps in your understanding of these lessons ( and then certainly you will Ptlavera ) have been discovered as well as gaps committed by the writer of these lessons . ( In this case, I hope you never do not hesitate to write to me so I'm working on to avoid them ) .

No comments:

Post a Comment