Pemograman Web phpmySQL
HTML stands for Hypertext Markup Language. HTML language is used to build web pages. In addition, HTML is a common markup language used by web developers. Because of the ease of use, HTML became a popular web programming language among developers.
HTML has a function in which it can determine the format of a text, create a list, create links to other documents, insert images, and can display information in the form of tables. In addition, HTML also serves to manage the appearance of web pages and their contents, adding objects such as images, video, audio, and others.
For readers who are new to HTML, to create web documents with HTML is quite easy to do. But before, the good readers know in advance the structure that is owned by HTML. Below will be explained about the structure and how to use HTML.
The example above shows the title, heading 1, and paragraph. To add information to elements or tags, we use attributes. HTML elements can have attributes, which provide information to the element. In addition, the attribute is always specified in the beginning of the tag. The example below is an HTML code that displays an image with an attribute that gives the image size or width and height.


