Skip to content

Instantly share code, notes, and snippets.

View rajkumar060301's full-sized avatar
👌
help the poor

Er. Raj Kumar rajkumar060301

👌
help the poor
View GitHub Profile
@rajkumar060301
rajkumar060301 / HtmlTagFormat.html
Created September 11, 2021 11:33
HTML tags for text formatting
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> Tage Example</title>
</head>
<body>
<!--Explain the HTML tags for the following text formatting with example.
a) Superscript b) Subscript c) Strike through
@rajkumar060301
rajkumar060301 / TableAssignment-2.html
Created September 11, 2021 09:35
List of Course-wise Subjects
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<style>
table,td,th{
border: 2px solid blue ;
text-align: center;
}
</style>
@rajkumar060301
rajkumar060301 / resume.html
Last active September 3, 2021 17:07
It is my resume web page with html andcss code implement
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
table, th, td{
border: 1Px solid black;
border-collapse: collapse;
text-align: center;
}
@rajkumar060301
rajkumar060301 / Table.html
Created September 2, 2021 15:55
this is the table code for htm,this is use for qualification
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
table, th, td{
border: 1Px solid black;
border-collapse: collapse;
text-align: center;
}