Class 7. Choose the correct answer:

Similar documents
Chapter 3 Web Design & HTML. Web Design Class Mrs. Johnson

ICT IGCSE Practical Revision Presentation Web Authoring

COMS 359: Interactive Media

HTML4 TUTORIAL PART 2

CSC 121 Computers and Scientific Thinking

STD 7 th Paper 1 FA 4

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

Very Basics of HTML. G day mates during this tutorial I will teach you the basics of HTML.

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

Class X Chapter 4 Hypertext Markup Language (HTML)

CS 103, Fall 2008 Midterm 1 Prof. Nakayama

Web Design and HTML. Web Page vs Web Site. Navigation. Links. A web page is a single page viewable using web browser. A web site is a set of web pages

HTML BASICS. You can use cut and paste in Notepad as with most applications - Ctrl + C to copy,ctrl + X to cut, Ctrl + V to paste.

A Balanced Introduction to Computer Science, 3/E

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

Tutorial 2 - HTML basics

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

University of Hawaii at Hilo WEB AND HTML THE INTERNET MAP ( COURTESY OF WIKIMEDIA COMMONS)

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1

All Creative Designs. Basic HTML for PC Tutorial Part 2 Using MS Notepad Revised Version May My First Web Page

</HTML> </HEAD> </BODY> </TITLE> </I> </B> </U> </BLINK> </EM> </FONT> </FONT> </CENTER> </H1> </H2> </H3> </P> </BR> --!>

FRONTPAGE STEP BY STEP GUIDE

ICT IGCSE Practical Revision Presentation Web Authoring

Html basics Course Outline

CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB

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

HTML OBJECTIVES WHAT IS HTML? BY FAITH BRENNER AN INTRODUCTION

This document provides a concise, introductory lesson in HTML formatting.

Developing a Basic Web Page

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

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 8. Worksheets for Intervention Classes

Your Own Web Page; Quick and Dirty Via Mashup Reminder: Next Quiz on 4/15

<body bgcolor=" " fgcolor=" " link=" " vlink=" " alink=" "> These body attributes have now been deprecated, and should not be used in XHTML.

CSS. Lecture 16 COMPSCI 111/111G SS 2018

I-5 Internet Applications

Methods for configuring Cascading Style Sheets. Applying style to element name selectors. Style Rule Basics. CMPT 165: Cascading Style Sheets

Fundamentals of Website Development

Programmazione Web a.a. 2017/2018 HTML5

Enhancing your Page. Text Effects. Paragraph Effects. Headings

CSS Lecture 16 COMPSCI 111/111G SS 2018

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

Part 1: HTML Language HyperText Make-up Language

CHAPTER 1: GETTING STARTED WITH HTML CREATED BY L. ASMA RIKLI (ADAPTED FROM HTML, CSS, AND DYNAMIC HTML BY CAREY)

Solutions. 9. Which is the first version of HTML? a. HTML 1.0 b. HTML 5 c. HTML 2.0 d. HTML 3.0

The Internet & The World Wide Web

APPENDIX THE TOOLBAR. File Functions

Web Programming and Design. MPT Junior Cycle Tutor: Tamara Demonstrators: Aaron, Marion, Hugh

LECTURE 08: INTRODUCTION TO HTML

Hyper Text Markup Language HTML: A Tutorial

HTML = hyper text markup language

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

Start by launching Mozilla To start making a web page, go to File -> New -> Composer Page

Introduction to Web Page Designing Using HTML

ITL Public School Mid Term examination ( )

CREATING A WEBSITE USING CSS. Mrs. Procopio CTEC6 MYP1

DPS BAHADURGARH BLUE PRINT OF FA GRADE VIII

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

ADDING CSS TO YOUR HTML DOCUMENT. A FEW CSS VALUES (colour, size and the box model)

What You Will Learn Today

Reading 2.2 Cascading Style Sheets

