Computer Science, asked by studiousgirl126, 1 year ago

create an attractive web page to display a list of electronic and furniture items.

Answers

Answered by AdiN05517
6
Hi friend!

Is it needed to be in HTML? The following is an HTML code as your answer.
Type the following code in notepad.

<html>
<head>
<title>The title is upon you</title>
</head>
<body bgcolor="Either a colour name or code">
<font face="Lucida Handwriting" color=Name or code in '#format'>
<h1><b><u><center>
Items in my house<center></u></b></h1>
<br><br>
<h2><b>Electronic Items:</b></h2>
</font>
<br>
<font face="Calibri" color=Your choice>
<ul type=square>
<li>Your item one
<li>Item two, etc.

(Keep on adding the tag on the beginning of this line until your list comes to an end and then follow the next)

</ul>
</font>
<br>
<font face="Lucida Handwriting" color=same as the one you typed after body tag>
<h2>Furniture</h2>
</font>
<br>
<font face="Calibri" color=same as the first list>
<ul type=square>
<li>Item one etc. (Continue until your list end and then,)
</ul>
</body>
</html>

After typing this code, Press Ctrl+S, then type "Items_list.html" and choose where you want to save and click save. NOTE:- Your file will not become an HTML until you put the ".html" extension. And if there are multiple words in your file name then separate them using _

Hope you found my answer useful .
Similar questions