JavaWeb_CSS(15)_文字处理_加粗、斜体、下划线

文字处理 加粗、斜体、下划线 示例代码 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>www.weiyuxuan.com</title> <style> p { font-size: 15px; } .p1 { font-weight: normal; } .p2 { font-weight:
相关文章
相关标签/搜索