Friday, October 24, 2014

Reading Notes Week 8: HTML

This week's discussion is HTML and coding languages. I am new to writing codes so this reading/activity was something I really enjoyed to do.

Seeing how to write a heading or a body for a paragraph in HTML was really fun to do honestly, I tried out a bunch of different combinations on the site to test HTML. 

I think that learning these languages will really help myself obtain a job in the job market these days. A company could always use more tech savvy employees.

Out of the two languages it seems like CSS is easier, because it has the properties and the values within the text. But I have to say that HTML is fairly easy to use as well, and would seem to me that employers would want more. But if I could use CSS alongside with HTML it would make webpages look a lot nicer, and make myself more useful. 

Examples of HTML:
<body> </body>
<heading> </heading>
<p> </p>
<address> </address>

Examples of CSS:
H1 { color: green }
H2 { font-weight: bold }
H3 { 
        color: green; 
        text-align: center;
}

No comments:

Post a Comment