Downloaded from

Size: px
Start display at page:

Download "Downloaded from"

Transcription

1 SET-4 Series HRK Code No. 53 Roll No. Candidates must write the Code on the title page of the answer-book. Please check that this question paper contains 8 printed pages. Code number given on the right hand side of the question paper should be written on the title page of the answer-book by the candidate. Please check that this question paper contains 6 questions. Please write down the Serial Number of the question before attempting it. 15 minute time has been allotted to read this question paper. The question paper will be distributed at a.m. From a.m. to a.m., the students will read the question paper only and will not write any answer on the answer-book during this period. SUMMATIVE ASSESSMENT II FOUNDATION OF INFORMATION TECHNOLOGY Time allowed : 3 hours Maximum Marks : 70 SECTION A 1. Fill in the blanks : 5 (a) (b) You need a to create and edit an XML document. are used to connect web pages. (c) The default alignment of an image is. (d) (e) (f) In HTML, while creating a table, we cannot use background attribute with tag. To increase space between two cells, attribute should be used. A website which allows you to share opinion and discuss topics in the form of an online journal is called as P.T.O.

2 (g) (h) (i) (j) is a type of malware that is installed on a user s computer and collects information about the users without their consent and knowledge. A is a technical person who breaks through the system s security with malicious intentions. is business in online environment. protects a server, a network and an individual PC from attack by viruses from other systems. 2. State True or False : 5 (a) (b) (c) (d) The HTML tag for inline image is <img>. Physical structure refers to different parts of a document i.e., how a document is built. A table s background colour can be specified using backgroundcolor attribute. <TD> is a container tag. (e) The default font size is 5. (f) (g) (h) (i) (j) <caption> tag gives heading to a table. To avoid spam, never click on links that come from someone you do not know. XML uses DTD to describe the data. A worm is a program designed to replicate. Unsolicited bulk s are called spams. 3. Short Answer Questions : (a) Write the HTML code to display an image on the right side of a page. 2 (b) Write any two precautions to avoid spam. 2 (c) Write the attributes of <img> tag which are used for specifying its dimensions in a web page. 2 (d) Write the full forms of the following : 2 (i) ISP (ii) HTML (iii) <OL> (iv) <BR> 53 2

3 (e) Sujata is a reporter in a news agency. Her job demands for travelling to different parts of the country and giving all information to back office. What type of Internet connection would you suggest to her to send the information in minimum time? Name any one Indian ISP. 2 (f) Name any two Internet protocols Short Answer Questions : (a) Draw the XML tree for the following code : 5 <Library> </Library> <Books><Thrillers> </Thrillers> <Fiction> </Fiction></Books> <Author>24</Author> <Price>50</Price> <Author>25</Author> <Price>60</Price> (b) Observe the following table and write the HTML code to generate it : 5 Primary Middle School Sr School Dance Aerobics Gymnastic Yoga Maths Club Robotics Club Photography (c) In a small office network, to protect every computer from hackers, virus or worm, what should be done? What is Firewall? Name any one software for each of the following categrories : 5 (i) (ii) Text Editor Internet Browser 53 3 P.T.O.

4 (d) Identify which of the following is a tag or an attribute : 3 (i) (ii) (iii) (iv) (v) (vi) HR BR P align Text Noshade (e) Use the keywords given below to complete the paragraph : 2 Browser, Website, Web page, Web address, HTML, HTTP Meghna wants to access Internet. She opens and then types the of which consists of multiple. 5. Long Answer Questions : Observe the following output and write the HTML code to generate it :

5 Consider the following points while generating the web page : The title of the page is e-shopping The heading is in red colour Text colour is maroon Font of the entire document is Arial Image used is images.jpg The pages linked are : Clothing & Accessories to cloth.html Household Appliances to house.html Grocery to grocery.html Bottom message is of size 2 SECTION B 6. Multiple Choice Questions (Choose the most appropriate option) : 18 (a) To display numbers in a list, which tag(s) is/are used? (i) <ol> (ii) <ul> (iii) Both of them (b) Which of these tags is/are used with <Table> tag? (i) <TR> (ii) <TD> (iii) <TH> (iv) All of the above (c) Which attribute(s) is/are used to merge rows? (i) Rowspan (ii) Colspan (iii) Both of them 53 5 P.T.O.

6 (d) Is this a well formed XML document? <?xml version = 1.0?> <mail> <to>raman</to> <from>rajeev</from> </mail> (i) Yes (ii) No (iii) Can t say (e) Which of the following is/are attributes of <TR> Tag? (i) Text (ii) Colour (iii) Align (iv) All of the above (f) To start a list with alphabet E which line should be used? (i) <ol type= A > (ii) <ol type= A start= 5 > (iii) <ol type= E > (iv) <ol start= E > (g) How do we write comment in XML? (i) <?---comment-> (ii) <! - - comment - - > (iii) <Comment> (h) A valid XML document means (i) The document has root element (ii) The document has one or more root elements (iii) Root element is not essential (iv) Can t say 53 6

7 (i) Copy of data that can be used to restore and recover data is (i) The copied data (ii) Backup (iii) Restoration data (j) A Firewall is (i) Used to protect a computer room from flood and fire (ii) A form of virus (iii) A screen saver (k) Which points should one consider to choose a password? (i) (ii) (iii) (iv) It should be short It should be long It should be your name None of the above (l) A keeps your computer safe by confirming who is trying to access it. (i) (ii) (iii) (iv) Firewall Lock Gate Safe (m) Which is a correct XML element? (i) (ii) (iii) (iv) <H1> <To Do> <Name> <?name> 53 7 P.T.O.

8 (n) A virus can damage (i) Internet connectivity (ii) Software (iii) Hardware (o) Which tag leaves a blank line? (i) <Hr> (ii) <Br> (iii) <Line> (iv) <empty> (p) Alt attribute is used to display an image in a web browser. (i) Yes (ii) No (iii) Can t say (q) HTML uses (i) Predefined Tags (ii) User defined Tags (iii) Both of them (iv) All of the above (r) To start a list with default which is the correct syntax? (i) <ul type= A > (ii) <ul type= disc > (iii) <ol type= circle > (iv) <ol start= circle > 53 8

