[SOLVED] How would I make a clickable link using css?

This is how it looks in blogger
http://i.imgur.com/22sRkEN.png

And when I try to put the code in I get this error on there"
Error parsing XML, line 69, column 24: Open quote is expected for attribute “tabindex” associated with an element type “div”

I tried this it didn’t work. Also, I want to keep the url in the html section.

div {
width: 300px;
height: 24px;
background: #999;
cursor: pointer;
}
a {
display:block;
height: 24px;
}

<div tabindex=1><a href="http://google.com" target="_blank">google</a></div>

------------------------------------------------------------------------------------------------------

Updated Code: Works*

body {
background: #000000;
padding:0;
margin:0;
}
table {
border-spacing:0;
}
td.one{
outline: 1px solid #4703C5;
padding-top: 30px;
padding-right: 50px; 
padding-bottom: 20px; 
padding-left: 50px;
}
a:link {
background-color: orange;
color: white;
width:300px;
height:24px;
display: block;
}
td.two{
outline: 1px solid #4703C5;
padding-top: 0px; 
padding-right: 50px; 
padding-bottom: 20px; 
padding-left: 50px;
}
td.three{
outline: 1px solid #4703C5;
padding-top: 0px; 
padding-right: 50px; 
padding-bottom: 30px; 
padding-left: 50px;
}
h3 {
color: #BA4B49;
font-weight:bold; 
line-height:1;
font-size:30px;
margin:0;
}
]]>

`--------------------------------`

 <table align='center' border='0'>
      <tr>
        <td class='one'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='one'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='one'>
          <h3>
            Radio
          </h3>
<a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='two'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
      <tr>
        <td class='three'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='three'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
        <td class='three'>
          <h3>
            Radio
          </h3>
          <a href='https://www.google.com/' target='_blank'>
          </a>
        </td>
      </tr>
    </table>
1 Like

Please try and validate the script because it is far quicker to receive an answer to your problem.

https://validator.w3.org/#validate_by_uri

I just saw these two pages

So you’ve written a few HTML pages, and they seem to display ok to you, but there are a few things not quite right with them. What is the best way to start finding out what is wrong, and ensure that these pages (and any future pages you write) will be displayed properly across browsers, with no errors?

.

Validation is your early-warning system about introducing bugs into your markup that can manifest in interesting and hard-to-determine ways. When a browser encounters invalid HTML, it has to take an educated guess as to what you meant to do—and different browsers can come up with different answers.

When constructing the DOM, the quality of the markup is very important. If the markup is not valid — for example if elements are not closed correctly — it’s much harder to create a tree structure from it. If, say, a document contains the markup <html><head><body></body></html> — what is the browser going to do? Make body a child of head? Since the head contents are not visible in user agents, this might make the entire document disappear!

Because invalid markup is so common, browsers have to add lots of special rules for creating DOM structures from invalid markup. These rules differ somewhat between browsers, which means that using invalid markup dramatically increases the risk that your site will appear differently in different browsers — or even break completely in some of them.

2 Likes

I’m trying to get this code to work in blogger: http://jsfiddle.net/RG8wW/62/

If you give an a element an href attribute, then
you have made a clickable link. :ok:

CSS has absolutely nothing to do with this process. :ng:
CSS has absolutely nothing to do with this process. :ng:

To be sure, to be sure. :sunglasses:

coothead

5 Likes

The jsFiddle code fails validation. Please rectify the errors…

Here: https://jsfiddle.net/qr8zvbgt/1/

Many thanks for posting the link to an entirely different jsFiddle which also will not validate :slight_smile:

If you have a website then please upload your test scripts, validate both HTML and CSS, when and only when there are no errors then supply the link to the test web-page.

Both the HTML validate link I supplied previously and the following CSS validation check supplies links which may be used on your website.

https://jigsaw.w3.org/css-validator/

3 Likes

@asasass

Have you tried the following?

https://validator.w3.org/#validate_by_uri

How come Google hasn’t fixed any of their errors? https://validator.w3.org/nu/?doc=https%3A%2F%2Fgoogleblog.blogspot.com%2F

Google is big enough to go their own way and to ignore the W3.org specifications.

I assume you do not have your own website?

If you do not have your own website then maybe search for a “Free Website Hosting Sites” and upload your scripts.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.