how to make food colour program in html

Solutions on MaxInterview for how to make food colour program in html by the best coders in the world

showing results for - "how to make food colour program in html"
Antonio
13 Jan 2017
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2<html>
3<head>
4  <title>My first styled page</title>
5</head>
6
7<body>
8
9<!-- Site navigation menu -->
10<ul class="navbar">
11  <li><a href="index.html">Home page</a>
12  <li><a href="musings.html">Musings</a>
13  <li><a href="town.html">My town</a>
14  <li><a href="links.html">Links</a>
15</ul>
16
17<!-- Main content -->
18<h1>My first styled page</h1>
19
20<p>Welcome to my styled page!
21
22<p>It lacks images, but at least it has style.
23And it has links, even if they don't go
24anywhere25
26<p>There should be more here, but I don't know
27what yet.
28
29<!-- Sign and date the page, it's only polite! -->
30<address>Made 5 April 2004<br>
31  by myself.</address>
32
33</body>
34</html>
35
similar questions
queries leading to this page
how to make food colour program in html