Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

web desgin questions. Please write in your own words and do not copy from websit

ID: 3782531 • Letter: W

Question

web desgin questions. Please write in your own words and do not copy from website.

1. Write a meta tag for keywords with content listing four phrases related to a specific student at a specific university in a specific city who is studying a specific subject:

2. Markup with HTML the proper syntax which denotes the destination for an internal anchor with an href attribute equal to #education:

3. Why is it a good idea to specify two font sizes for each text element?

4. What is the root address of a web site?

5. How many pairs of titles and definitions can a definition list hold?

6. What is the purpose of position:relative in a CSS file?

7. What are the components of a font-family stack?

8. Markup a link tag for embedding a Google font:

9. Markup an icon tag for the Google Materials play Icon:

10 Which meta tag must appear first?

Explanation / Answer

A)

meta tags increase the performance to provide search engines with information about their sites.

Syntax:-

<meta name="description" content="A description of the page" />

Example:-

<meta name="description" content="university:JNTU, city:Visakapatanam, subject: computer science" />

B)

The Anchor tag <a> is to redirecting to specific page or other object.

Syntax:-

<a href="<em>url</em>">link text</a>

href is an attribute.

url is a link of the destination address.

Example:-

<a href="#education">Education</a>

C)

Using class is best way to specify two font sizes

D)

Index.html is the root address of the website.

E)

Definition lists, created using the DL element, generally consist of a series of term/definition pairs (although definition lists may have other applications).

Example:-

F)

The element is positioned relative to its normal position,

Example:-

"left:20px" adds 20 pixels to the element's LEFT position