lunes, 14 de marzo de 2011
viernes, 11 de marzo de 2011
HTML Proyect
Create a webpage about yourself, hobbies, persona interest, etc…
Save it as personal personal webpage.html in your 4th period folder
Add:
Titles, links, list of numbers, list of dots, pictures, marquee;
change background, font, font color and make a nice presentation.
At least 10 pictures and 5 links
Webpage 2
Now copy this code to notepad and save it as webpage2.html
in your 4th period folder
in your 4th period folder
<html>
<head>
<title> Miss Dileysi´s Web Page </title>
<BODY BGCOLOR="#FF00FF" TEXT= "purple">
<FONT FACE="Comic Sans MS">
</head>
<body>
<marquee>This words will start moving</marquee>
<h1>An important heading</h1>
<h2>A slightly less important heading</h2>
<p>This is the first paragraph.</p>
<img src="flower.jpg" height="50" width="100">
This is a link to <a href="http://www.w3.org/">W3C</a>
<P>There are two types of lists that you can make in HTML, dotted, and numbered. To make a dotted list of: red, orange, green, blue, purple, black, and brown, type: </P>
<UL>
<LI> red
<LI> orange
<LI> green
<LI> blue
<LI> purple
<LI> black
<LI> brown
</UL>
<P>To make a numbered list of: red, orange, green, blue, purple, black, and brown, type: </P>
<OL>
<LI> red
<LI> orange
<LI> green
<LI> blue
<LI> purple
<LI> black
<LI> brown
</OL>
</body>
</html>
Webpage 1
Now copy this code to notepad and save it as webpage1.html
in your 4th period folder
in your 4th period folder
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph</p>
</body>
</html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph</p>
</body>
</html>
Suscribirse a:
Entradas (Atom)