Survey
* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project
* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project
Intro to HTML: The Language of WWW Nets 5/3/2017 1 Objectives • • • • 5/3/2017 Introduce HTML basics. Take the “magic” out of the Internet. Demonstrate how to create and edit WEB pages. To discuss utility and ethical issues surrounding the creation and use of WWW Nets. 3 5/3/2017 4 Definitions • html - HyperText Markup Language: a collection of styles indicated by mark-up tags which define the contents of a WWW document. • http - HyperText Transfer Protocol: a low-overhead protocol to serve hypertext documents (access method). • Web Browser: Software program that permits viewing of html files (e.g. Netscape, Internet Explorer) • Web Page - what users see on their browser. • Web Server: Computers used to store, and provide access to, web pages. 5/3/2017 5