Post: Very Basic html (Images , header Links and Windows)
12-23-2010, 11:54 AM #1
DarkendC
Save Point
(adsbygoogle = window.adsbygoogle || []).push({}); Header and paragraph
Outcome:
You must login or register to view this content.

Code:
    <html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html>




Header and Image
Outcome:
You must login or register to view this content.

Code:
    <html>
<body>

<h2>This is a Image</h2>
<img border="0" src="https://dailysoftwarez.net/Forum/styles/absolution/imageset/logo1.png" alt="Daily softwarez"

</body>
</html>





Modify the size of the image with code
Outcome:
You must login or register to view this content.

Code:
    <html>
<body>

<h2>This is a Image</h2>
<img border="0" src="https://dailysoftwarez.net/Forum/styles/absolution/imageset/logo1.png" alt="Daily softwarez"width="200" height="50" />

</body>
</html>


Basic text link

Outcome:
You must login or register to view this content.
Code:
    <a href="https://Dailysoftwarez.net">Link text</a> 


Image link

outcome:
You must login or register to view this content.
Code:
    <html><body><a href="https://dailysoftwarez.net" 

target="_blank"><img

src="https://dailysoftwarez.net/Images/wadio1.png"></a></body></ht

ml>


Note: you can also modify the size eg
Outcome
You must login or register to view this content.
Code:
    <a href="https://dailysoftwarez.net" target="_blank"><img 

src="https://dailysoftwarez.net/Images/wadio1.png" width="100"

height="100" /></a>


Opening a new link in a window
Outcome:
You must login or register to view this content.
>
You must login or register to view this content.
Code:
    <a href="javascript:;" onClick="window.open

('https://stream.wadiomedia.org/flash/clean/','Radio','width=220,h

eight=190'Winky Winky"><img border="0"

src="https://dailysoftwarez.net/Images/wadio1.png" /></a


Note: you can also adjust the width of the new window
(adsbygoogle = window.adsbygoogle || []).push({});

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo