Computer Science, asked by nanditaroy931, 4 months ago

1.
Answer the following questions.
Write stepwise how HTML code can be used to create a webpage.
Write a short note on ordered list in HTML.
Describe one scenario, apart from what is given in the chapter, where nested
Write a short note on any four attributes of the <img> tag.
5.
Do the <h1>, <h2>,.... <h6> tags have any attributes? If yes, what is it or wha
3.
Group Activity
Make ten of your classmates to sit together and from the dictionary, each stude
whose meanings you do not know. Ask each of them to create a definition list in
Now, by viewing the HTML source of each page, put the student's works end to
list in HTML
Quiz
Read the following clues and search the six words in the grid shown alongs
across and backward.
Height and width of an image should be measured in Pixel​

Answers

Answered by yoganmasthare
3

Answer:

free fire

Explanation:

my id is yogan3008n

Answered by biswanathsahana77
0

Answer:

Lists are used all the time on the web. Articles, website navigation menus, and product features on e-commerce websites all make frequent use of lists – even when you can’t tell that a list is being used just by looking at the web page.

There are three types of lists you can use, and this quick guide will show you how to use each.

Contents [hide]

1 Unordered Lists

2 Ordered Lists

2.1 Changing Numbering

2.1.1 Creating a Countdown List

2.1.2 Starting a List on a Specific Number

2.1.3 Changing the Numbering Style

3 Description Lists

4 Nested Lists

5 Using Lists for Menus

6 Styling Lists

7 Closing Thoughts

8 Related Elements

Unordered Lists

An unordered list is a list in which the order of the list items does not matter. Unordered lists should be used when rearranging the order of the list items would not create confusion or change the meaning of the information on the list.

The ul element opens and closes an unordered list. The items on the list are contained between list item, li, tags. A simple unordered list containing three items could be created with the following HTML.

<ul>

<li>Item A</li>

<li>Item B</li>

<li>Item C</li>

</ul>

Unless CSS rules are created to change the appearance of the list, the default presentation of an unordered list is to add a disc-style bullet point on the left-hand side of each list item and to indent the entire list.

Explanation:

plaese mark me as brainliest.

Similar questions