본문 바로가기
728x90
반응형
SMALL

개념/HTML+CSS8

HTML) CSS Styling Showcase style 1 style 2 style 3 style 4 style 5 style 6 style 7 style 8 style 9 style 10 style 11 #### Global and Body Element Styles: - `*{margin:0px; padding:0px;}`: Resets the margin and padding for all elements to 0, ensuring a consistent starting point for styling. - `body *`: Applies to all elements within the `body`. Sets margins and padding to 0, applies a solid silver border, and sets the font .. 2025. 2. 2.
HTML) Web font Default Font Example Web Font1 Web Font2 #### Document Structure and Code Explanation: - ``: Specifies the character encoding for the HTML document to be UTF-8, supporting a wide range of characters for internationalization. - `HTML5 Web font`: Sets the title of the web page to "HTML5 Web font", which is displayed on the browser's title bar or tab. - ``: Intended to link to an external web font .. 2025. 2. 1.
HTML) Using @font-face for Custom Fonts in HTML5 Default Font Example user Font @font-face Example #### Detailed Breakdown: - ``: Sets the document's character encoding to UTF-8, which supports most characters from written languages worldwide, ensuring the content will be correctly displayed. - `HTML5 Web Font`: The title of the web page, which appears in the browser tab. It signifies the content's focus on demonstrating the use of web fonts i.. 2025. 1. 31.
HTML) Transforming XML Student Data into HTML with XSLT 학생 정보 학번 이름 성별 나이 전공 #### Breakdown of the XSLT Stylesheet: - ``: The XML declaration specifies this file as an XML document encoded in UTF-8. - ``: Defines the document as an XSLT stylesheet, using version 1.0 of XSLT. The `xmlns:xsl` attribute declares the XSLT namespace required to use XSLT elements. - ``: The template match attribute is set to `/`, indicating that the template applies to the.. 2025. 1. 29.
728x90
반응형
LIST