COMP8 Q1.docx
Document Details
Tags
Full Transcript
**COMPUTER** **NETWORK- a group of computers connected** **INTERNETWORKING- a scheme for connecting two or more distinct networks** **INTERNET- a publicly accessible world wide system of interconnected computer networks** - - **PROTOCOL- a set of rules and procedures, it governs the exchan...
**COMPUTER** **NETWORK- a group of computers connected** **INTERNETWORKING- a scheme for connecting two or more distinct networks** **INTERNET- a publicly accessible world wide system of interconnected computer networks** - - **PROTOCOL- a set of rules and procedures, it governs the exchange of information** **INTERNET PROTOCOL SUITE** **TCP/IP- a conceptual model used in the internet and similar computer networks (transmission control protocol/internet protocol)** **TCP- higher layer** **IP- lower layer** **IP ADDRESS- unique numerical label assigned to each device to a computer network for communication** **DOMAIN NAMES** **INTERNET ADDRESS- text version of the IP address** **\*example in notebook\*** **WORLD WIDE WEB- uses http, developed by Tim Burners Lee; links, documents, and other resources** **WEB BROWSER- application program used to display information from the web** **INTRODUCTION TO HTML** **WEBPAGE- electronic document, it may contain texts, images, sounds, videos, and hyperlinks** - - - **HTML- the primary language in creating web pages, AKA hyper text markup language** **MARK UP- the process of inserting formatting instructions to the document** **HTML COMMAND- AKA HTML tags, HTML commands are enclosed in angle bracket \** **TYPES OF HTML TAGS** - - **HTML TAG ATTRIBUTES** - **HEADING TAG- Specifies the heading in a document** **that are numbered 1(highest)-6(lowest)** **HEADING TAG ATTRIBUTES-** **PARAGRAPH TAG- Inserts a blank space before and after** **the group of text it encloses \Paragraph\** **PARAGRAPH TAG ATTRIBUTES-**![](media/image7.png) **LINE BREAK- Inserts a line break within the group of text. Group of text here\... \** **BLOCKQUOTE- Used to indent a group of text. \** **Group of text here\...** **\** **ADDRESS TAG- Used to display the web page's author information.** **\** **Contact Info here\...** **\** **PREFORMATTED TEXT- Used to display text in fixed-width font where tabs & hard return can be inserted** **\** **Group of text\...** **\** **CENTER TAG- Used to center large block of text** **\** **Group of text\...** **\** **RGB COLOR MODEL- Red, Green, Blue, Color model used** **on the Web, 256 Colors, Contains a palette of colors that can be displayed correctly by any computer. Can be applied** **using:** **--Color names** **--Color codes** **USING COLOR NAMES** **USING HEXTRIPLET** - **\ ATTRIBUTES** - - - - - ![](media/image5.png) **TEXT FORMATTING** **FONT TAG AND ITS ATTRIBUTES** - - **\- is used to set the overall font of the page. It is usually placed at the beginning of the page.** ![](media/image1.png) -