When we know the language but are out of touch or haven't made any projects for too long we have to restart with those long tutorials
So here I bring the key points where you can revise it
<!DOCTYPE html>
<html lang="en">
<head>
<title>HTML SECRETS</title>
</head>
<main>
<header></header>
<body></body>
<footer></footer>
</main>
<i>
for italic<b>
for bold<u>
for underline<div>
for writing paragraphs and for distinguishing between paragraph</div>
<pre>
If you want that space to occupy the same space as you type in context</pre>
<br>
for the next line</br>
<span>
for space</span>
<img src="for-link" alt="If the image did not upload then it will show this content" heigth=" in pixel" width=" in pixel">
<video src="video link" >
My Video<iframe
src="wikipedia.org" height="1000" width="1000"></iframe>
<
a href="#"
> It will show the link in Blue Color-->
target="_main
" used in an anchor tag to open a particular attribute in a new tab<p>
for paraphrase</p>
<hr>
for liningTABLE FORMAT
<table>
<thead> <tr> <th>
pinak</th>
<th>
jasmine</th> </tr>
</thead>
<tbody>
<tr> <td>
2001</td>
<td>
3007</td> </tr>
</tbody>
</table>
<ul><li>
for listing elements<li></ul>
<ol><li>
for listing<li></ol>
<form action="/action.php">
is for making form</form>
<input type="text" placeholder="username">
<input type="password" placeholder="password">
<input type="radio" value="class12" name="class12" id="103" >
class 11<label for="physics">
<input type="checkbox" value="maths" name="subject" id="108">
MATHS
</label>
<select name="city">
<option value
\="Delhi" >DELHI</option>
<option value
\="Merrur" >MERRUT</option>
</select>
<textarea name
\="feedback" id="106" placeholder="enter feedback" row="8">
for feedback
feedback</textarea>
<input type="submit" value="submit">
For Submit Button<article>
paragraph</article>
<section>
content inside relates to a single theme</section>
<aside>
for advertisement</aside>
###subscribe for more....