Zusammenfassung der Ressource
HTML Mind Map
- HTML
- it is the structure of a website and a coding language
- You can create a website with it
- Browsers do not display the HTML tags
- WWW
- World Wide Web
Anmerkungen:
- Tim Bernes-Lee created the language HTML alongside WWW.
- Collection of all websites
- They are all stored in a large hard drive
- It never runs out of space
- ISP
- Your isp willl request the IP address from the DNS
- Internet Providers
- B.T
- Virgin Media
- SKY
- Internet Service Providers is an orginisation that provides services for using, accessing and participating with the Internet
- ELEMENTS
- HTML elements are represneted by tags
- Tgas label pieces of content such as "heading" or "paragraph"
- They tell the broswer how to display the content
- the <html> element is the root of the HTML page
Anmerkungen:
- There are many more elements that construct the HTML code/language such as <p> (paragraph), <h1> (heading 1) and <title>.
- The <body> element contains the visible page content
- The <head> element contains meta information about the document
- HISTORY
- Tim-Bernes-Lee proposed and protyped the ENQUIRE system
Anmerkungen:
- This was his invention for his colleagues and researches to be able to use and share documents.
- In 1989 he wrote a memo of a Internet-based hypertext system
Anmerkungen:
- Hypertext is text displayed on a computer screen which lets the reader access other materials from he website immediatley
- Tim Bernes-Lee specified HTML and wrote the server software and broswer in late 1990