Computer Science, asked by kasperkartik18, 6 months ago

Design a web page that displays the recipe to prepare Tea.Use ordered list to display step by step process.

Answers

Answered by ayeshajutt2017
3

<  html>

<head>

<title>tea recipe<title>   /// if u want to display this on address bar

</head>

<body>

<h1>tea Recipe<h1>

<ul>

<li>1step</li>

<li>1step</li>

<li>1step</li>

<li>1step</li>

<li>1step</li>

</ul>

</body>

</html>

Similar questions