Oyun Tasarımı Nedir? Oyun Tasarımcısı Ne İş Yapar?
What is CSS?
HTML is used as a markup language in web pages. These prepared codes are understood by web browsers and thus converted into visual web pages.
HTML is used as a markup language in web pages. These prepared codes are understood by web browsers and thus converted into visual web pages. HTML cannot be called a programming language. It has no function as such. What is HTML? For those who ask, it is possible to answer in the shortest form as a markup language. HTML allows text, video or visual elements to be placed within the page and positioned as desired. It also ensures that the prepared pages are viewed properly in the web browser. Finally, it is a language that provides information about the web page to search engines. In this case, those who want to create a web page with HTML have the convenience of doing so without having to install a program on their computers. To create an HTML page, notepad, wordpad or word file will be sufficient for this. In this way, operations can be carried out faster and coding can be done as desired. When saving the prepared files, they must be saved with the html, htm or xhtml extension.
HTML5 is available as the latest version. The process is carried out with codes prepared as standard text markup language. Since it is not possible to write a program that works on its own with HTML codes, it cannot be specified as a programming language. If used with programs that interpret this language, it may be possible to write programs that work this way. Due to this situation, it cannot be considered as a standalone programming language since it does not run programs. With this markup language, text, video and image changes can be made on websites as desired and the pages are linked to each other. In this way, the desired image is created in the web browser. When writing HTML codes, care must be taken and they must be written correctly. The web browser reads these codes, interprets them and visualizes them, thereby obtaining results. Since HTML, CSS and JavaScript are used simultaneously, visual and dynamic websites can be created as desired. Commands written between less than and greater than signs are added to the beginning or end of the marked text. For HTML, head and body operations can be done in two separate stages. Head contains title and style files as content. In this way, all codes related to the title that will appear on the pages can be specified in this field. You can add other content that you want to be seen on the page as body content by specifying it with codes in this field. Those who have no idea about the codes to be written in this way can program as they wish using the programs prepared on this subject.
Hope to see you in the next article.