Friday, November 3, 2017

@@HTML All code @@

 Blank text code

 <html> <head> <title>Watch Live Football game</title> </head> <body> </body> </html>




==============================================================================================================

Adding to the <body> tag

So now my body tag looks like this, included with the rest of the HTML file so far:


   <html>
   <head>
   <title>Dave Kristula's Internet Home</title>
   </head>

   <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000">
   </body>
   </html>


=============================================================================================================

  Link color

<b><a href="http://livevslivestream.com/ufc" style="color:greenyellow;">Watch Live Sports online tv</a></b>


........................................................
HTML color codes and names.

Red colors: crimson,darksalmon,=Orange colors=orangered,darkorange= Green colors=

limegreen,forestgreen,springgreen,olivedrab,greenyellow,==Blue colors== mediumblue,deepskyblue
=======================================================================

 HTML text link

<a href="http://livevslivestream.com/ufc">UFC 217 Fight Live</a>

================================================================================
HTML image link

<a href="http://livevslivestream.com/ufc"><img src="link/flower.jpg" width="520" height="170"

alt="Flower"></a>

========================================================================================
  HTML button link

<form action="link/html-button-link.htm">
    <input type="submit" value="Watch Live sports"> </form>

=================================================================================
 Text Link

<a href="http://livevslivestream.com/ufc"> <b>UFC 217 Online</b></a>

================================================================
Button code
....................

 <form>
<input style="width:205px; padding:9 px; cursor: pointer; box-shadow: 6px 6px 5px; #999; -webkit-box-shadow:

6px 6px 5px #999; -moz-box-shadow: 6px 6px 5px #999; font-weight: bold; background: #ffff00; color:d0d0d0;

border-radius: 10px; border: 1px solid #999; font-size: 150%;" type="button" value="Just click Here Link"

onclick="window.location.href='http://livevslivestream.com/ufc'" />
</form>

No comments:

Post a Comment