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

programming374

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.
XML) Student Information XML Structure 2019001 홍길동 남성 20 컴퓨터 공학 2019002 이순신 남성 22 역사학 2019003 김영희 여성 21 문학 #### Document Declaration: - ``: The XML declaration specifies that this document uses version 1.0 of XML and is encoded in UTF-8, supporting international character sets. #### Root Element: - ``: This is the root element that encapsulates all data within the document, serving as a container for the student information records. .. 2025. 1. 30.
728x90
반응형
LIST