html body { margin-top: 50px !important; } #top_form { position: fixed; top:0; left:0; width: 100%; margin:0; z-index: 2100000000; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; border-bottom:1px solid #151515; background:#FFC8C8; height:45px; line-height:45px; } #top_form input[name=url] { width: 550px; height: 20px; padding: 5px; font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; border: 0px none; background: none repeat scroll 0% 0% #FFF; }
, and to provide the structure and content for the web page
3. Including text, images, and a hyperlink within the HTML tags to build out the content of the web page
4. Explaining each HTML tag and how to properly write them to develop the web page structure and components">
How To Make A Simple Web Page Using HTML
How To Make A Simple Web Page Using HTML
How to Make a 2
Simple Web Page
using HTML
_____________________________
In this chapter, we will learn the following to World Class Web
standards:
2-1
How to make a simple web page using HTML
2-2
How to make a simple web page using HTML
2-3
How to make a simple web page using HTML
2-4
How to make a simple web page using HTML
2-5
How to make a simple web page using HTML
2-6
How to make a simple web page using HTML
2-7
How to make a simple web page using HTML
2-8
How to make a simple web page using HTML
2-9
How to make a simple web page using HTML
At Ohio Digital Art, is William Andrews, who has been designing products for a myriad
of organizations since 1970's. He also is constantly supervising and teaching with over
500 designers and engineers since 1990
Military Products:
Transportation Products
Software Projects
Art
Web Projects
2-10
How to make a simple web page using HTML
Defining the Font Style and Size of the Text in the Web Page
____________________________________________________________
For our webpage, we choose an Arial font and a HTML font size of 2. We use the font
tag to accomplish this task. After opening a paragraph <p> and typing <font, we type
face=”Arial” to assign the font and after a space, we add size="2">. After typing the text
we want, close the paragraph with a </font></p>.
2-11
How to make a simple web page using HTML
<head>
<title>About Us</title>
</head>
<body>
<p><a href="index.html">Home</a></p>
<p><font face="Arial" size="2">At Ohio Digital Art is our lead digital artist, William Andrews, who has been designing products for
a myriad of organizations since 1970's. He also is constantly supervising and teaching designers and engineers since 1990
</font></p>
<p><font face="Arial" size="2">Designing and implementing a military Ballistic Computation system </font></p>
2-12
How to make a simple web page using HTML
</body>
</html>
Figure 2.11 – Saving our First Web Page to the Basic HTML Folder
2-13
How to make a simple web page using HTML
Figure 2.12 – Viewing Our First Web Page in the Web Browser
Once we chose our file and open up our HTML web page, the page should show the
heading, graphic and text. If the page does not show anything or the looks funny, then
there is an error in our code. Make sure we have all our brackets in the right place and
that no code is missing a bracket. After we make our changes, save the HTML file again
and view the page in the browsing application. We our page is error free, then we have
just successfully made our first web page using HTML programming.
* World Class CAD Challenge 15-5 * - Create an About Us web page in Microsoft
Notepad or other similar software application that communicates adequately to
your target audience. The web page should contain no errors. Complete this task
in less than 60 minutes to maintain your World Class ranking.
Send your best time and a copy of your webpage for verification to the authors of
these problems to have your name, location and time posted. See the web site
for instructions.
www.worldclasscad.com
2-14