0% found this document useful (0 votes)
31 views10 pages

Web Designing

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views10 pages

Web Designing

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

CCSO69-02 WEB DESIGNING

Fill in the blanks


1 .What tag uses to display a picture in a webpage?
__________(img)
2 .<b>tag makes the enclosed text bold.what is
other tag to make text bold?
___________(<strong>)
3 .Tages and test that are not directly displayed on
the pages are written in__________.(<head>)
4 .Which tag inserts a line horizontally on a web
page?____________(<hr>)
5 .What should be the first tag in any
HTMLdocument?__________(<html>)
6 .Which tag allows us to add a row in a table?
______(<tr> and </tr>)
7.How can we make a bulleted list?
__________(<ul>)
8 .How can we make a numbered list?
__________(<ol>
9 .Choose the correct HTML tage to make a text
bold?____________(<b>)
10 .What is the correct HTML tag for inserting a
line break?_____________(<br>)
TWO MARKS QUESTION:
1 .What is the use of the text attribute in the
<body>tag?
The HTML <body> text Attribute is used to define
a color for the text in the Document.
2 .Illustrate the use of the <title>tag in HTML
document?
The <title> tag defines the title of the document.
The title must be text-only, and it is shown in the
browser's title bar or in the page's tab.
3 .What are the four types of alignment?
left alignment,
right alignment,
center alignment,
and justified alignment
4 .List out the special characters which can be
including in the web page?

Character HTML Entity Description


Number
left double quotation
“ &#8220;
mark
right double
” &#8221;
quotation mark

5 .Explain in detail about font tag?


The font tag is used to change the color, size, and
style of a text and it was used in HTML
6 .Why do you need table tags?
The <table> tag (or element as commonly called
today) generates a tabular row/column layout for
HTML elements.
7 .What are frames?
A frame is a digital data transmission unit in
computer networking and telecommunication.
8 .What are the thrtee types of style sheets linking
to HTML document?
Inline - by using the style attribute inside HTML
elements.
Internal - by using a <style> element in the <head>
section.
External - by using a <link> element to link to an
external CSS file.
9 .Illustrate the internal style sheet with a suitable
example?
An internal stylesheet holds CSS rules for the page
in the head section of the HTML file.
10 .What are multiple style? Illustrate with suitable
examples?
You can define these rules to combine multiple
properties and corresponding values into a single
block as defined in the following example: h1
{ color: #36C; font-weight: normal; letter-spacing:
Five marks question:
1 .Explain how you will design a style?
 Sourcing design images of interiors, furniture,
or anything home-related that stands out to
you.
 Breaking down the aesthetics and themes you
are noticing between those photos.
 Writing down the commonalities seen between
the design images.
 Creating a mood board with the photos
selected.
 Sharing your mood board and new design style
with the world!

2 .Distinguish between rowspan and colspan


attributes?
**ROWSPAN**: It's an attribute used in HTML
tables to specify the number of rows a cell should
span vertically. It allows a single cell to occupy
multiple rows.
- **COLSPAN**: This attribute is used in HTML
tables to specify the number of columns a cell
should span horizontally.
3 .What are the logical style tag? Tabulate them?
Logical tags are used to tell the browser what kind
of text is written inside the tags They are different
from physical tags because physical tags are used
to decide the appearance of the text and do not
provide any information about the text. An HTML
table is created with an opening <table> tag and a
closing </table> tag. Inside these tags, data is
organized into rows and columns by using opening
and closing table row <tr> tags and opening and
closing table data <td> tags.12 Oct 2020
4 .Explain in the method of assigning a
background design for a document?
If you'd like to set an image as the background of a
web page or an HTML element, rather than simply
inserting the image onto the page, you'll need
to use the CSS background-image property. By
using this property, you are able to specify what
background image you want to appear on your
website. The proper syntax for specifying the
background image of the HTML document is as
follows: <body background= url > </body>
5 .Design a document describing you. Assign a
suitable background design, background color?
To create a document, open Word, select a
blank document or template, and start typing.
Discover professionally designed templates for
Microsoft Word. White is a popular choice for
website backgrounds due to its clean, minimalistic
look. White backgrounds can create a sense of
simplicity and professionalism, making it ideal for
businesses and informational websites try
considering what the base colour of your
foreground and/or main subject will be.

Fifteen marks Question:


1 .Explain the various units of measurement used
to specify margins?
The units in CSS are required to define the
measurement such as margin: 20px; in which
the px (or pixel) is the CSS unit. They are used to
set margin, padding, lengths, and so on. We cannot
apply the whitespace between the number and the
unit. The unit can be omitted for the value 0.

Unit Name Equivalent to


in Inches 1in = 2.54cm = 96px
pc Picas 1pc = 1/6th of 1in
pt Points 1pt = 1/72nd of 1in
px Pixels 1px = 1/96th of 1in

2 .Discuss about forms in detail?


Form is the shape, visual appearance, or
configuration of an object. In a wider sense, the
form is the way something happens. Form may
also refer to: Form (document), a document
(printed or electronic) with spaces in which to
write or enter data.
Form may also refer to:
 Form (document), a document (printed or
electronic) with spaces in which to write or enter
data
 Form (education), a class, set, or group of

students
 Form (religion), an academic term for

prescriptions or norms on religious practice


People[edit]
 Andrew Form, American film producer
 Fluent Form, Australian rapper and hip hop
musician

3 .Discuss about the concept of picture alignment?


Image alignment (also called image registration)
is the technique of warping one image ( or
sometimes both images ) so that the features in the
two images line up perfectly. Some interesting
applications of Image Alignment are: Creating
panoramas. Image alignment is a correspondence
problem of mapping one image to another. Image
alignment is important for AI because it enables
the comparison, integration, and fusion of
information from multiple images. For example,
image alignment can help combine images from
different modalities, such as X-ray and MRI, to
create a more comprehensive view of the anatomy
and pathology of a patient
4 .Explain about horizontal rules?
Horizontal rules give you a way to separate
sections of your document visually. That way, you
give readers a clean, consistent, visual indication
that one portion of your document has ended and
another portion has begun. The <hr> tag defines a
break in an HTML page, or it is used to separate
content in an HTML page using a horizontal line
and is most often displayed as a horizontal rule.
The <hr> tag defines a break with the horizontal
line in an HTML page. The <hr> tag is an empty
element. the line separating the sky from the land
across a clear plain or the line separating the sky
from the water at the beach.

You might also like