Skip to content

Instantly share code, notes, and snippets.

@ravidaram
ravidaram / style css
Created June 23, 2013 02:51
style css
body
{
background-color:#d0e4fe;
}
h1
{
color:orange;
text-align:center;
}
@ravidaram
ravidaram / homepage
Created June 23, 2013 03:10
Home Page
<html>
<head>
<title> My First Class Task </title>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
</head>
<body>
<img src="C:\RoR\photo.jpg">
@ravidaram
ravidaram / aboutus
Created June 23, 2013 03:21
aboutus
<html>
<head>
<title> About Us </title>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
</head>
<body>
<P>
@ravidaram
ravidaram / style
Created June 23, 2013 03:30
style css for image
body
{
background-color:#d0e4fe;
}
h1
{
color:orange;
text-align:center;
}
@ravidaram
ravidaram / contactus
Created June 23, 2013 03:33
Contact us page
<html>
<head>
<title> Contact Us </title>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
</head>
<body>
<h1> Manheim </h1>
@ravidaram
ravidaram / contact us
Created June 23, 2013 03:39
Contact us with forms
<html>
<head>
<title> Contact Us </title>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
</head>
<body>
<form>
@ravidaram
ravidaram / AboutUs
Created June 26, 2013 04:16
Classwork
<html>
<head>
<title> About Us </title>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
</head>
<body>
<a href="homepage.html"> Home </a>
@ravidaram
ravidaram / Resume
Last active December 19, 2015 04:58
Class Work 07/01/2013 - HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"
>
<html lang="en">
<head>
<title> Resume - Ravi Daram</title>
<style>
body
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset=utf-8"/>
<title>Website Title</title>
<link href="style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
@ravidaram
ravidaram / Profile
Created July 4, 2013 04:31
Home Work - 07/03/2013 - Using HTML5 Tags
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Layout</title>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>