HTML HTML Hyper Text Markup Language HTML is

  • Slides: 11
Download presentation
HTML

HTML

HTML • Hyper. Text Markup Language (HTML) is the main markup language for creating

HTML • Hyper. Text Markup Language (HTML) is the main markup language for creating web pages and other information that can be displayed in a web browser. • HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <html>), within the web page content. HTML tags most commonly come in pairs like <h 1> and </h 1>, although some tags, known as empty elements, are unpaired, for example <img>. The first tag in a pair is the start tag, the second tag is the end tag (they are also called opening tags and closing tags). In between these tags web designers can add text, tags, comments and other types of text-based content. • Tim Berners-Lee 談網絡的未來 • https: //www. youtube. com/watch? v=OM 6 XIICm_qo

Development • In 1980, physicist Tim Berners-Lee, who was a contractor at CERN, proposed

Development • In 1980, physicist Tim Berners-Lee, who was a contractor at CERN, proposed and prototyped ENQUIRE, a system for CERN researchers to use and share documents. • In 1989, Berners-Lee wrote a memo proposing an Internet-based hypertext system. Berners-Lee specified HTML and wrote the browser and server software in the last part of 1990. • In 1990, Berners-Lee and CERN data systems engineer Robert Cailliau collaborated on a joint request for funding, but the project was not formally adopted by CERN.

HTML 5 • HTML 5 is a markup language for structuring and presenting content

HTML 5 • HTML 5 is a markup language for structuring and presenting content for the World Wide Web and a core technology of the Internet. • It is the fifth revision of the HTML standard (created in 1990 and standardized as HTML 4 as of 1997)and, as of December 2012, is a W 3 C Candidate Recommendation. • Its core aims have been to improve the language with support for the latest multimedia while keeping it easily readable by humans and consistently understood by computers and devices (web browsers, parsers, etc. ).

JAVASCRIPT • Java. Script (JS) is an interpreted computer programming language. It was originally

JAVASCRIPT • Java. Script (JS) is an interpreted computer programming language. It was originally implemented as part of web browsers so that client-side scripts could interact with the user, control the browser, communicate asynchronously, and alter the document content that was displayed. • Java. Script is a prototype-based scripting language that is dynamic, weakly typed, and has first-class functions. Its syntax was influenced by the language C. Java. Script copies many names and naming conventions from Java, but the two languages are otherwise unrelated and have very different semantics.

HTML 語法 • HTML教學導覽 • http: //www. powmo. com/ae. html • HTML教學 • http:

HTML 語法 • HTML教學導覽 • http: //www. powmo. com/ae. html • HTML教學 • http: //m 7. dfps. tp. edu. tw/chen/main 5/ahtml/01. asp • HTML字典 • http: //www. iams. sinica. edu. tw/lab/wbtzeng/lifeinfo/html_u se. htm

The End

The End