9 Important Note: All answers provided in the Marking scheme are SUGGESTIVE. Examiners are requested to accept all possible alternative correct answer(s). Wherever HTML Tags are asked ignore the format/additional arguments if so given in the answer(s) Wherever multiple answers are suggested, they are in order of appropriateness SUMMATIVE ASSESSMENT - II FOUNDATION OF INFORMATION TECHNOLOGY SECTION A Q1. Fill in the blanks : 5 (a) You need a to create and edit an XML document. (b) (c) (d) (e) (f) (g) (h) (i) (j) Text Editor or NOTEPAD or Sublime Editor OR any other correct Text Editor s name (½ Mark for correct answer) are used to connect web pages Hyperlink /href/external Link/Target (½ Mark for correct answer) The default alignment of an image is Inline/Left (½ Mark for correct answer) In HTML, while creating a table, we cannot use background attribute with tag. THead (½ Mark for correct answer) To increase space between two cells, attribute should be used Cellspacing (½ Mark for correct answer) A website which allows you to share opinion and discuss topics in the form of an online journal is called as Blog/News Group/Online Forum/Social Networking/Online Bulletin Board/all other answers with similar purpose (½ Mark for correct answer) is a type of malware that is installed on a user's computer and collects information about the users without their consent and knowledge. Spyware OR Trojan Horse (½ Mark for correct answer) A is a technical person who breaks through the system's security with malicious intentions Cracker (½ Mark for correct answer) is business in online environment. E-Commerce (1 Mark for correct answer) protects a server, a network and an individual PC from attack by viruses from other systems. Firewall OR Antivirus (½ Mark for correct answer) 1/10

10 Q2. State True of False: 5 (½ Mark for writing each correct option) (a) The HTML tag for inline image is <img>. True (b) Physical structure refers to different parts of a document i.e., how a document is built. True (c) A table's background colour can be specified using backgroundcolor attribute. False (d) <TD> is a container tag. True (e) The default font size is 5. False (f) <caption> tag gives heading to a table. True (g) To avoid spam, never click on links that come from someone you do not know. True (h) XML uses DTD to describe the data. True (i) A worm is a program designed to replicate. True (j) Unsolicited bulk s are called spams. True Q3. Short Answer Questions: (a) Write the HTML code to display an image on the right side of a page. 2 <img src= image.jpg align= right > (1 Mark for img tag) (1 Mark for align=right) (b) Write any two precautions to avoid spam. 2 Never click on links that come from unknown sources. Never, ever reply to a spam message. Don't forward an from someone you don't know to a list of people. Use a spam filter. OR Any other correct precautions (c) (d) (1 Mark each for any two correct precautions) Write the attributes of <img> tag which are used for specifying its dimensions in a web page. Width Height (1 Mark for each correct attribute) Write the full forms of the following: (i) ISP (ii) HTML (iii) <OL> (iv) <BR> 2/10 2

11 (e) (i) Internet Service Provider (ii) Hypertext Markup Language (iii) Ordered List (iv) Line Break OR Break (½ Mark for each correct full form)) Sujata is a reporter in a news agency. Her job demands for travelling to different parts of the country and giving all information to back office. What type of Internet connection would you suggest to her to send the information in minimum time? Name anyone Indian ISP. Wireless Internet Connection OR WiFi MTNL, BSNL, Reliance, Airtel, Vodafone OR any other correct ISP name 2 (1 Mark for writing correct Internet connection) (1 Mark for writing correct name of an Indian ISP) (f) Name any two Internet protocols. 2 FTP, HTTP, IMAP, POP, SMTP, Telnet, TCP, IP, IPv4, IPv6, PPP (1 Mark each for any two internet protocol name) Q4. Short Answer Questions: (a) Draw the XML tree for the following code <Library> <Books><Thrillers> <Author>25</Author> <Price>50</Price> </Thrillers> <Fiction> <Author>25 </Author> <Price>60</Price> </Fiction></Books> </Library> 5 3/10

12 OR Library Books Thrillers Fiction Author(24) Price (50) Author(25) Price(60) (b) OR Any other similar representation for Tree (1 mark for Root Element Library) (1 mark for Books) (½ mark each for Thrillers and Fiction) (½ mark each for Elements Author (24), Price (50) under Thrillers) (½ mark each for Elements Author (25), Price (60) under Fiction) Observe the following table and write the HTML code to generate it: 5 Primary Middle School Sr School Dance Aerobics Gymnastic Yoga Maths Club Robotics Lab Photography <table> <tr> <td rowspan=2 align=center>primary</td> <td align=center>dance</td> </tr> <tr> <td align=center>aerobics</td> </tr> <tr> <td rowspan=2 align=center>middle School</td> <td align=center>gymnastic</td> </tr> <tr> <td align=center>yoga</td> </tr> <tr> <td rowspan=3 align=center>sr School</td> <td align=center>maths Club</td> </tr> 4/10

13 <tr> <td align=center>robotics Club</td> </tr> <tr> <td align=center>photography</td> </tr> </table> (c) (d) (1 mark for <table> </table>) (1 mark for all correct <tr> </tr>) (1 mark for all correct <td> with correct values) (1 mark for all correct rowspan =... ) (1 mark for correct nesting of all <tr></tr> and <td> </td> tags) In a small office network, to protect every computer from hackers,virus or worm, what should be done? What is Firewall? Name any one software for each of the following categrories: (i) Text Editor (ii) Internet Browser Firewall OR Antivirus should be installed. Firewall: A security system (hardware/software) that prevents unauthorized users from gaining access to a computer network OR A security system (hardware/software) that monitor transfers of information to and from the network. (i) NOTEPAD OR SUBLIME Text Editor OR Any other correct Text Editor name (ii) CHROME OR FIREFOX OR Any other correct Internet Browser name (1 Mark for writing Firewall OR Antivirus correctly) (2 Marks for defining Firewall correctly) (1 Mark for writing any one correct Text Editor name) (1 Mark for writing any one correct Internet Browser name) Identify which of the following is a tag or an attribute: (i) HR (ii) BR (iii) p (iv) align (v) Text (vi) Noshade (i) TAG (ii) TAG (iii) TAG (iv) ATTRIBUTE (v) ATTRIBUTE (vi) ATTRIBUTE (½ Mark for each correct identification) 5 3 5/10

14 (e) Use the keywords given below to complete the paragraph Browser, Website, Web page, Web address, HTML, HTT'P Meghna wants to access Internet. She opens and then types the of which consists of multiple 2 Browser, Web Address OR URL, Website, Web Pages (½ Mark for each correct keyword) Q5. (a) Observe the following output and write the HTML code to generate it 10 Consider the following points while generating the web page: The title of the page is "e-shopping" The heading is in red colour Text colour is maroon Font of the entire document is Arial Image used is "images.jpg" The pages linked are: Clothing & Accessories to "cloth.html" Household Appliances to ''house.html'' Grocery to "grocery.html" Bottom message is of size 2 <html> <head> <title>e-shopping</title> </head> <body text="maroon"> <font face="arial"> <h2> <center><font color=red>e-shopping</font></center> </h2> 6/10

