0% found this document useful (0 votes)
3 views3 pages

HTML Document Structure Guide

The document appears to be an incomplete HTML template with various elements such as headings, paragraphs, lists, tables, images, and links. It lacks specific content and attributes, indicating it may be a draft or placeholder. Overall, it serves as a structural outline for a web page without any meaningful information.

Uploaded by

vohuunhan075
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views3 pages

HTML Document Structure Guide

The document appears to be an incomplete HTML template with various elements such as headings, paragraphs, lists, tables, images, and links. It lacks specific content and attributes, indicating it may be a draft or placeholder. Overall, it serves as a structural outline for a web page without any meaningful information.

Uploaded by

vohuunhan075
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

<html>

<head>
<meta charset/>
<meta name=”” content=””/>
<link rel=”” href=””>
<title>
</head>
<body>
<h1>, <h2>, <h3>,….;
<p>;

<ol>
<li>
<li>
<li>,…;
<div>;
<span>;
<a href=””>;
<img src=””>;

<table>
<tr>
<th>
<th>
<th>
</tr>
<tr>
<td>
<td>

<td>
<td>
<td>

</tr>,…;
<video>;
<canvast>;

<ul>
<li>
<li>
<li>;

You might also like