I thought that it was interesting how he mentioned that in the future then it will be the little devices that will be more dominating. So when we design web sites we need to also pay close attention to how it will look on a littler device. He also mentioned how important it is to use the external css and to not keep it embedded. I can see that that can really help it to look more organized. I see that it is important to always be looking and learning from the new things that are coming out online. He mentioned a great site that can help us to get some more information. W3.org/tr/css-mediaqueries/ by seeking new information that is just coming out then we will be more valuable employees. It is important to be searching and looking for job opportunities. We never know what might come to us. If we are prepared then we will be much more valuable to them. Many employers now are falling a little behind on what is truly the best ways to get things done and how to use the new technology and software. But if we learn it and stay on top of it then we can be great assets to the company.
B. (10 points) Read Chapter 10 of the text book and do the “Try It Yourself” exercise on page 162.
3 HTML elements
- 1. one that I liked was Creating multiple pages with navigation menus. This one can help you to have a better navigational menu.
<ul><li><ul><li> - 2. Something eles that is useful is Horizontal rules this can ad a line to your page that you can modify with css. Use the code <hr> to add this.
- 3. Line breaks is another great one u use the element <br> to force a line break. Just pushing enter does not do it. The first time I tried to make a web page then I thought I could just use enter. But it is nice to have something that will force one for you.
- 4.You can also make abbreviations by using something like this <abbr title="Cascading Style Sheets">CSS</abbr> it can be useful to be able to change the text around like that and make it do what you want.
No comments:
Post a Comment