HTML DEFINITION
HTML (hypertext markup language) is one of the formats used in making documents and applications that run on web pages. Therefore, to be able to do programming applications over the web. You must first to master HTML. Although there are now many packages applications that can be used to create web pages in WYSIWYG (what you see is what you get) such as FrontPage, DreamWeaver, Netsccape Composer and there are many more, but still have to master HTML tags, especially for make the application on the internet.
HTML BASICS
HTTP (hypertext transfer protocol) is a protocol used for transfer data between a web server to a web browser. This protocol transfer web documents written or formatted HTML (hypertext markup language). It said because the HTML markup language used to format the file plain text documents to be displayed on the web browser as you wish. This can be done by adding elements or often referred to as tagtag. HTML elements are usually in the form of paired tags and each tag marked with the symbols <and>. Pairs of a tag marked with a `/`. For example, pairs of <contoh> tag is </ example>. In this case <contoh> referred to as the element and usually in a contained element attributes to regulate that element. So for example <contoh> element when written with attributes are as follows:
<contoh atribut1="nilai_atribut1"atribut2="nilai_atribut2" …>.
In writing the HTML tags are not case sensitive meaning that the use of capital or small letters does not matter.
HTML (hypertext markup language) is one of the formats used in making documents and applications that run on web pages. Therefore, to be able to do programming applications over the web. You must first to master HTML. Although there are now many packages applications that can be used to create web pages in WYSIWYG (what you see is what you get) such as FrontPage, DreamWeaver, Netsccape Composer and there are many more, but still have to master HTML tags, especially for make the application on the internet.
HTML BASICS
HTTP (hypertext transfer protocol) is a protocol used for transfer data between a web server to a web browser. This protocol transfer web documents written or formatted HTML (hypertext markup language). It said because the HTML markup language used to format the file plain text documents to be displayed on the web browser as you wish. This can be done by adding elements or often referred to as tagtag. HTML elements are usually in the form of paired tags and each tag marked with the symbols <and>. Pairs of a tag marked with a `/`. For example, pairs of <contoh> tag is </ example>. In this case <contoh> referred to as the element and usually in a contained element attributes to regulate that element. So for example <contoh> element when written with attributes are as follows:
<contoh atribut1="nilai_atribut1"atribut2="nilai_atribut2" …>.
In writing the HTML tags are not case sensitive meaning that the use of capital or small letters does not matter.
No comments:
Post a Comment