- (20 points) View the following YouTube video to understand the basics of HTML and CSS. http://www.youtube.com/watch?v=GwQMnpUsj8I
answer the following questions
1 – What is an HTML tag? It tells the html text what to do such as <b> (would make the text bold) it also tells the content where to go. It is the structure for the web page.
2 –List one web site that describes all the HTML tags available (or at least most of them).
Says to check google but also w3schools.com has a great list.
3 - What is CSS? Cascading Style Sheet... Which lets you add the style for the website.
4 – List one web site that describes all the CSS tags and attributes available (or at least most of them).
w3schools.com
5 – What does the following tag do?
<img src=”jimmyr.png”/>
It finds the source of that image and displays it on the page.
6 – What does the following tag do?
<title>
It ads a title to the browser.
7 – What does the following tag do?
<div>
It divides the information so that you can tell it where to go with css later.
8 – Where does the following tag go on an HTML page?
<style>
It goes in the head also the style can be found in the div tag like this
<div style= “something”>
9 – What does the following tag do?
It makes a hyperlink to the byui website. So that you can click it on your web page.
You can change many of the options with A:link such as the color and the text decoration such as the text being underlined.
B. (10 points) Write a short essay on your blog about what you learned from our guest speaker, Sis Esplin about communicating ideas using the web. The essay should be at least 200 words in length.
Word count (213)
From sister Esplin I learned about all of the different classes that need to be taken for the communication major it was interesting interesting for me to learn that there was a web site that you can go to and it will tell you what type of font is being used on that image. It is important for us to really understand and learn these skills that we are trying to because they will help us later to get a job. I can see how making a online portfolio could also really help and it gives whoever is interested in hiring you something to look at. It was fun to hear about her story and that she did not realize ether all at once what she wanted to be doing but she found something that she liked and kept doing it. That is what we need to do as well we should find something that we enjoy and not give up doing it. It was nice to find out as well that we are able to go onto the byui website and see some of the classes and how they are based. This will better prepare us when we do take those classes then we will know better what to expect.