Thursday, November 8, 2012

What is HTML (HyperText Markup Language)


HTML is a tag marker language (markup) at a text document, not a programing language. HTML is used to build a website page which in it we can insert php script, javascript, or another web programing. below is standard script from HTML, see the picture below.






Script at the picture above will show output the text "This is script standard from HTML" at the browser, because all contents which there is at HTML tag <body>contents</body> will shown a content on website page. HTML tag declared with tag <html> and </html>. Tag <head> is used to mark a website header and we can insert tag <title> which function for show title at tab or at title bar on browser. Except HTML tag above there are many more. Let's read my article which discuss about many kinds HTML tags and usefulness them here.

HTML can called also as manager of structure a text or picture on website. So text and picture which included on website become more beautiful and neater. Except HTML tag we can also use CSS(Cascading Style Sheet) for make styles at text, picture and shape on website. With collaboration between HTML and CSS we can make wonderful website page and interesting so can interest website visitors. What is CSS? for find out about CSS you are can read my posting about CSS here.

At here i want to show collaboration between HTML with PHP on website page. The following is example HTML script which is insert by PHP script. See the picture below.



Output script at picture above will show output “Colaborasi HTML with PHP”. So command echo at PHP script above will show value which loaded in it. Seen in script above there is a HTML tag and also PHP script, both are in a single file and can to work according function their respective. This is one of the excess of PHP, script PHP can inserted into HTML tags, and as well HTML tags can inserted into PHP script.

Until here my explanation about HTML, Thanks for visiting and read my posting, i hope it can help you...

Learn and learn again…

No comments:

Post a Comment