Hindi, asked by ritukunal290, 6 months ago

Essay type questions :
(a) What are the rules for using attributes?
(b) Explain the structure of a web page.
(c) How can you create a web page?​

Answers

Answered by abose
0

Answer:

a)There are five important rules for coding with HTML tags.

Tags are always surrounded by angle brackets (less-than/greater-than characters), as in <HEAD>.

Most tags come in pairs and surround the material they affect. They work like a light switch: the first tag turns the action on, and the second turns it off. (There are some exceptions. For instance, the <BR> tag creates a blank line and doesn't have an "off switch." Once you've made a line break, you can't unmake it.)

The second tag--the "off switch"--always starts with a forward slash. For example, you turn on bold with <B>, shout your piece, and then go back to regular text with </B>.

First tag on, last tag off. Tags are embedded, so when you start a tag within another tag, you have to close that inner tag before closing the outer tag. For instance, the page will not display properly with the tags in this order:

<HEAD><TITLE>Your text</HEAD></TITLE>.

The correct order is:

<HEAD><TITLE>Your text</TITLE></HEAD>.

Many tags have optional attributes that use values to modify the tag's behavior. The <P> (paragraph) tag's ALIGN attribute, for instance, lets you change the default (left) paragraph alignment. For example, <P ALIGN=CENTER> centers the next paragraph on the page.

b) A website's structure refers to how the website is set up, i.e. how the individual subpages are linked to one another. It is particularly important that crawlers can find all subpages quickly and easily when websites have a large number of subpages

c)Create and View a Web Page on Your Computer

Requirements: Text Editor. ...

Introduction. When you navigate to a web page on the Internet, the browser is doing a lot of work. ...

Step 1: Open Your Text Editor. The first step is to open your text editor. ...

Step 2: Write Your HTML Skeleton. ...

Step 3: Save Your File. ...

Step 4: Open Your Web Page in Your Browser. ...

Review.

Answered by mistryamandeepkaur
3

Answer:

your answer is here dear ☺️ please give me thanks for My answer and Mark me brainlist please Sorry dear baaki kaa Google me search karnaa mil jaayegaa I am so sorry

Attachments:
Similar questions