Jump to content

lylez

Members
  • Posts

    4
  • Joined

  • Last visited

  • Days Won

    1

lylez last won the day on February 10 2021

lylez had the most liked content!

lylez's Achievements

Newbie

Newbie (1/7)

1

Reputation

  1. Would be great if you had a special chapter devoted to creating website that has an index on the left side which updates the highlighted text in response to the user scrolling up and down on the right side. For example: https://docs.spring.io/spring-data/commons/docs/current/reference/html/#reference. I do realize that there's probably enough on the html tutorial to eventually be able to hack this thing together on your own, but I think it deserves its own special section/chapter. Thanks.
  2. lylez

    jquery link

    Per http://www.w3schools.com/jquery/tryit.asp?filename=tryjquery_lib_google I tried using <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> in order to use JQuery, but it didn't work. After some research, I changed it to this: <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> and then it worked. Might want to update the tutorials. Regards lylez
  3. I'm just getting started learning html. I want to write strict code (xhtml), but incorporate the new stuff in html5. Seems html5 has the same laxness that html has, compared to xhtml. I guess what I really want is xhtml 5. How do I direct the browser to do this, or is there a way? Thanks.
×
×
  • Create New...