Thanks to visit codestin.com
Credit goes to www.scribd.com

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

Something New

The document is an HTML webpage titled 'SOMETHING NEW' that features a header encouraging learning. It includes a hyperlink styled with CSS that changes color on hover and an iframe displaying a preview of the linked content. The overall design incorporates a light blue background and centered text.

Uploaded by

Tanmay Doharey
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

Something New

The document is an HTML webpage titled 'SOMETHING NEW' that features a header encouraging learning. It includes a hyperlink styled with CSS that changes color on hover and an iframe displaying a preview of the linked content. The overall design incorporates a light blue background and centered text.

Uploaded by

Tanmay Doharey
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

<HTML>

<HEAD>
<TITLE>SOMETHING NEW</TITLE>
<STYLE TYPE="TEXT/CSS">
A:LINK{COLOR:RED; FONT-SIZE:100PX; TEXT-DECORATION:OVERLINE}
A:HOVER{COLOR:GREEN}
A:ACTIVE{COLOR:BLACK}
BODY{BACKGROUND-COLOR:LIGHTBLUE; COLOR:BLUE; SIZE:50PX; TEXT-ALIGN:CENTER}
IFRAME{BORDER:10PX DOTTED PURPLE}
</STYLE></HEAD>
<BODY>
<H1>LET'S LEARN SOMETHING NEW TODAY</H1>
<A HREF="https://heyletslearnsomething.com/">CLICK HERE</A HREF>
<H2>HERE'S THE PREVIEW OF THIS HYPERLINK</H2>
<IFRAME SRC="https://heyletslearnsomething.com/"HEIGHT=1000 WIDTH:1000></IFRAME>
</BODY>
</HTML>

You might also like