15 <h2> <center>all Your Shopping Needs Met With Mouse Click </center> </h2> <p>availability of all possible leading brands. Guarantee of quality and price. Free home delivery. <center><img src=images.jpeg></center> <p>we provide the following category of products. <ol> <li> <a href= cloth.html >Clothing & Accessories</a> <ul type=circle> <li>men <li>women <li>kids </ul> <li><a href= house.html >Household Appliances</a> <li><a href= grocery.html >Grocery</a> </ol> <hr> <p> <center> <font size=2>shop Timings: 10am to 8.00 pm</font> </center> </p> </font> </body> </html> (1 Mark for the title of the page as "e-shopping" ) (1 Mark for the heading in red colour ) (1 Mark for Text colour as maroon ) (1 Mark for the Font of the entire document as Arial ) (1 Mark for the Image used as "images.jpg" ) (1 Mark for linking Clothing & Accessories to "cloth.html" ) (1 Mark for linking Household Appliances to ''house.html'' ) (1 Mark for linking Grocery to "grocery.html" ) (1 Mark for Bottom message of size 2 ) (½ Mark for correct Ordered list) (½ Mark for correct Unordered list) NOTE: Mark not to be deducted for not using the <hr> tag before the bottom message Mark not to be deducted for writing any extra tags which are not needed 7/10

16 Q6 Multiple Choice Questions (Choose the most appropriate option) 18 (a) (b) (1 Mark for choosing each correct option) To display numbers in a list, which tag(s) is/are used? (i) <ol> (ii)<ul> iii) Both of them (iv) N one of the above (i) <ol> Which of these tags is/are used with <Table> tag? (i) <TR> (ii)<td> (iii)<th> (iv) All of the above (iv) All of the above (c) Which attribute(s) is/are used to merge rows? (i) Rowspan (ii) Colspan (iii) Both of them (iv) N one of the above (i) Rowspan (d) Is this a well formed XML document? <?xml version = "1.0"?> <mail> <to> Raman</to> <from> Rajeev</from> </mail> (i) Yes (ii) No (iii) Can't say Ans (i) Yes (e) Which of the following is/are attributes of <TR> Tag? (i) Text (ii) Colour (iii) Align (iv) All of the above (iii) Align. (f) To start a list with alphabet "E" which line should be used? (i) <ol type="a"> (ii) <ol type="a" start= "5" > (iii) <ol type="e" > (iv) <ol start="e" > Ans (ii) <ol type="a" start= "5" > (g) How do we write comment in XML? (i) <?---comment-> (ii) <! - - comment - - > (iii) <Comment> (iv ) None of the above (i) <?---comment-> 8/10

17 (h) (i) A valid XML document means (i) The document has root element (ii) The document has one or more root elements (iii) Root element is not essential (iv) Can't say (i) The document has root element Copy of data that can be used to restore and recover data is (i) The copied data (ii) Backup (iii) Restoration data (ii) Backup (j) A Firewall is (i) U sed to protect a computer room from flood and fire (ii) A form of virus (iii) A screen saver (k) Which points should one consider to choose a password? (i)it should be short (ii) It should be long (iii) It should be your name (l) A keeps your computer safe by confirming who is trying to access it. (i) Firewall (ii) Lock (iii) Gate (iv) Safe (i) Firewall (m) Which is a correct XML element? (i) <H1> (ii) <To Do> (iii) <Name> (iv) <?name> (iii) <Name> (n) A virus can damage (i) Internet connectivity (ii) Software (iii) Hardware (ii) Software (o) Which tag leaves a blank line? (i) <Hr> (ii) <Br> (iii)<line> (iv) <empty> (ii) <Br> 9/10

18 (p) Alt attribute is used to display an image in a web browser. (i) Yes (ii) No (iii) Can't say (ii) No (q) HTML uses (i) Predefined Tags (ii) User defined Tags (iii) Both of them (iv) All of the above (i) Predefined Tags (r) To start a list with default " " which is the correct syntax? (i) <ul type="a" > (ii) <ul type="disc" > (iii) <ol type="circle" > (iv) <ol start="circle" > (ii) <ul type="disc" > 10/10

protects a server, a network and an individual PC from attack by viruses from other systems.

protects a server, a network and an individual PC from attack by viruses from other systems. FOUNDATION OF INFORMATION TECHNOLOGY 1. Fill in the blanks : You need a to create and edit an XML document. are used to connect web pages. The default alignment of an image is. In HTML, while creating

More information