Outline. Internet and World Wide Web. History of the Internet. What is the Internet? How Does Data Travel Through the Internet?

Objectives. Introduction to HTML. Objectives. Objectives

FIT 100 LAB Activity 3: Constructing HTML Documents

WEB APPLICATION. XI, Code- 803

Eng 110, Spring Week 03 Lab02- Dreamwaver Session

Appendix D CSS Properties and Values

CSS: The Basics CISC 282 September 20, 2014

Schoolwires Editor Best Practices. Schoolwires Centricity2

CSS: formatting webpages

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2)

5/17/2009. Marking Up with HTML. An HTML Web Page File. Tags for Bold, Italic, and underline. Structuring Documents

Creating Web Pages with SeaMonkey Composer

OU EDUCATE TRAINING MANUAL

Introduction to using HTML to design webpages

Making Backgrounds With Paint Shop Pro

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

Introduction to web development and HTML MGMT 230 LAB

Creating Forms. Starting the Page. another way of applying a template to a page.

Tutorial 1: HTML Tutorial (Windows Version) HTML (Hypertext Markup Language) Basics Objectives

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

Chapter 4. Introduction to XHTML: Part 1

FUNDAMENTALS OF WEB DESIGN (405)

A Dreamweaver Tutorial. Contents Page

Cascading Style Sheets (Part II)

HTML Hints & Tips. HTML is short for HyperText Markup Language.

Ministry of Higher Education and Scientific Research

Using Dreamweaver CS6

Section 3. Editing a Web Page

request HTML Document send HTML Document

CSS Exercises. Create a basic CSS layout Use BlueFish to open layout.html Create a layout using <div> tags Use a browser (Firefox) to view your page

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

Chapter 4: Marking Up With HTML: A Hypertext tmarkup Language Primer

Year 8 Computing Science End of Term 3 Revision Guide

Lab Introduction to Cascading Style Sheets

Unit Four (Hyper Text Markup Language) HTML. Lesson One Create Web Pages by Using HTML

INFS 2150 / 7150 Intro to Web Development / HTML Programming

Website designing by HTML. Home page designing

Marking Up with HTML. Tags for Bold, Italic, and underline. An HTML Web Page File. Chapter 4: Marking Up With HTML: A. Formatting with Tags:

HTML. Based mostly on

Transcription:

Class 7 Choose the correct answer: 1. The most popular services of the Internet is a) Network b) WWW c) HTML d) None of these 2. The language used for designing web page is a) BASIC b) JAVA c) HTML d) C++ 3. Commands in HTML are known as a) tags b) keywords c) Reserved words d) All of these 4. A tag that requires an opening as well as a closing tag is a) container tag b) empty tag c) keyword d) none of these 5. The special keyword used inside the tag to specify additional information is a) <HR> b) BGCOLOR c) TEXT d) attribute 6. The tag used to specify the title of a web page is a) b) c) <TITLE> d) None of these 7. The tag that defines the content of a web page is a) <BODY> b) c) <TITLE> d) <HTML> 8. The tag that does not require a closing tag is a) b) Empty tag c) attribute d) None of these 9. Which of the following is a web browser? a) Notepad b) Internet Explorer c) Photoshop d) Word pad Fill in the Blanks : 1. WWW is a collection of interconnected web pages. 2. HTML stands for Hyper Text Markup Language. 3. A coded HTML command that defines the structure and appearance of a web page is called a tag. 4. Web pages written using a special language is called HTML. 5. All HTML tags are enclosed within angle brackets (<>). 6. Tim Berners Lee was the primary author of HTML. 7. A web browser is a software that lets you view the output of the HTML page. 2 mark questions: 1. Write a note on WWW. WWW is a collection of interconnected web pages. A web page is a page containing text, images, audio, videos, and links to other web pages.

