create an html page computer
Answers
Answered by
3
Your answer :
Basic Structure of HTML :
<html>
<head>
<title>... </title>
</head>
<body>
.
.
.
</body>
</html>
Now using this HTML structure you can create webpages!
Hope this helps.
Have a nice day =)
Basic Structure of HTML :
<html>
<head>
<title>... </title>
</head>
<body>
.
.
.
</body>
</html>
Now using this HTML structure you can create webpages!
Hope this helps.
Have a nice day =)
Answered by
3
<!DOCTYPE html>
<html>
<head>
<title>wikiHow Fan Page</title>
</head>
<body>
<h1>Welcome to My Page!</h1>
<p>This is a fan page for wikiHow. Make yourself at home!</p>
<h2>Important Dates</h2>
<p><i>January 15, 2019</i> - wikiHow's Birthday</p>
<h2>Links</h2>
<p>Here is a link to wikiHow: <a href="www.wikihow.com">www.wikihow.com</a></p>
</body>
</html>
Similar questions
Environmental Sciences,
7 months ago
Social Sciences,
7 months ago
Chemistry,
7 months ago
Social Sciences,
1 year ago
CBSE BOARD X,
1 year ago
Physics,
1 year ago
History,
1 year ago