SUMMATIVE ASSESSMENT-II FOUNDATION OF INFORMATION TECHNOLOGY. Time allowed : 3 hours ] [ Maximum marks : 70. Section-A

SUMMATIVE ASSESSMENT-II FOUNDATION OF INFORMATION TECHNOLOGY. Time allowed : 3 hours ] [ Maximum marks : 70. Section-A Series HRK/1 SET-4 Code No. 53/1 Roll No. Candidates must write the Code on the title page of the answer-book. Please check that this question paper contains 12 printed pages. Code number given on the

More information

SUMMATIVE ASSESSMENT-II Foundation of Information Technology Code No. 165 Please check that this question paper contains 8 printed pages. Code number given on the right hand side of the question paper

More information

FOUNDATION OF INFORMATION TECHNOLOGY

FOUNDATION OF INFORMATION TECHNOLOGY Series NVEQF Code No. 553 Roll No. Candidates must write the Code on the title page of the answer-book. Please check that this question paper contains 8 printed pages. Code number given on the right hand

More information

Downloaded from

Downloaded from SUMMATIVE ASSESSMENT-II, 2014 FOUNDATION OF IT Time - 3 hrs. Class-X M.M.-90 Date 04.03.2014 Q1. Fill in the blanks: [10] 1.1 To insert a table on a web page we use tag. 1.2 tag is used to create inline

More information

SAMPLE QUESTION PAPER

SAMPLE QUESTION PAPER SAMPLE QUESTION PAPER Subject: FOUNDATION OF INFMATION TECHNOLOGY (FIT) Code: 165 CLASS:-X (2017-18) Time: 2 ½ Hrs. M.M.:40 General Instructions: (i) The sample question paper consists of 16 questions.

More information

Class X Foundation of Information Technology (Code: 165) Sample Question Paper

Class X Foundation of Information Technology (Code: 165) Sample Question Paper Class X Foundation of Information Technology (Code: 165) Sample Question Paper 2018-19 Time: 2 ½ Hrs. M.M.:40 General Instructions: (i) The sample question paper consists of 16 questions. (ii) All questions

More information

SAMPLE PAPER I CLASS- X SUBJECT FOUNDATION OF IT. TIME : 3 HRS M.M - 90 NOTE: 1. All questions are compulsory. 2. Write neat and clean.

SAMPLE PAPER I CLASS- X SUBJECT FOUNDATION OF IT. TIME : 3 HRS M.M - 90 NOTE: 1. All questions are compulsory. 2. Write neat and clean. SAMPLE PAPER I CLASS- X SUBJECT FOUNDATION OF IT TIME : 3 HRS M.M - 90 NOTE: 1. All questions are compulsory. 2. Write neat and clean. I. Fill in the Blanks: (10x1=10) 1. is a computer threat that multiplies

More information

Strictly as per the Latest CBSE Circular's No.: Acad 14/2017 dt 31/01/2017 OSWAAL BOOKS CBSE. Chapterwise & Topicwise

Strictly as per the Latest CBSE Circular's No.: Acad 14/2017 dt 31/01/2017 OSWAAL BOOKS CBSE. Chapterwise & Topicwise Strictly as per the Latest CBSE Circular's No.: Acad 14/2017 dt 31/01/2017 OSWAAL BOOKS CBSE Chapterwise & Topicwise QUESTION BANK With Complete Solutions CLASS 10 For Board Exam 2018 FOUNDATION OF INFORMATION

More information

Html basics Course Outline

Html basics Course Outline Html basics Course Outline Description Learn the essential skills you will need to create your web pages with HTML. Topics include: adding text any hyperlinks, images and backgrounds, lists, tables, and

More information

JB Academy, Faizabad Summative Assessment II Class X Time: 3:00 Hrs. Foundation Of IT MM-90

JB Academy, Faizabad Summative Assessment II Class X Time: 3:00 Hrs. Foundation Of IT MM-90 JB Academy, Faizabad Summative Assessment II Class X Time: 3:00 Hrs. Foundation Of IT MM-90 (Section-A) 1. Fill in the blanks. 10 (a) tags are case sensitive and tags are not case sensitive. (b) tag creates

More information

Solved. Section A. 1. Fill in the blanks : (a) Cracker (f) Attributes

Solved. Section A. 1. Fill in the blanks : (a) Cracker (f) Attributes Solved Section A 1. Fill in the blanks : (a) Cracker (f) Attributes (b) Firewall or Antivirus (g) or (c) Vlink (h) TCP (d) Hyperlink or href or target (i) Tuple (e) Color (j) Search engine

More information

recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML)

recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML) HTML & Web Pages recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML) HTML specifies formatting within a page using tags in its

More information

FOUNDATION OF INFORMATION TECHNOLOGY. Time allowed : 2 ½ hours Maximum Marks : 40

FOUNDATION OF INFORMATION TECHNOLOGY. Time allowed : 2 ½ hours Maximum Marks : 40 SET 4 Series : TYM Code No. 53 Roll No. Candidates must write the Code on the title page of the answer-book. Please check that this question paper contains 4 printed pages. Code number given on the right

More information

CSC 121 Computers and Scientific Thinking

CSC 121 Computers and Scientific Thinking CSC 121 Computers and Scientific Thinking Fall 2005 HTML and Web Pages 1 HTML & Web Pages recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language

More information

A Balanced Introduction to Computer Science, 3/E

A Balanced Introduction to Computer Science, 3/E A Balanced Introduction to Computer Science, 3/E David Reed, Creighton University 2011 Pearson Prentice Hall ISBN 978-0-13-216675-1 Chapter 2 HTML and Web Pages 1 HTML & Web Pages recall: a Web page is

More information

1. The basic building block of an HTML document is called a(n) a. tag. b. element. c. attribute. d. container. Answer: b Page 5

1. The basic building block of an HTML document is called a(n) a. tag. b. element. c. attribute. d. container. Answer: b Page 5 Name Date Final Exam Prep Questions Worksheet #1 1. The basic building block of an HTML document is called a(n) a. tag. b. element. c. attribute. d. container. Answer: b Page 5 2. Which of the following

More information

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application.

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application. Extra notes - Client-side Design and Development Dr Nick Hayward HTML - Basics A brief introduction to some of the basics of HTML. Contents Intro element add some metadata define a base address

More information

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space. HTML Summary Structure All of the following are containers. Structure Contains the entire web page. Contains information

More information

A HTML document has two sections 1) HEAD section and 2) BODY section A HTML file is saved with.html or.htm extension

A HTML document has two sections 1) HEAD section and 2) BODY section A HTML file is saved with.html or.htm extension HTML Website is a collection of web pages on a particular topic, or of a organization, individual, etc. It is stored on a computer on Internet called Web Server, WWW stands for World Wide Web, also called

More information

Part 1: HTML Language HyperText Make-up Language

Part 1: HTML Language HyperText Make-up Language Part 1: HTML Language HyperText Make-up Language 09/08/2010 1 CHAPTER I Introduction about Web Design 2 Internet and World Wide Web The Internet is the world s largest computer network The Internet is

More information

10 Marking Scheme Foundation of Information Technology

10 Marking Scheme Foundation of Information Technology 10 Marking Scheme Foundation of Information Technology I Fill ups 8 1. attribute is used to span two or more rows in a table. Ans: 2. is used to describe data and is used to displaydata. Ans:

More information

Certified HTML5 Developer VS-1029

Certified HTML5 Developer VS-1029 VS-1029 Certified HTML5 Developer Certification Code VS-1029 HTML5 Developer Certification enables candidates to develop websites and web based applications which are having an increased demand in the

More information

Hyper Text Markup Language HTML: A Tutorial

Hyper Text Markup Language HTML: A Tutorial Hyper Text Markup Language HTML: A Tutorial Ahmed Othman Eltahawey December 21, 2016 The World Wide Web (WWW) is an information space where documents and other web resources are located. Web is identified

More information

Summary 4/5. (contains info about the html)

Summary 4/5. (contains info about the html) Summary Tag Info Version Attributes Comment 4/5

More information

(E) FOUNDATION OF INFORMATION TECHNOLOGY (FIT) (CODE No. 165) (Session ) CLASS - IX

