Build Your First Web Pages With HTML and CSS10 hoursEasyLicense Free online content available in this course. course.header.alt.is_certifying Got it! Last updated on 11/2/22 Write your first lines of HTML and CSS Create content using HTML Decorate your content with CSS Quiz: Understand basic HTML, CSS, and their relationship Create headings for strong page structure Add text in paragraphs Strengthen and emphasize text Add links and understand attributes Organize elements in a list Add images to your web page Use the best images possible Quiz: Test your knowledge of HTML text elements Create general page structure Understand block-level and inline elements Group content with divs and spans Add classes and ids to elements Add breaks and lines to your content Add a head to your HTML for information about your website Quiz: Understand page structure in HTML Apply CSS to elements Decide where to write CSS Set your first colors Understand color theory Set fonts Control font sizes, line spacing, and word spacing Trick out your text Get some practice building your first page with HTML and CSS Quiz: Change a page's appearance with CSS Understand page structure in HTML Evaluated skillsExplain how semantic HTML tags are used to structure a web pageDistinguish between block and inline elementsUse tags and attributes to identify key information within a pageQuestion 1Which of the following are primarily structural tags in HTML?Careful, there are several correct answers.<header><nav><section><article><sidebar><footer>Question 2Which element type takes up the full space of its parent element, with a line above and below it?Block-levelInlineQuestion 3<strong> elements are:block-level elementsinline elements Ever considered an OpenClassrooms diploma?Up to 100% of your training program fundedFlexible start dateCareer-focused projectsIndividual mentoringFind the training program and funding option that suits you bestGuide meCompare training types Add a head to your HTML for information about your website Apply CSS to elements