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
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)
- HTML version information
- The HTML element
- The document head
- The HEAD element
- The TITLE element
- Metadata
- Specifying metadata
- The META element
- Meta data profiles
- The document body
- The BODY element
- Element identifiers: the id and class attributes
- Block-level and inline elements
- Grouping elements: the DIV and SPAN elements
- Headings: The H1, H2, H3, H4, H5, H6 elements
- 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