Skip to content

Instantly share code, notes, and snippets.

View 1998rahulpatel's full-sized avatar

RAHUL PATEL 1998rahulpatel

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>ID and Class Page</title>
<style>
#main-navigation {
color: brown;
}
h1 {
<!DOCTYPE html>
<html>
<head>
<title>Tables Page</title>
</head>
<body>
<h1>Lets Play with Tables</h1>
<table border="1">
<tr>
<!DOCTYPE html>
<html>
<head>
<title>List Page</title>
</head>
<body>
<h1>Lets Play with Lists</h1>
<!-- Unordered List -->
<ul>
<!DOCTYPE html>
<html>
<head>
<title>HTML FORMATTING</title>
</head>
<body>
<h1>HTML Formatting</h1>
This is just text.
<!DOCTYPE html>
<html>
<head>
<title>Getting Started with HTML</title>
</head>
<body>
<h1>Header 1</h1>
<p>This is an example of a paragraph.</p>
<p>This is my second paragraph.</p>
<h2>Header 2</h2>
<!DOCTYPE html>
<html>
<head>
<title>Getting Started with HTML</title>
</head>
<body>
<h1>Header 1</h1>
<p>This is an example of a paragraph.</p>
<p>This is my second paragraph.</p>
<h2>Header 2</h2>