Computer Science, asked by ayushpapa132, 9 months ago

hello friends please help me to give HTML notes.I have no books so please help Please​

Answers

Answered by dillonbarnes07
1

HTML notes:

Template:

<!DOCTYPE html?

<html>

<head>

<title>This is the title on the tab</title>

</head>

<body>

<h1>Headings go all the way to h6.</h1>

<p>This is a paragraph>

<a src="link here">LINK TEXT HERE</a>

<img src="imagehere">

</body>

</html>

Hope this helps!

For more go to w3schools.com. They have loads of good HTML stuff.

Similar questions