Skip to main content

Posts

Showing posts from March, 2019

Web design- Week 4

Web design- week 4 JavaScript and jQuery Html Old JavaScript webpages used to use links such as:                <ahref=”/more-info.html”>Moreinfo</a> A pure menu html is:              <ui>                        <li><ahref=”index.html”>home</a></li>                        <li><ahref=”more-info>moreinfo</a></li>              </ul> This will only load a new URL, no styling.  JavaScript is the most popular programming language in the world. Using JavaScript you can: -    ...

Week 3

Recap Head is at the top, only one head and one body. Head is not seen on the website but is used so browsers can find the webpage. <span> is similar to <div>   <div> is only one per line! <html> covers everything on the page, so we need to have it. Web responsive pages Can use CSS frameworks We need to add that code so that it will zoom. Set width cussing next code etc. Use small images so they will load quickly on a mobile, as people won’t wait for it to load. Use pictures source. Make it for the smallest device first. Use VW instead of PX as it will change the size. PRIORITISE PHONES! I found this website that shows how to set up a basic web page, so it'll be super helpful! https://www.sitepoint.com/a-basic-html5-template/