2. Define HTML. HTML is a language used for designing web pages. It is a language that describes the content, format and layout in which a web page should be displayed over the World Wide Web. 3. Write a note on HTML tags. Commands in HTML are known as tags. A tag is a coded HTML command that defines the structure and appearance of a web page. All HTML tags are enclosed within the angle brackets (<>). 4. Define Container tag. A Container tag is a tag that requires an opening as well as a closing tag. A tag is closed u placing a forward slah (/) in front of a tag name. They are always used in pairs. 5. What do you mean by attribute in HTML? An attribute is a special keyword used inside the tag to specify additional information about the tag. For example : <H1 Align= center > 6. Write a note on HTML editors. To create a HTML document, you require an HTML editor. An HTML editor is a software program that enables you to easily create HTML document. There are two types of editors namely WYSIWYG editor and TEXT editor. 7. What is WYSIWYG editor? WYSIWYG stands for What You See Is What You Get. These editors provide an in-built interface wherein you can quickly design web pages without writing any HTML tags as well as preview the web pages. 8. Differentiate between and <BODY> tag. The tag is used to provide some additional information including title, scripts used, etc. about a web page. It is a container tag. <BODY> The <BODY> tag defines the content of a web page. It is also a container tag. All the tags that display text, images or links as a part of a web page are written between the opening and the closing BODY tags. 9. List the tags that form the basic structure of a HTML document. <HTML> Tag : It identifies the document as a HTML document. Tag : It is used to provide some additional information including title, script etc. <TITLE> Tag : It specifies the title of a web page. <BODY> Tag : It defines the contents of a web page. 10. Differentiate between container tags and empty tags. Container Tags It requires an opening as well as a closing tag. <H1> is an opening tag and </H1> is a closing tag. Empty Tags It does not require a closing tag. <HR> and <BR> are the examples of Empty tags. 5 mark questions: 1. Explain the structure of a HTML document. 2. List out the steps to create a HTML document using Notepad. 3. How do you view a HTML document?

Class 7 Choose the correct answer: 1. Which of the following is not an attribute of the <HR> tag? a) Align b) Thickness c) Width d) Color 2. Which of the following is not a container tag? a) <HR> b) <BODY> c) <CENTER> d) <FONT> 3. The attribute of the <BODY> tag used to specify the color of the text displayed on a web page is a) BGCOLOR b) TEXT c) COLOR d) BACKGROUND 4. The attribute of the <BODY> tag used to specify the background color of a web page is a) BGCOLOR b) TEXT c) COLOR d) BACKGROUND 5. The Hexadecimal code for RED is a) #FFFF00 b) #FF0000 c) #0000FF d) #FF00FF 6. The Hexadecimal code for Gray is a) #808080 b) #8000FF c) #0000FF d) #FF0080 7. The tag that shifts the text following it to the next line is a) <LBREAK> b) <LINEBREAK> c) <BREAK> d) <BR> 8. The heading tags have just one attribute called a) TEXT b) BACKGROUND c) ALIGN d) SIZE 9. The attribute used to change the font type is a) FACE b) FONTTYPE c) TYPE d) None of these 10. The tag used to align the text or image in the centre of the browser is a) <MIDDLE> b) <CENTER> c) <CENTRE> d) None of these Fill in the Blanks : 1. You can insert many <BR> tags in the HTML code to include multiple line breaks in the output. 2. When heading tags are used, a blank line gets automatically added before and after the heading. 3. The tag used to italicize a given text is <I>. 4. The <P> tag inserts a blank line before and after the text. 5. The <FONT> tag is used to change the appearance of the text on a web page. 6. The hexadecimal code for Black is #000000. 2 mark questions: 1. Write a note on <BODY> tag. The <BODY> tag is a container tag which encloses all the tags that describe the content and the layout of a web page. Any text, images links etc. that need to be shown as a part of the web page are included within the opening and closing <BODY> tags.

