Create a web page about a cooking spice of your choice.
Include a recipe that uses your selected spice.
The following requirements must be met:
Besides the standard HTML tags, you must use all of the following at least once:
1. title
2. heading (centered via use of text-align style attribute)
3. sub headings (not centered)
4. paragraphs
5. line breaks
6. bold text
7. italic text
8. combined bold and italic text
9. quotation marks
10. non breaking spaces
11. less than symbol
12. greater than symbol
13. horizontal rule
14. internal (not visible in displayed page) comment
Do not use any other tags that we have not learned about
yet.
That means no images, no special fonts, etc.
You may use "filler text" to fill out paragraphs as shown in the
assignment example.
However, you must also have some specific, non-filler text.



<!-- This is a information -->
<html>
<head>
<title>HTML Page</title>
<meta charset="UTF-8">
<style>
h1 {color:red;}
h2 {color:green;}
h3 {color:maroon;}
h4 {color:pink;}
p {color:blue;}
</style>
</head>
<body>
<h1 align="center"> HTML
INFORMATION</h1>
<h2 > What is Html ?</h2>
<p align="left"><b>HTML is a computer language devised
to allow <q>website creation</q>. These websites can
then be viewed by anyone else connected to the Internet. It is
relatively easy to learn, with the basics being accessible to most
people in one sitting; and quite powerful in what it allows you to
create. It is constantly undergoing revision and evolution to meet
the demands and requirements of the growing Internet audience under
the direction of the W3C, the organisation charged with designing
and maintaining the language.</b></p>
<h3>Definition:</h4>
<p align = "left"> <i><q>HTML is HyperText Markup
Language.</q>
HyperText is the method by which you move around on
the web by clicking on special text called hyperlinks which bring
you to the next page. </br>The fact that it is hyper just
means it is not linear
i.e. you can go to any place on the Internet whenever you want by
clicking on links there is no set order to do things in.
<br>Markup is what HTML tags do to the text inside them. They
mark it as a certain type of text (italicised text, for
example).</br>
<br>HTML is a Language, as it has code-words and syntax like
any other language.</br></i></p>
<hr>
<h4> How does it work ?</h4>
<p align = "left"><b><i> HTML consists
of a series of short codes typed into a text-file by the site
author these are the tags. The text is then saved as a html file,
and viewed through a browser, like Internet Explorer or Netscape
Navigator. This browser reads the file and translates the text into
a visible form, hopefully rendering the page as the author had
intended. Writing your own HTML entails using tags correctly to
create your vision. You can use anything from a rudimentary
text-editor to a powerful graphical editor to create HTML
pages.</b></i></p>
<!-- closed information -->
</body>
</html>


Create a web page about a cooking spice of your choice. Include a recipe that uses...
JUDY'S HTML TUTORIAL MENU CREATING YOUR FIRST WEB PAGE The best way to make a web page is to just dive right in. Open Notepad. To open notepad in Windows, click the windows icon in the lower left corner of the screen and then type "notepad." Notepad is a text editor. Other text editors you may consider are TextPad, Sublime Text, or NotePad++. Do not use Word or WordPad; they are word processors. If you are using an Apple computer...
5. ///////////////////////////////////////////////// Using javascript Create a paragraph on your page that says “This isn’t even my final form!” ( This isn’t even my final form! ). Add a JS mouseover event to that paragraph. When the paragraph has a mouse hovering over it, the text inside should change to “This is my second form!” ( This is my second form! ). Add one more event handler so that when that paragraph is double-clicked, the text will say “THIS is my...
Different answer beside the existing one Create a web site (set of web pages) for a zoo. The following requirements must be met: 1. The home page must have an image map with 2 hot spots. One of the hot spots must be a circle shape; the other must be a polygon shape. The example output home page image map has 4 hot spots (3 circles and 1 polygon). Your image map must be based on a real zoo map....
This is your opportunity to be creative! You are required to create a minimum of two HTML pages. The first required web page is your Home Page, which is about you. The second web page describes a place to which you have traveled or would like to travel. Each of your web pages will be graded for content, creativity, and for appropriate use of the HTML statements that have been discussed in class. You must use a text editor and...
Design an original, professional web site following the specifications listed below. This web site will be for a business you plan to set up for yourself or for someone else. The following is a detailed list of the requirements for your web site. READ them carefully. Instructions - Web Site Requirements for the web site: General: You will thoroughly test all your pages in more than one browser. All links MUST work. All graphics must show on the page. All...
Creating the Home and Template Pages Overview In this assignment, you will start building your Web site for your fictional organization by creating a homepage using HTML5 and some of the key elements that define a Web page. You are required to use either a simple text editor to write your code, or an enhanced text editor such as Brackets. Note: Microsoft Word is not a good tool for developing code because it is a document processor and not a...
2 Apply Your Knowledge Reinforce the skills and apply the concepts you learned in this chapter Styling a Webpage Instructions: In this exercise, you will use your text editor to create external, embedded, and inline styles for the Durango Jewelry and Gem Shop home page. You will style the sections of the semantic wireframe header, nav, main, and tooter and a div element that surrounds all of the content to center the content on the page. You will also float...
To respond to the Learning Activities, click on the blue hyperlink in the Topic area. Week 1 Learning Activity You will read the learning activity below and follow the instructions provided. You will create the memorandum and submit in the discussion area. Post the entire memorandum into the discussion area rather than provide as an attachment. Do not post in the discussion area until you have written the memorandum. If the seal is broken without posting, a zero for this...