Skip to content

This was my very first HTML/CSS webpage I ever built.

Notifications You must be signed in to change notification settings

Coppercove/MyFirstWebPage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

MyFirstWebPage

This was my very first HTML/CSS webpage I ever built.

<title>Home Page</title>
 <style type="text/css">
	
	body {background-image: url("background.jpg"); background-repeat: auto; color: red;}
	
	ul {list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #333333;}
	
	li {float: left;}
	
	li a {display: block;color: white;text-align: center; padding: 16px; text-decoration: none;}
	
	li a:hover {background-color: #111111;}
	h1 {color:black; font-weight:italic;}
	a{color:yellow; font-size:1.2em; font-weight:bold;}
	.highlight{font-size:14pt; font-weight: bold italic; color:red;} 
	a:link{color: green;}
	a:visited{color: purple;}
	a:hover{color: red;}
	a:active{color: yellow;}
	p{text-indent:40px; color: yellow;}
	
	
 
 </style>
Link To My 2nd Page
<header>
OCC

What have I learned from IST 126?

I have learned a lot from this IST 126 class. I am currently pursuing my degree in computer science. After taking this class I think I will go into web design using the skills I learned from this class.

<p>Taking this class solidified my decision into choosing my career as a website designer. I really ernjoyed this class because it taught me how to build a website from the ground up. Having this basic knowledge will help get me the career I would like to have.</p>
<a href="project_pg2.htm">Click Here To Read More</a>

<p></p>
</div>
</aside>

IST 126
Owens Community College • Perrysburg, OH 43551
Microsoft | Best Buy | Blizzard Games | Lightseekers TCG |

profile for Adam Montgomery on Stack Exchange, a network of free, community-driven Q&A sites Back to top of page

About

This was my very first HTML/CSS webpage I ever built.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published