CODE BY SUSHANT |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>replit</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<!-- WE USING HEADING TAG -->
<h1>This is h1 paragraph.</h1><br>
<h2>This is h1 paragraph.</h2><br>
<h3>This is h1 paragraph.</h3><br>
<h4>This is h1 paragraph.</h4><br>
<h5>This is h1 paragraph.</h5><br>
<h6>This is h1 paragraph.</h6><br>
</div>
<div>
<!--NOW WE ARE USING PARAGRAPH TAG -->
<p>This is Paragraph.</p><br>
</div>
<div>
<!--NOW WE ARE USING ANCHOR TAG-->
<a href="https://cybersushant.blogspot.com/">Go to cyber sushant website</a>
<br>
<br>
<br>
</div>
<div>
<!--NOW WE USING IMG TAG-->
<img src="https://blogger.googleusercontent.com/img/a/AVvXsEhlIDLT4ZypXMxyZqsgsvZU4oQap--XzUlcLCeBOjUnHyuvW3af57rcDjnd1CLqY9Y5x8d7ZjxkN_bXWWoT9iGC2kWuQ3Kij2wNFwYiITtuwW6jK8-nWjpIfPSsNZP4UJ3pb7L3xAn4xCixkbDceDKEOqxWGdHPatkWIo5aZTbqftOJTl1mU1mNxU5T=s1600" alt="Image" height="760"><br>
</div>
<div>
<!--HERE WE USE SOME TAGS FOR FORMATING THE TEXT-->
<br><b>This is for bolding the text.</b><br>
<br><i>This is for italic font for text.</i><br><br>
<hr>
<p>This is <u>underline.</u></p><br>
<P>This is <small>small.</small></P><br>
<hr>
<p>This is <big>Big.</big></p><br>
<p>This is <mark>Mark.</mark></p><br>
<hr>
<center>This is center line.</center><br>
<p>This is <strike>Strike.</strike></p><br>
<p>This is <delete>Delete.</delete></p><br>
<hr>
<p>this is <sub>SuperScript.</sub></p><br>
<p>This is <sup>SuperScript</sup></p><br>
<hr>
<pre>
This is pre senteance we can
write anything like this.
</pre><br>
</div><hr>
<span>This is span block.</span>
<div>
<!--NOW WE ARE MAKING LIST IN HTML-->
<!--THETE ARE TWO TYPE OF LIST-->
<ol type="1">
<li>Hacker</li><br>
<li>Programmer</li><br>
<li>Cyber Security Expert</li><br>
<li>Network Adminstrater</li><br>
<li>Technology</li><br>
</ol>
<ul>
<li>Hacker</li><br>
<li>Programmer</li><br>
<li>Cyber Security Expert</li><br>
<li>Netwok Adminstrator</li><br>
<li>Technology</li><br>
</ul>
</div>
<!--NOW WE ARE CREATING TABLE-->
<table>
<thead>
<caption>PERSONAL INFORMATION</caption>
<br>
<tr>
<th>SR</th>
<th>NAME</th>
<th>WORK</th>
<th>CURRENT</th>
<th>SKILLS</th>
</tr>
</thead>
<tbody>
<tr><br>
<td>1</td>
<td>SUSHANT</td>
<td>HACKING</td>
<td>CYBER JOB</td>
<td>PROGRAMMING</td>
</tr>
<tr>
<br>
<td>2</td>
<td>RANI</td>
<td>STUDING</td>
<td>STUDING</td>
<td>MULTY TASKING</td>
</tr>
<tr>
<br>
<td>3</td>
<td>NISH</td>
<td>FORMER</td>
<td>FORMIG</td>
<td>FORMIG</td>
</tr>
<tr>
<br>
<td>4</td>
<td>PRAMOD</td>
<td>MR.MAJNU</td>
<td>IMPRESS GIRL</td>
<td>FLIRTING</td>
</tr>
</tbody>
</table>
<div><br><br>
<!--NOW WE ARE CREATING FORMS -->
<fieldset><legend>form</legend>
<form>
YOUR NAME:- <input type="text" placeholder="ENTER YOUR NAME"/><br>
<br>
<br>
FATHER NAME:- <input type="text" placeholder="ENETR YOUR FATHER NAME"/><br>
<br>
<br>
LAST NAME:- <input type="text" placeholder="ENTER YOUR LAST NAME"/><br>
<br>
<br>
EMAIL ID:- <input type="email" placeholder="ENTER YOUR EMAIL ID"/><br>
<br>
<br>
PASSWORD:- <input type="password" placeholder="CHOSE A STRONG PASSWORD"/><br>
<br>
<br>
PHONE NO: <input type="number" placeholder="ENTER YOUR PHONE NO"/><br>
<br>
<br>
Gander:- <select name="gender">
<option value="male">MALE</option>
<option value="female">FEMALE</option>
<option value="lgbt">LGBT</option>
</select><br>
<br>
<br>
CLASS: <lable><br>11th:- <input type="radio" class="class"/><br></lable>
<br> <lable>12th:- <input type="radio" class="class"/><br></lable>
<br>
<br>
<h1>CHOSE YOURE TECH</h1><br>
<lable><input type="checkbox"name="tech" value="HACKING"/>HACKING</lable> <br><br>
<lable><input type="checkbox"name="tech" value="PROGRAMMING"/>PROGRAMING</lable><br><br>
<lable><input type="checkbox"name="tech" value="NETWORKING"/>NETWORKING</lable><br><br>
<lable><input type="checkbox"name="tech" value="CODING"/>CODING</lable><br><br>
<lable><input type="checkbox"name="tech" value="CYBER SECURITY"/>CYBER SECURITY<br><br>
<lable><input type="checkbox"name="tech" value="TECHNOLOGY"/>TECHNOLOGY</lable><br><br>
<br /><br>
<br />
COMMENT:-<br> <textarea name="comment" rows="25" cols="100"placeholder="ENTER YOUR COMMENT ..... " id="100">
</textarea><br>
<br>
<br>
<input type="submit" value="submit"/><br><br>
</form>
</fieldset>
</div>
<!--NOW WE ARE EMBEDDING VIDEO IN BLOG-->
<iframe width="560" height="315" src="https://www.youtube.com/embed/ly5FEs0F8_I?start=5" title="YouTube video player" frameborder="5"></iframe>
<br>
<br>
<iframe width="560" height="315" src="https://cybersushant.blogspot.com/p/privacy-policy.html"></iframe>
<br>
<br>
<fieldset>
<legend>HOW MANY GF HAVE YOU?</legend>
<textarea cols="100" rows="20" placeholder="enetr your girlfieds"></textarea>
</fieldset>
<br>
<br>
<video src="/y2mate.com - Best couple romantic statusSushantofficialRSsushantbrandstatus_1080p.mp4" height="760" controls autoplay>my video</video>
</body>
</html>
0 Comments