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

!doctype HTML

The document is an HTML page titled 'DAYS OF THE WEEK' that lists the days of the week with various formatting styles. Each day is presented in a different text style such as bold, italic, underline, superscript, subscript, strikethrough, and a hyperlink. There are some formatting errors in the HTML structure.

Uploaded by

ssityadrav
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)
6 views1 page

!doctype HTML

The document is an HTML page titled 'DAYS OF THE WEEK' that lists the days of the week with various formatting styles. Each day is presented in a different text style such as bold, italic, underline, superscript, subscript, strikethrough, and a hyperlink. There are some formatting errors in the HTML structure.

Uploaded by

ssityadrav
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
You are on page 1/ 1

<!

DOCTYPE HTML>
<html>
<head>
<title> DAYS OF THE WEEK <title>
</head>
<body> <h1> <p align="center">DAYS OF THE WEEK </h1>
<br> <h1> <b> sunday</b> </h1>
<br> <h1> <i> monday</i> </h1>
<br> <h1> <u>tuesday</u> </h1>
<br> <h1> <sup> wednsday </sup> <\h1>
<br> <h1> <sub> thursday</sub> </h1>
<br> <h1> <strike>friday</strike> </h1>
<br> <h1> <a>saturday</a> </h1>
</body>
</html>

You might also like