css3-----基本选择器之标签选择器

  三种方式的展示: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>基本选择器</title> <style> /*基本的选择器*/ h1{ font-family: "微软雅黑"; color: gray; } /*id选择器,选择网页中的标注了id属性的标签进行修饰,
相关文章
相关标签/搜索