(E) FOUNDATION OF INFORMATION TECHNOLOGY (FIT) (CODE No. 165) (Session ) CLASS - IX (E) FOUNDATION OF INFORMATION TECHNOLOGY (FIT) (CODE No. 165) (Session 2017-18) Learning Outcomes: Understanding organization of a computer system and networking. Basic understanding of database design.

More information

COMPUTER APPLICATIONS IN BUSINESS FYBMS SEM II

COMPUTER APPLICATIONS IN BUSINESS FYBMS SEM II CHAPTER 1: HTML 1. What is HTML? Define its structure. a. HTML [Hypertext Markup Language] is the main markup language for creating web pages and other information that can be displayed in a web browser.

More information

Lesson: 6 Database and DBMS an Introduction. Lesson: 7 HTML Advance and features. Types of Questions

Lesson: 6 Database and DBMS an Introduction. Lesson: 7 HTML Advance and features. Types of Questions REVISION TEST 2 [50 MARKS] Lesson: 6 Database and DBMS an Introduction Lesson: 7 HTML Advance and features Types of Questions 1. Fill in the blanks [5 x 5 = 5] 2. True or False [5 x 1 = 5] 3. Choose the

More information

Computer Programming. Dr. Deepak B Phatak Dr. Supratik Chakraborty Department of Computer Science and Engineering IIT Bombay

Computer Programming. Dr. Deepak B Phatak Dr. Supratik Chakraborty Department of Computer Science and Engineering IIT Bombay Computer Programming Dr. Deepak B Phatak Dr. Supratik Chakraborty Department of Computer Science and Engineering Session: Lists, Links, and Images in HTML Recap Introduced HTML Examined some basic tags

More information

Downloaded from

Downloaded from Sample Question Paper Foundation of Information Technology Class: X Max Time: 3 hours Max Marks: 70 SECTION A Q1) Fill in the blanks: [5] i) Viruses, worms and trojans are collectively named. ii) Cellspacing

More information

Web Design 101. What is HTML? HTML Tags. Web Browsers. <!DOCTYPE html> <html> <body> <h1>my First Heading</h1> <p>my first paragraph.

Web Design 101. What is HTML? HTML Tags. Web Browsers. <!DOCTYPE html> <html> <body> <h1>my First Heading</h1> <p>my first paragraph. What is HTML? Web Design 101 HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is a markup language à A markup language is a set of markup tags The tags describe

More information

Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML Part 4

Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML Part 4 Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML 4.01 Version: 4.01 Transitional Hypertext Markup Language is the coding behind web publishing. In this tutorial, basic knowledge of HTML will be covered

More information

SEVENTH-DAY ADVENTIST HIGHER SECONDARY SCHOOL 132FT. RING ROAD, HARIPURA, MANINAGAR 08

SEVENTH-DAY ADVENTIST HIGHER SECONDARY SCHOOL 132FT. RING ROAD, HARIPURA, MANINAGAR 08 Class: VII SEVENTH-DAY ADVENTIST HIGHER SECONDARY SCHOOL 132FT. RING ROAD, HARIPURA, MANINAGAR 08 Subject: Computer Science Lessons Annual portion for 2018-19 4. Ethics and Safety Measures in a Computing

More information

Chapter 7: The Internet

Chapter 7: The Internet CSE1520.03 Glade Manual Chapter 7: The Internet Objectives This chapter introduces you to creating a web page that can be viewed on the Internet using a web browser such Firefox, Safari, Chrome or Internet

More information

Indian Institute of Technology Kharagpur. HTML Part III. Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T.

Indian Institute of Technology Kharagpur. HTML Part III. Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T. Indian Institute of Technology Kharagpur HTML Part III Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T. Kharagpur, INDIA Lecture 15: HTML Part III On completion, the student will be able

More information

Certified HTML Designer VS-1027

Certified HTML Designer VS-1027 VS-1027 Certification Code VS-1027 Certified HTML Designer Certified HTML Designer HTML Designer Certification allows organizations to easily develop website and other web based applications which are

More information

I. Crossword. II. Who am I? I am an attribute which specifies a position in the web page where the linked document is to be opened.

I. Crossword. II. Who am I? I am an attribute which specifies a position in the web page where the linked document is to be opened. I. Crossword Clues Down 1. An attribute of Anchor element that is used as a ToolTip of the hyperlink. 4. This attribute provides the alternative text which is displayed if the image is not displayed in

More information

Introduction to Computer Science (I1100) Internet. Chapter 7

Introduction to Computer Science (I1100) Internet. Chapter 7 Internet Chapter 7 606 HTML 607 HTML Hypertext Markup Language (HTML) is a language for creating web pages. A web page is made up of two parts: the head and the body. The head is the first part of a web

More information

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014 1/6/2019 12:28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014 CATALOG INFORMATION Dept and Nbr: CS 50A Title: WEB DEVELOPMENT 1 Full Title: Web Development 1 Last Reviewed:

More information

Structure Bars. Tag Bar

Structure Bars. Tag Bar C H E A T S H E E T / / F L A R E 2 0 1 8 Structure Bars The XML Editor provides structure bars above and to the left of the content area in order to provide a visual display of the topic tags and structure.

More information

ITL Public School Mid Term examination ( )

ITL Public School Mid Term examination ( ) ITL Public School Mid Term examination (017-18) Date:15.09.17 Multimedia and Web Technology (Answer Key )- (067) Class: XI 1 Answer the following questions based on HTML: i. Identify any four formatting

More information

Student, Perfect Midterm Exam March 24, 2006 Exam ID: 3193 CS-081/Vickery Page 1 of 5

Student, Perfect Midterm Exam March 24, 2006 Exam ID: 3193 CS-081/Vickery Page 1 of 5 Student, Perfect Midterm Exam March 24, 2006 Exam ID: 3193 CS-081/Vickery Page 1 of 5 NOTE: It is my policy to give a failing grade in the course to any student who either gives or receives aid on any

More information

IT430- E-COMMERCE Solved MCQ(S) From Midterm Papers (1 TO 22 Lectures) BY Arslan Arshad

IT430- E-COMMERCE Solved MCQ(S) From Midterm Papers (1 TO 22 Lectures) BY Arslan Arshad IT430- E-COMMERCE Solved MCQ(S) From Midterm Papers (1 TO 22 Lectures) BY Arslan Arshad OCT 21,2016 BS110401050 BS110401050@vu.edu.pk Arslan.arshad01@gmail.com AKMP01 IT430 - E-COMMERCE Midterm Papers

More information

Lesson-1 Computer Security

Lesson-1 Computer Security Threats to computer Security: What do they mean by a threat? Lesson-1 Computer Security A threat, in the context of computer security, refers to anything that has the potential to cause serious harm to

More information

Chapter 4: Networking and the Internet. Figure 4.1 Network topologies. Network Classifications. Protocols. (continued)

Chapter 4: Networking and the Internet. Figure 4.1 Network topologies. Network Classifications. Protocols. (continued) Chapter 4: Networking and the Internet Computer Science: An Overview Eleventh Edition by J. Glenn Brookshear Chapter 4: Networking and the Internet 4.1 Network Fundamentals 4.2 The Internet 4.3 The World

More information

Chapter 4: Networking and the Internet

Chapter 4: Networking and the Internet Chapter 4: Networking and the Internet Computer Science: An Overview Eleventh Edition by J. Glenn Brookshear Copyright 2012 Pearson Education, Inc. Chapter 4: Networking and the Internet 4.1 Network Fundamentals

More information

C.B.S.E Class X

C.B.S.E Class X SOLVED PAPER with CBSE Marking Scheme C.B.S.E. 2018 Class X Delhi & Outside Delhi Foundation of Information Technology Time : 2½ Hours Max. Marks : 40 SECTION - A 1. Multiple Choice Questions : 5 (a) Full

More information

COMSC-030 Web Site Development- Part 1. Part-Time Instructor: Joenil Mistal

COMSC-030 Web Site Development- Part 1. Part-Time Instructor: Joenil Mistal COMSC-030 Web Site Development- Part 1 Part-Time Instructor: Joenil Mistal Chapter 9 9 Working with Tables Are you looking for a method to organize data on a page? Need a way to control our page layout?

More information

Web Publishing Basics I

Web Publishing Basics I Web Publishing Basics I Jeff Pankin Information Services and Technology Contents Course Objectives... 2 Creating a Web Page with HTML... 3 What is Dreamweaver?... 3 What is HTML?... 3 What are the basic

More information

HTML. Mohammed Alhessi M.Sc. Geomatics Engineering. Internet GIS Technologies كلية اآلداب - قسم الجغرافيا نظم المعلومات الجغرافية

HTML. Mohammed Alhessi M.Sc. Geomatics Engineering. Internet GIS Technologies كلية اآلداب - قسم الجغرافيا نظم المعلومات الجغرافية HTML Mohammed Alhessi M.Sc. Geomatics Engineering Wednesday, February 18, 2015 Eng. Mohammed Alhessi 1 W3Schools Main Reference: http://www.w3schools.com/ 2 What is HTML? HTML is a markup language for

More information

Creating Web Pages. Getting Started

Creating Web Pages. Getting Started Creating Web Pages Getting Started Overview What Web Pages Are How Web Pages are Formatted Putting Graphics on Web Pages How Web Pages are Linked Linking to other Files What Web Pages Are Web Pages combine

More information

INTRODUCTION TO WEB USING HTML What is HTML?

INTRODUCTION TO WEB USING HTML What is HTML? Geoinformation and Sectoral Statistics Section (GiSS) INTRODUCTION TO WEB USING HTML What is HTML? HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text Markup Language

More information

A Brief Introduction to HTML

A Brief Introduction to HTML A P P E N D I X HTML SuMMAry J A Brief Introduction to HTML A web page is written in a language called HTML (Hypertext Markup Language). Like Java code, HTML code is made up of text that follows certain

More information

WTAD Text Editors for HTML. Text Editors: Kate HTML. (HyperText Markup Language)

WTAD Text Editors for HTML. Text Editors: Kate HTML. (HyperText Markup Language) HTML (Hyper Text Markup Language) WTAD 3 languages all web developers must learn: 1. HTML to define the content of web pages 2. CSS to specify the layout of web pages 3. JavaScript to program the behaviour

More information

WTAD. Unit -1 Introduction to HTML (HyperText Markup Language)

WTAD. Unit -1 Introduction to HTML (HyperText Markup Language) WTAD Unit -1 Introduction to HTML (HyperText Markup Language) HTML (Hyper Text Markup Language) 3 languages all web developers must learn: 1. HTML to define the content of web pages 2. CSS to specify the

More information

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21 Table of Contents Chapter 1 Getting Started with HTML 5 1 Introduction to HTML 5... 2 New API... 2 New Structure... 3 New Markup Elements and Attributes... 3 New Form Elements and Attributes... 4 Geolocation...

More information

Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM Advanced Internet Technology Lab.

Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM Advanced Internet Technology Lab. Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM 5049 Advanced Internet Technology Lab Lab # 1 Eng. Haneen El-masry February, 2015 Objective To be familiar with

More information

HTML Tags <A></A> <A HREF="http://www.cnn.com"> CNN </A> HREF

HTML Tags <A></A> <A HREF=http://www.cnn.com> CNN </A> HREF HTML Tags Tag Either HREF or NAME is mandatory Definition and Attributes The A tag is used for links and anchors. The tags go on either side of the link like this: the link

More information

Shatin Tsung Tsin Secondary School S.3 Computer and Technology Web Page Design by HTML Introduction to HTML

