This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" | |
| "http://www.w3.org/TR/html4/strict.dtd" | |
| > | |
| <html lang="en"> | |
| <head> | |
| <title><!-- Insert your title here --></title> | |
| </head> | |
| <body> | |
| <script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title> Contact Us </title> | |
| <head> | |
| <link rel="stylesheet" type="text/css" href="style.css"> | |
| <script type="text/javascript"> | |
| function valid() | |
| { | |
| var fname=document.getElementById("fname").value; | |
| var lname=document.getElementById("lname").value; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title> Contact Us </title> | |
| <head> | |
| <link rel="stylesheet" type="text/css" href="style.css"> | |
| <script type="text/javascript"> | |
| function valid() | |
| { | |
| var fname=document.getElementById("fname").value; | |
| var lname=document.getElementById("lname").value; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title> Contact Us </title> | |
| <head> | |
| <link rel="stylesheet" type="text/css" href="style.css"> | |
| <script type="text/javascript"> | |
| function valid() | |
| { | |
| var fname=document.forms["myForm"]["fname"].value; | |
| var lname=document.forms["myForm"]["lname"].value; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <title> Resume - Ravi Daram</title> | |
| <link href="style.css" rel="stylesheet" type="text/css" media="screen" /> | |
| </head> | |
| <body> | |
| <div id="wrapper"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <title> Resume - Ravi Daram</title> | |
| <link href="style.css" rel="stylesheet" type="text/css" media="screen" /> | |
| </head> | |
| <body> | |
| <div id="wrapper"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset=utf-8 /> | |
| <title>Layout</title> | |
| <!--[if IE]> | |
| <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |