html and css
<!DOCTYPE html>
<html lang="en">
<head>
<title>practice set 1</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- <div id="box">
my name is ibrahim kahell and i am in the college of dacg poletechenic and i am good student and toper of the class -->
<!-- </div> -->
<h1 class="heading">heading a </h1>
<h2 class="heading">heading b </h2>
<h3 class="heading">heading c</h3>
<button style="background-color:blue;">click</button>
</body>
</html>
css script
button{
background-color: green;
<!DOCTYPE html>
<html lang="eng">
<head>
<title>portfilo</title>
<h1>My portfilo</h1>
</head>
<body>
<pre>
<hr>
<a href="https://google.com"target="_main"><img src="image2.jpg" alt="google"></a>
<hr>
<big>
Name : Ibrahim khaleel
Father name : Mohammed Isaq
Mother name : Namzima firdose
Brother name : Faiz and Thyab
</big>
</pre>
<hr>
<a href="/Education.html"target="_main">Education</a><br>
<a href="/project.html"target="_main">projects </a><br>
<a href="/Experience.html"target="_main">Experience</a>
<table border="1">
<caption>
DATA INFO
</caption>
<tr>
<th>Name </th>
<th>class</th>
</tr>
<tr>
<td>sagar</td>
<td>3rd sem</td>
</tr>
</table>
<form action="/action.php">
<input type="text" placeholder="user name">
</form>
<form>
<input type="password" placeholder="passward">
<input type="radio" value="class 12" name="class">class12
<input type="radio" value="class 13" name="class">class13
</form>
</form>
</table>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>This is my fist HTML code </title>
</head>
<body>
<h1>The portfilo </h1>
<p>These is my first project that i have ever done in my life</p>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Experience </title>
</head>
<body>
<h1>The school Experience </h1>
<p>
In my school days i have learned the basics of the HTML code and i am continuing to learn the coding in advance
and i am planing to become full stack developer in futer
</p>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Education</title>
</head>
<body>
<h1>10 pass</h1>
<p>I have passed my 10 in 2020
and I have scord 91% and i am good student in maths, science, social, and i am weak in languages
</p>
</body>
</html>
}
Comments
Post a Comment