Back to Freecodecamp

HTML Foundations Lesson G

curriculum/challenges/english/blocks/top-learn-html-foundations/6376327e2724a688c04636e3.md

latest802 B
Original Source

--description--

HTML and CSS are two languages that work together to create everything that you see when you look at something on the internet. HTML is the raw data that a webpage is built out of. All the text, links, cards, lists, and buttons are created in HTML. CSS is what adds style to those plain elements. HTML puts information on a webpage, and CSS positions that information, gives it color, changes the font, and makes it look great!

--questions--

--text--

What are the primary responsibilities of HTML and CSS in creating a webpage?

--answers--

HTML structures the content, while CSS styles the elements.


HTML creates the visual design, while CSS organizes the content.


CSS manages the functionality, while HTML controls the layout.

--video-solution--

1