UPLOAD

    2.8K

    Introduction to HTML

    Published: August 26, 2019

    HTML

    Comments

    Introduction to HTML

    • 1. INTRODUCTION TO HTML INTRODUCTION TO HTML
    • 2. Introductıon to HTML Introductıon to HTML The main task of the markup language is to create and allow rules to define the structure, form, and appearance of the text in a document. After the rules for markup languages are loaded into a document, the document must be processed by a computer that knows how to read and apply the rules. To learn Html you just need to use any text editor. Examples of successful text editors such as Sublimation Text, Brackets, Notepad ++. In addition, a web page can be created visually. Different tools such as Microsoft Expression Web, Adobe Dreamweaver, and BlueGriffon can be used.
    • 3.    Introductıon to HTML Introductıon to HTML •Such applications convert your visual processes into HTML code in the background. •After completing the web programming courses, you can improve your website using WYSIWYG applications. But; To learn HTML coding well, we recommend that you do not use these applications in the first place, but use text editors with HTML code highlighting. •To run HTML files, just add the .html extension to the end of the files you create and open them on an internet browser. •Thus, you can view the web site you created with the HTML code you have written
    • 4. EXAMPLE EXAMPLE Save this file that you created. In the dialog that opens, add the .html extension to the end of the file name. This means that the file is not a text file, but an Html file. Double-click the web file you created and run the web browser you are using.
    • 5. Structure of an HTML Document Structure of an HTML Document
    • 6. Example   Example The HTML language is not a language that distinguishes greater than less than. When entering a label, you can make one letter uppercase, the other letter lowercase, or a small portion of the other part. This does not cause any change.
    • 7. An HTML document consısts of two maın parts: An HTML document consısts of two maın parts: 1.Head text 2.Body text The head text contains expressions associated with the title of the page. Body text contains the actual text of the HTML code. This text consists of paragraphs, lists, and other elements.
    • 8. Example Example
    • 9. Slide8
    • 10. Most Basic HTML Tags and Meanings Most Basic HTML Tags and Meanings
    • 11. Tıtle tag: Tıtle tag: With the help of the TITLE tag, we can determine the title of the webpage we create. The title content must be compatible with the content and function of the page. The page should be descriptive and short. Meta tag: With the meta tag, we can make a description of your page and identify it with keywords that match the page content. Here are some important meta tags and their description:
    • 12. Keywords:  Keywords:
    • 13. Description Description
    • 14. Author: Author:
    • 15. Example Example
    • 16. Basic HTML Tags in Body Basic HTML Tags in Body
    • 17. Unlisted list Unlisted list
    • 18. Example Example
    • 19. Numbered list Numbered list
    • 20. Example Example