Shatin Tsung Tsin Secondary School S.3 Computer and Technology Web Page Design by HTML Introduction to HTML Shatin Tsung Tsin Secondary School S.3 Computer and Technology Web Page Design by HTML Introduction to HTML HTML (Hyper Text Markup Language) is the set of markup symbols (tags or codes) (e.g. , ,

More information

FBCA-03 April Introduction to Internet and HTML Scripting (New Course)

FBCA-03 April Introduction to Internet and HTML Scripting (New Course) Seat No. : FBCA-03 April-2007 105-Introduction to Internet and HTML Scripting (New Course) Time : 3 Hours] [Max. Marks : 70 Instructions : (1) Figures to the right indicate marks allotted to that questions.

More information

Chapter 4: Networking and the Internet

Chapter 4: Networking and the Internet Chapter 4: Networking and the Internet 2015 Pearson Education Limited 2015 Chapter 4: Networking and the Internet 4.1 Network Fundamentals 4.2 The Internet 4.3 The World Wide Web 4.4 Internet Protocols

More information

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS MOST TAGS CLASS Divides tags into groups for applying styles 202 ID Identifies a specific tag 201 STYLE Applies a style locally 200 TITLE Adds tool tips to elements 181 Identifies the HTML version

More information

c122jan2714.notebook January 27, 2014

c122jan2714.notebook January 27, 2014 Internet Developer 1 Start here! 2 3 Right click on screen and select View page source if you are in Firefox tells the browser you are using html. Next we have the tag and at the

More information

UNIT I. A protocol is a precise set of rules defining how components communicate, the format of addresses, how data is split into packets

UNIT I. A protocol is a precise set of rules defining how components communicate, the format of addresses, how data is split into packets UNIT I Web Essentials: Clients, Servers, and Communication. The Internet- Basic Internet Protocols -The World Wide Web-HTTP request message-response message- Web Clients Web Servers-Case Study. Markup

More information

What You Will Learn Today

What You Will Learn Today CS101 Lecture 03: The World Wide Web and HTML Aaron Stevens 23 January 2011 1 What You Will Learn Today Is it the Internet or the World Wide Web? What s the difference? What is the encoding scheme behind

More information

IMY 110 Theme 7 HTML Tables

IMY 110 Theme 7 HTML Tables IMY 110 Theme 7 HTML Tables 1. HTML Tables 1.1. Tables The HTML table model allows authors to arrange data into rows and columns of cells, just as in word processing software such as Microsoft Word. It

More information

Programmazione Web a.a. 2017/2018 HTML5

Programmazione Web a.a. 2017/2018 HTML5 Programmazione Web a.a. 2017/2018 HTML5 PhD Ing.Antonino Raucea antonino.raucea@dieei.unict.it 1 Introduzione HTML HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text

More information

Chapter 5. Introduction to XHTML: Part 2

Chapter 5. Introduction to XHTML: Part 2 Chapter 5. Introduction to XHTML: Part 2 Tables Attributes of the table element: border: width of the table border in pixels (0 makes all lines invisible) align: horizontal alignment (left, center, or

More information

Chapter 4. Introduction to XHTML: Part 1

Chapter 4. Introduction to XHTML: Part 1 Chapter 4. Introduction to XHTML: Part 1 XHTML is a markup language for identifying the elements of a page so a browser can render that page on a computer screen. Document presentation is generally separated

More information

Chapter 4: Networking and the Internet. Network Classifications. Network topologies. Network topologies (continued) Connecting Networks.

Chapter 4: Networking and the Internet. Network Classifications. Network topologies. Network topologies (continued) Connecting Networks. Chapter 4: Networking and the 4.1 Network Fundamentals 4.2 The 4.3 The World Wide Web 4.4 Protocols 4.5 Security Network Classifications Scope Local area network (LAN) Metropolitan area (MAN) Wide area

More information

HTML What is HTML Hyper Text Markup Language is a computer based language used to create WebPages.

HTML What is HTML Hyper Text Markup Language is a computer based language used to create WebPages. vinsri76@yahoo.com +965-69300304 HTML What is HTML Hyper Text Markup Language is a computer based language used to create WebPages. Name Two text Editor which are used to create HTML page. They are: Notepad

More information

CSC Web Programming. Introduction to HTML

CSC Web Programming. Introduction to HTML CSC 242 - Web Programming Introduction to HTML Semantic Markup The purpose of HTML is to add meaning and structure to the content HTML is not intended for presentation, that is the job of CSS When marking

More information

DPS BAHADURGARH BLUE PRINT OF FA GRADE VIII

DPS BAHADURGARH BLUE PRINT OF FA GRADE VIII DPS BAHADURGARH BLUE PRINT OF FA GRADE VIII OBJECTIVE QUESTIONS IN THE GIVEN FORMAT 30M 1) FILL IN THE BLANKS 5M 2) TRUE/FALSE 5M 3) M.C.Q 5M 4) APPLICATION BASED QUESTIONS 5M 5) FULL FORMS/DEFINE 5M 6)

More information

HTML. Hypertext Markup Language. Code used to create web pages

HTML. Hypertext Markup Language. Code used to create web pages Chapter 4 Web 135 HTML Hypertext Markup Language Code used to create web pages HTML Tags Two angle brackets For example: calhoun High Tells web browser ho to display page contents Enter with

More information

THE ASIAN SCHOOL. Class-10. ch8. A. Check the Right Answer (1*9)

THE ASIAN SCHOOL. Class-10. ch8. A. Check the Right Answer (1*9) THE ASIAN SCHOOL Class-10 ch8 A. Check the Right Answer (1*9) 1. Which attribute of the tag is used to create named anchors in a web document? c. NAME 2. Which attribute of the tag is used to add

More information

Class X Chapter 5 Know More About HTML

Class X Chapter 5 Know More About HTML Class X Chapter 5 Know More About HTML I. Crossword Clues Down 1. An attribute of Anchor element that is used as a ToolTip of the hyperlink. 4. This attribute provides the alternative text which is displayed

More information

Creating Web Pages Using HTML

Creating Web Pages Using HTML Creating Web Pages Using HTML HTML Commands Commands are called tags Each tag is surrounded by Some tags need ending tags containing / Tags are not case sensitive, but for future compatibility, use

More information

I-5 Internet Applications

I-5 Internet Applications I-5 Internet Applications After completion of this unit, you should be able to understand and code a webpage that includes pictures, sounds, color, a table, a cursor trail, hypertext, and hyperlinks. Assignments:

More information

CSC Web Technologies, Spring HTML Review

CSC Web Technologies, Spring HTML Review CSC 342 - Web Technologies, Spring 2017 HTML Review HTML elements content : is an opening tag : is a closing tag element: is the name of the element attribute:

More information

How to use the Dealer Car Search ebay posting tool. Overview. Creating your settings

How to use the Dealer Car Search ebay posting tool. Overview. Creating your settings How to use the Dealer Car Search ebay posting tool Overview The Dealer Car Search ebay posting tool is designed to allow you to easily create an auction for a vehicle that has been loaded into Dealer Car

More information

Web Foundations Series Internet Business Associate

Web Foundations Series Internet Business Associate Web Foundations Series Internet Business Associate Internet Business Associate prepares students to work effectively in today's business environment. In this course, you will learn about the tasks involved

More information

By Ryan Stevenson. Guidebook #2 HTML

By Ryan Stevenson. Guidebook #2 HTML By Ryan Stevenson Guidebook #2 HTML Table of Contents 1. HTML Terminology & Links 2. HTML Image Tags 3. HTML Lists 4. Text Styling 5. Inline & Block Elements 6. HTML Tables 7. HTML Forms HTML Terminology

More information

What is a web site? Web editors Introduction to HTML (Hyper Text Markup Language)

