프로그래밍 언어/HTML-CSS (2) 썸네일형 리스트형 HTML FreeCodeCamp Summary for Basic HTML and HTML5 HTML5 introduced more descriptive HTML tags as: main, header, footer, nav, video, article, section These help with HTML readability as well as Search Engine Organiation (SEO) Image Anchor-external page to anchor element anchor text goes here target="\_blank" opens a new window tab for the link Anchor-internal Contacts Contacts Anchor with dead link C.. CSS Cascading Style Sheets (CSS) Two ways to apply: inline CSS within html element CatPhotoApp or create a style block where h2 is CSS selector. CSS class selector declaration using dot is as below which applies to all elements with blue-text class CatPhotoApp font-size h1 { font-size: 30px; } font-family h2 { font-family: sans-serif; } non-standard, custom web fonts https://fonts.google.com/ font-f.. 이전 1 다음