0% found this document useful (0 votes)
4 views1 page

HTML Document Structure Guide

The document is an HTML code snippet that includes various elements such as title, meta tags, headings, and paragraphs. It contains errors in syntax, such as incorrect attribute formatting and unclosed tags. Overall, it appears to be a basic structure for a webpage with a green background and yellow heading.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

HTML Document Structure Guide

The document is an HTML code snippet that includes various elements such as title, meta tags, headings, and paragraphs. It contains errors in syntax, such as incorrect attribute formatting and unclosed tags. Overall, it appears to be a basic structure for a webpage with a green background and yellow heading.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

<html>

<head>
<title>
<meta name="my name "content='ANKIT SINGH">
<meta name="Keywords content="HTML;
<meta http-equiv=Refresh"content="2"
<head>
<body bgcolour=green">
<h1 style="background-color:yellow; text-align:center;"><welcome to HTML</h1>
<h2><First heading</h2>
<h3><Third heading</h3>
<h4><fourth heading</h4>

<p>Hello Paragraph1</p>
<p>Hello paragraph2</p>

<body>
< html>

You might also like