2. Write a note on Hexadecimal RGB. Hexadecimal RGB values are used to specify the colors. All colors are made up of three primary colors Red, Green and Blue. The first two digits represent the amount of Red (R), the second two digits represent the amount of Green (G) and the last two digits represent the amount of Blue (B) that a color contains. 3. What is the use of <BR> tag? To explicitly force a line break between two lines in the output, you use the Line Break <BR> tag. It shifts the text following it to the next line. It is an empty tag. It does not have any attributes. 4. How do you use Paragraph <P> tag? The Paragraph <P> tag marks the beginning of a paragraph. It is a container tag. When a tag is included within the opening and the closing <P> tag, a blank line is inserted before and after the enclosed text. It has only one attribute called ALIGN. 5. What are heading tags? Heading tags display text in larger as well as bolder font than the normal body text. HTML provides six levels of headings - <H1> to <H6>, with 1 being the largest and 6 being the smallest size. The Heading tags have just one attribute called align. 6. What is the use of <HR> tag? The <HR> tag stands for Horizontal Rule. This tag inserts a straight horizontal line across the web page. By default, the horizontal line appears shaded and spans the width of the browser window. 7. What are the tags used to emphasize text in HTML? It contains the following tags : All the tags are container tags. <CENTER> Tag : You can align the text in the centre of the browser window using the opening and closing <CENTER> tags. <B> Tag : It is used to make the text appear in bolder font compared to the normal body text. <U> Tag : It is used to underline the text. <I> Tag : It is used to make the text appear italicized. 8. What is the purpose of BGCOLOR and TEXT attribute of the <BODY> tag? In the <BODY> tag, the attribute BGCOLOR is used to specify the background color of a webpage and the TEXT attribute is used to specify the color of the text to be displayed on a webpage. 9. What is the difference between <P> and <BR> tags? The paragraph tag (<P>) marks the beginning of a paragraph. It is a container tag. The Line Break tag <BR> is used to explicitly force a line break between two lines in the output. 10. How would you specify the thickness and length of the horizontal line in HTML? In HTML, the <HR> tag inserts a straight horizontal line across the webpage. To specify the thickness of the horizontal line, we can use the size attribute of the <HR> tag and length of the horizontal line can be specified using the width attribute of the <HR> tag. 11. Name the attributes of the <FONT> tag. The attributes of <FONT> tag are: Size to specify size of text, Color to specify colour to be used to display text and Face to change font type. 5 mark questions: 1. Tabulate the attributes of the <BODY> tag. 2. Tabulate the attributes of the Horizontal Rule <HR> tag. ******************************

Lab Exercises HTML 1. Write HTML code to display your name and address. (Use BGCOLOR and TEXT attributes) <HTML> <TITLE>My Name and Address</TITLE> <BODY BGCOLOR="yellow" TEXT="red"> R. Andrew,<BR> # 13, Casa Major Road,<BR> Egmore, Chennai - 8. </BODY> </HTML> 2. Design a web page according to the following specifications : The title of the page should be Great Dance School. The background colour of the page should be crimson. The heading Great Dance School should appear in white, underlined, size 6 and font type Gloudy Stout. The subheading Indian Classical Dance School should appear in white, Italicised and as a level 3 heading. Rest of the text on the web page should appear in aqua colour with size 4. The horizontal line should be yellow with thickness 8. <HTML> <TITLE>Great Dance School</TITLE> </HEAD> <BODY BGCOLOR="crimson" TEXT="white"> <FONT FACE="Goudy stout" SIZE="6"> <CENTER><H1><U>Great Dance School</U></H1></FONT> <H3><I>Indian Classical Dance School</I></H3></CENTER> <HR SIZE="8" NOSHADE COLOR="yellow"> <FONT FACE="Arial" SIZE="3" COLOR="aqua"> We teach the following 7 forms of famous Classical Dances.<BR> Kathakali<BR> Kuchipudi<BR> Bharathanatyam<BR> Mohiniyattam<BR> Odissi<BR> Kathak<BR> Manipuri<BR> </BODY> </HTML>