Computer Science, asked by jaimalhotra30122008Y, 2 months ago

Answer The Following
I'll mark as Brainliest

a) What is an attribute? Describe the attributes of an unordered list.

b) What are the main components of an HTML file?

c) Define:

i) Directory Listings

ii) Website

d) Write a short note on Paragraph and Line breaks

e) Explain the two factors that we have to keep in mind while designing a website​

Answers

Answered by CoolorFoolSRS
0

a) The <ul> element defines an unordered list. The element contains one or more LI elements that define the actual items of the list. Unlike with an ordered list <ol>, the items of an unordered list have no sequence.

b)

  1. HTML version information
  2. The HTML element
  3. The document head
  4. The HEAD element
  5. The TITLE element
  6. Metadata
  7. Specifying metadata
  8. The META element
  9. Meta data profiles
  10. The document body
  11. The BODY element
  12. Element identifiers: the id and class attributes
  13. Block-level and inline elements
  14. Grouping elements: the DIV and SPAN elements
  15. Headings: The H1, H2, H3, H4, H5, H6 elements
  16. The ADDRESS element

c) i) Directory listing is a web server function that displays the directory contents when there is no index file in a specific website directory

ii) It is a set of related web pages located under a single domain name

d)

Line break: A point at which text is split into two lines; the end of a line.

Paragraph: Paragraphs are usually represented in visual media as blocks of text separated from adjacent blocks by blank lines and/or first-line indentation. They may be any structural grouping of related content, such as images or form fields.

e) Usability and Speed

Similar questions