Web page designing ( HTML)
Ø What is webpge? List any two software used
to develop web pages.
=A webpage is a document commonly
written in Hypertext Markup Language (HTML) that is accessible through the
internet using a browser. They are: PHP, HTML
Ø What is HTML? Write it's any two
features.
= HTML is a Hypertext Markup Language.
It is a markup language which is a set of markup tags that are used to create
WebPages. IT's two features are:
v HTML supports controls and navigates to
read long document easily.
v HTML supports different hyperlinks and
image formats.
Ø
What are HTML tags? Differentiate between singular and container tags.
=HTML tags are all the keywords or commands used in HTML. They are surrounded by angle brackets.
=HTML tags are all the keywords or commands used in HTML. They are surrounded by angle brackets.
= HTML tags are the hidden keywords within a web page that define how the
browser must format and display the content.
Singular Tags
|
Container tags
|
v A container tag is
such tag which has its related ending tag with start tag.
|
v The tag which has
no ending tags are called empty tags.
|
v They are also
called Paired tag.
|
v They are also
called stand alone or singular tags.
|
v For e.g.
<head>, <body>, <title>
|
v For e.g.
<br>, <img>, <Hr>
|
Ø
What are attributes? Write any two rules to write
attributes.
= The attributes are the
keywords used to provide additional information to describe the HTML elements.
The rules to write attributes are:
v
The value of attribute may be written in the double quotes.
v
The attribute values may be
case sensitive.
v
The commas are not allowed between the attributes.
Ø
Differentiate between static and dynamic webpages?
Static
|
Dynamic
|
v The webpage which show the same
content each time they are viewed are called static webpage.
|
v The webpage which content can be
change each time they are accessed are called dynamic webpage.
|
v Static websites are cheapest to
develop and host.
|
v Dynamic websites are expensive to
develop and host.
|
v Static websites are easy to develop.
|
v Dynamic websites are difficult to
develop.
|
v Requires web development expertise to update site
|
v
Much
easier to update
|
Ø
Why is webpage designing important?
= webpage designing became an important factor in promoting a business or
marketing a product, knowledge and information sharing, advertising the product
because the user of internet in WWW has been expanding and growing every day
and the process of information sharing is becoming regular through websites.
Ø
What are the different formatting tags used in HTML
document?
= The different
formatting tags used in HTML document are:
-
Font tag -Marquee
tag - Font style tag -Img tag etc
Ø
What is the use of <Marquee> tag?
= Marquee tag is used for
scrolling the piece of text or image displayed either horizontally across or
vertically down on the webpage.
Ø
What is hyperlink? How can you create hyperlink in the
webpage?
= Hyperlink is a special
link which allows to connect the HTML
document in many ways. By using <A> anchor tag we can create
hyperlink in the webpage.

Comments
Post a Comment