Maple Leaves - Change from HTML Code

This is Description, Write it from HTML Code

Introduction to Basic HTML search



  • HTML (Hyper Text Markup Language)

  • WWW (Word Wide Web)

  • Does WWW ..........?

    WWW stands for World Wide Web, or commonly called a web. if you frequently use
    the Internet, you'll get used to the www. if you type an address such as http://www.google.com,
    between the address, there is the word www. whether www / web?

    Web is a network that connects computer networks around the world. Web allows
    computers all over the world can communicate with each other. Communication
    standard used is by using HTTP (as seen on the internet addresses that have been
    written on top).

    information on the web, presented through web pages. web pages stored on a
    computer that can be called a WEB Server. We can access web pages through a
    program called a web browser. popular web browsers including: Internet Exploler,
    Opera, and Mozilla firefox

    Web browsers can access Web pages via a specific address. The same analogy, if
    we are going to visit friends who lived in a house with a particular address.
    This web page also has a specific address that can be accessed. Example page or
    web address that can be called with URL: http://www.someone.com/page.html.

    All web pages have specific instructions for the display. when the Web browser
    will display Web pages so Web browsers will read the instructions view formerly
    owned by Web Pages. Instruction of the most standard view is HTML (Hyper Text
    Markup Language) which we will study next.


    2. HTML (Hyper Text Markup Language)

    Basically the HTML file contains HTML tags. HTML tags will be read by a web
    browser and will determine the look of Web Pages. Thus it could be concluded,
    that the web pages are HTML files.

    How do I create an HTML file? how to create HTML files with ease. All you need
    is an ordinary text editor that has been identified as Notepad or Ultra Edit.
    How to execute them is to open a web browser.