What is a web site? Web editors Introduction to HTML (Hyper Text Markup Language) What is a web site? Web editors Introduction to HTML (Hyper Text Markup Language) What is a website? A website is a collection of web pages containing text and other information, such as images, sound

More information

11. HTML5 and Future Web Application

11. HTML5 and Future Web Application 11. HTML5 and Future Web Application 1. Where to learn? http://www.w3schools.com/html/html5_intro.asp 2. Where to start: http://www.w3schools.com/html/html_intro.asp 3. easy to start with an example code

More information

INFS 2150 / 7150 Intro to Web Development / HTML Programming

INFS 2150 / 7150 Intro to Web Development / HTML Programming XP Objectives INFS 2150 / 7150 Intro to Web Development / HTML Programming Designing a Web Page with Tables Create a text table Create a table using the , , and tags Create table headers

More information

Jianhui Zhang, Ph.D., Associate Prof. College of Computer Science and Technology, Hangzhou Dianzi Univ.

Jianhui Zhang, Ph.D., Associate Prof. College of Computer Science and Technology, Hangzhou Dianzi Univ. Jianhui Zhang, Ph.D., Associate Prof. College of Computer Science and Technology, Hangzhou Dianzi Univ. Email: jh_zhang@hdu.edu.cn Copyright 2015 Pearson Education, Inc. Chapter 4: Networking and the Internet

More information

introduction to XHTML

introduction to XHTML introduction to XHTML XHTML stands for Extensible HyperText Markup Language and is based on HTML 4.0, incorporating XML. Due to this fusion the mark up language will remain compatible with existing browsers

More information

HYPERTEXT MARKUP LANGUAGE ( HTML )

HYPERTEXT MARKUP LANGUAGE ( HTML ) 1 HTML BASICS MARK-UP LANGUAGES Traditionally used to provide typesetting information to printers where text should be indented, margin sizes, bold text, special font sizes and styles, etc. Word processors

More information

Web Programming Week 2 Semester Byron Fisher 2018

Web Programming Week 2 Semester Byron Fisher 2018 Web Programming Week 2 Semester 1-2018 Byron Fisher 2018 INTRODUCTION Welcome to Week 2! In the next 60 minutes you will be learning about basic Web Programming with a view to creating your own ecommerce

More information

HTML Images - The <img> Tag and the Src Attribute

HTML Images - The <img> Tag and the Src Attribute WEB DESIGN HTML Images - The Tag and the Src Attribute In HTML, images are defined with the tag. The tag is empty, which means that it contains attributes only, and has no closing tag.

More information

Chapter 4 The Internet

Chapter 4 The Internet Chapter 4 The Internet Dr. Farzana Rahman Assistant Professor Department of Computer Science James Madison University Chapter 4: Networking and the Internet 4.1 Network Fundamentals 4.2 The Internet 4.3

More information

CSE 3. Marking Up with HTML. Comics Updates Shortcut(s)/Tip(s) of the Day Google Earth/Google Maps ssh Anti-Spyware

CSE 3. Marking Up with HTML. Comics Updates Shortcut(s)/Tip(s) of the Day Google Earth/Google Maps ssh Anti-Spyware CSE 3 Comics Updates Shortcut(s)/Tip(s) of the Day Google Earth/Google Maps ssh Anti-Spyware 1-1 4-1 Chapter 4: Marking Up With HTML: A Hypertext Markup Language Primer Fluency with Information Technology

More information

Internet publishing HTML (XHTML) language. Petr Zámostný room: A-72a phone.:

Internet publishing HTML (XHTML) language. Petr Zámostný room: A-72a phone.: Internet publishing HTML (XHTML) language Petr Zámostný room: A-72a phone.: 4222 e-mail: petr.zamostny@vscht.cz Essential HTML components Element element example Start tag Element content End tag

More information

Web Page Creation Part I. CS27101 Introduction to Web Interface Design Prof. Angela Guercio

Web Page Creation Part I. CS27101 Introduction to Web Interface Design Prof. Angela Guercio Web Page Creation Part I CS27101 Introduction to Web Interface Design Prof. Angela Guercio Objective In this lecture, you will learn: What HTML is and what XHTML is How to create an (X)HTML file The (X)HTML

More information

The City School. Prep Section. ICTech. 2 nd Term. PAF Chapter. Class 7. Worksheets for Intervention Classes

The City School. Prep Section. ICTech. 2 nd Term. PAF Chapter. Class 7. Worksheets for Intervention Classes The City School PAF Chapter Prep Section ICTech Class 7 2 nd Term Worksheets for Intervention Classes Name: Topic: Scratch Date: Q.1: Label the diagram 1 2 3 4 5 6 7 12 8 9 11 10 1. 2. 3. 4. 5. 6. 7. 8.

More information

The City School. Prep Section. ICTech. 2 nd Term. PAF Chapter. Class 8. Worksheets for Intervention Classes

The City School. Prep Section. ICTech. 2 nd Term. PAF Chapter. Class 8. Worksheets for Intervention Classes The City School PAF Chapter Prep Section ICTech Class 8 2 nd Term Worksheets for Intervention Classes Name: Topic: Flowchart Date: Q. Write the name and description of the following symbol. Symbol Name

More information

HTML & XHTML Tag Quick Reference

HTML & XHTML Tag Quick Reference HTML & XHTML Tag Quick Reference This reference notes some of the most commonly used HTML and XHTML tags. It is not, nor is it intended to be, a comprehensive list of available tags. Details regarding

More information

1.264 Lecture 12. HTML Introduction to FrontPage

1.264 Lecture 12. HTML Introduction to FrontPage 1.264 Lecture 12 HTML Introduction to FrontPage HTML Subset of Structured Generalized Markup Language (SGML), a document description language SGML is ISO standard Current version of HTML is version 4.01

More information

Question No: 2 ( Marks: 1 ) - Please choose one Which of these is the correct HTML code for creating a reset button?

Question No: 2 ( Marks: 1 ) - Please choose one Which of these is the correct HTML code for creating a reset button? Question No: 1 ( Marks: 1 ) - Please choose one In datalink layer, data packets are placed inside > Data frames page 6 > Data boxes > Data streams > None of these Question No: 2 ( Marks: 1 ) - Please choose

More information

Web Development and HTML. Shan-Hung Wu CS, NTHU

Web Development and HTML. Shan-Hung Wu CS, NTHU Web Development and HTML Shan-Hung Wu CS, NTHU Outline How does Internet Work? Web Development HTML Block vs. Inline elements Lists Links and Attributes Tables Forms 2 Outline How does Internet Work? Web

More information