Friday, March 15, 2013

Blog #3, HTML and CSS

Explain in your own words how HTML and CSS work together.

43 comments:

  1. CSS works with HTML to make it simpler for web designers to create websites. Also, it allows for smoother, simpler code and a lack of a need for a designer to repeat themselves in code.

    ReplyDelete
  2. Html and CSS work together so that is less work for the coder. CSS also makes html look a lot cleaner. For example: if one were to make a table in html he or she would have to create the columns and the rows from scratch. With CSS the tables attributes can be put once and then the html will recognize that the attributes will be the same for every table.

    ReplyDelete
  3. HTML and CSS are two very important languages to coding and making a website. Basically, HTML is the language that sets up the website and how it is formatted and functions. The CSS part is more of the design elements and what it will look like on the website.

    ReplyDelete
  4. HTML is the language that describes webpages and CSS is the language that describes the presentation of colors, layouts and fonts.

    ReplyDelete
  5. CSS is just an add on to HTML. Basically CSS makes HTML easier for commands if you need multiple changes in the paragraph the CSS recognizes the command and automatically does the changes for you, so you don't have to spend time and write the HTML all over again.

    ReplyDelete
  6. HTML and CSS are both important parts of formatting and designing your website. HTML is what feeds the information to the website, CSS is used to change the properties on how information is displayed. If HTML is not accompanied by CSS, it will make the website look very basic.

    ReplyDelete
  7. HTML works with CSS, because while HTML creates the overall outline of the web site, CSS styles it to make it look visually appealing. Also, in order for CSS to do its job, it has to correspond with HTML. For example, if you make an HTML code for a table, to style the table you must go to the top of text, and say table, so CSS knows to style the table.

    ReplyDelete
  8. HTML and CSS work together to help design a webpage. Html is used to for inserting anything you need in terms of content for your webpage while CSS is cleaning up and making the page look better than just having the Html

    ReplyDelete
  9. Html and CSS work together in many ways but one I found very helpful was that in html when you use CSS it cleans up the html so there aren't as many codes and its a lot more neat and clean. You can do that just using { and }

    ReplyDelete
  10. HTML and CSS work together by creating a more efficient way to create your webpage using HTML. CSS, being a styling code, allows you to set a style for the different tags within your HTML coding, making it more organized and less time consuming. Instead of having to repeatedly insert styling information within the different the tags of your HTML document, you can use CSS to style those tags at the beginning of the document; so the document us cleaner and more organized and you can spend less time styling in the middle of your HTML document. Therefore, using HTML ans CSS together is more efficient and more organized than using HTML alone.

    ReplyDelete
  11. HTML and CSS are both important parts on a website. HTML is used for formatting information on a website, and CSS is used to change the properties on how information is displayed. If HTML is not paired with CSS the website will look very basic.

    ReplyDelete
  12. HTML is how the website works, CSS is how it looks they work together for making a website

    ReplyDelete
  13. HTML is the code for how a website functions, more like the brain of a website. CSS is the code for the styling of each element on the HTML page, or the appearance.

    ReplyDelete
  14. HTML and CSS work together because CSS lets you do certain tasks inside the HTML page. For example, CSS can allow you to make all tables on the page 30 px high and 60 px wide, with a color of blue. HTML approves of this and turns all the tables on the page the desired size and color.

    ReplyDelete
  15. HTMl and CSS go hand in hand because when you use HTML, you can create a fully functional webpage. without CSS, HTML would just be a bunch of plain nothings. CSS has a big role because it basically adds the content and forms the page. HTML is just the links and CSS is the styles.

    ReplyDelete
  16. HTML and CSS work together because html does the functions and css tells it what to look like.

    ReplyDelete
  17. HTML is like the bare bones of web design, while CSS is the flesh that makes to look the way it does.

    ReplyDelete
  18. HTML is coding the functions of the web and CSS helps to enhance the looks of the web. Putting them together will make the page works and looks the best.

    ReplyDelete
  19. HTML and CSS work together to make websites. CSS allows for more detailed web pages, it makes it look much better than HTML alone.

    ReplyDelete
  20. HTML and CSS work together with a certain process. CSS allows certain activities to be completed inside of the HTML. CSS can be described as the code for the styling of the HTML elements. CSS is mainly how the website is displayed while the HTML is used for the formatting of the information on the site.

    ReplyDelete
  21. HTML and CSS work together very closely. HTML is the brain behind the website that tells the web page what information to include. CSS is the styling information that makes the information in the web page look good. HTML and CSS together make the way a web page looks and the information that is in the web page. This makes a complete and professional web page.

    ReplyDelete
  22. CSS works with HTML because HTML does the functions and CSS tells it what to look like in a simple, smooth way.

    ReplyDelete
  23. HTMl is the information provided by the designer and CSS styles it and makes it look appealing for the reader. USing Css makes a webpage look more professional.

    ReplyDelete
  24. AndrĂ©s Harisa Duvvuri BeltranApril 11, 2013 at 9:46 AM

    HTML is like the cake, and CSS is the frosting and sprinkles. HTMl tells the webpage what to do, and CSS tells it how to do it.

    ReplyDelete
  25. HTML and CSS to create a website. HTML is the code itself, and CSS goes inside the HTML to more easily change the appearance of the site.

    ReplyDelete
  26. HTML and CSS work together to make websites. HTML is the base of the entire website that has all the information including CSS. CSS is used to make it easier to create default designs for the website.

    ReplyDelete
  27. HTML is the document created to put on the web, and it can have attributes. CSS is just added attributes and it is much easier to put in then an HTML attribute

    ReplyDelete
  28. HTML and CSS work together because CSS is the styling information that the HTML uses to show how the HTML page will work. The tags in HTML use the information in the CSS to display the information in the HTML tags

    ReplyDelete
  29. HTML and CSS work together very well. HTML provides the basic outline of a website while CSS provides further details about how a website will be presented. It also allows the code writer to only have to specify details once, in the CSS, instead of having to write it every time they need it in HTML.

    ReplyDelete
  30. HTML and CSS work together in order to make the website. CSS allows you to make certain styles in HTML and creates a more detailed webpage. HTML is more mainly used to format the page and CSS will style it, creating a complete website.

    ReplyDelete
  31. HTML and CSS work together in many ways. The HTML puts up all the text, while the CSS does the styling of the text. For example, the HTML will say that a paragraph will be put up, while CSS will say that the text color of the paragraph will be blue.

    ReplyDelete
  32. HTML is the code that builds the basics of the website like the tables, title, headings and where the page ends.. CSS is code that creates the finer details like font color, background color and font type. The CSS code is enclosed in the HTML code. HTML could be used to style the web page but, CSS saves time and looks better.

    ReplyDelete
  33. Html makes the webpage and CSS helps style it.

    ReplyDelete
  34. HTML and CSS you could say are partners. HTML is basically your white board, your canvas in which you create your website. With CSS however, you can take your website to another level with styling. It also save you the trouble of having to re-type attributes over and over again. This way you can make a professional looking website.

    ReplyDelete
  35. HTML and CSS work together to form the coding of a website. While the HTML allows the coder to place certain elements and attributes into a web page, CSS allows the coder to create rules for the HTML. These rules can be used as shortcuts to make a website look better, and be made in a more efficient process. Together, the two can combine to help create a good, professional looking website.

    ReplyDelete
  36. HTML and CSS work together to create websites and different pages. HTML tells the web page what information is needed while CSS is the code for styling of the HTML components. Together HTML and CSS can produce a professional web page.

    ReplyDelete
  37. HTML and CSS are very similar ways to code and create webpages. CSS is more of a detailed and easier to work with and HTML is more difficult to use and is more time consuming.

    ReplyDelete
  38. They work together like peas and carrots. HTML is tagging word files to achieve font, color, graphic, and hyperlink effects. CSS is an information that makes a list to make it look good. Together it makes a web page.

    ReplyDelete
  39. CSS helps the HTML document look more appealing through being able to add the background colors, font types, images, etc. In other words HTML has all the mandatory attributes to actually create ones webpage and CSS helps design it.

    ReplyDelete
  40. HTML and CSS work together in a way that is easy to understand and makes the designing process run smoothly. The HTML code tells the website what elements and information to include in the website. CSS code can be inserted into an HTML document in order to add styling information to the website and make the elements visually attractive. Both HTML and CSS are important in designing a website, and they work together very nicely.

    ReplyDelete
  41. HTML and CSS work together to create webpages. CSS is basically the styling information in a website and it tells a website how to look. HTML describes the content in the document. One way that CSS and HTML work together is that CSS stylesheets are used to style HTML elements.

    ReplyDelete
  42. HTML are combined to provide the language for designing websites. HTML is the general commands while CSS provides additional styling info to HTML. CSS is a different language from HTML

    ReplyDelete
  43. CSS is the language that describes the presentation of colors, layouts and fonts. HTML is the language that describes webpages. It is easy fro people to get confused on which one is which

    ReplyDelete