Search results

  1. D

    HTML Tags H1 And H2

    For someone who's using a smartphone the proportions of the content in the <h1> <h2> tags are going to be normal; the phone won't interpret your site differently. You could create a link to a site specifically designed for smartphone navigation, if you wanted. But if you wanted to further...
  2. D

    Is HTML Different For Each Browser

    So long as you're using an updated browser, you should be alright. In the past it was older versions of IE that gave me issues with my code but Chrome, Firefox and IE10 have been great for me so far.
  3. D

    Bold vs Strong HTML Tags

    Yea, I use <strong> as well. I too had to break the habit of using <b> lol It felt weird at first but seeing as how CSS is everywhere it makes sense to get used to it.
Back
Top