【发布时间】:2019-02-19 12:58:13
【问题描述】:
我是 HTML 编码的新手。我正在尝试找出如何更改 HTML 页面上标题的颜色和字体。标题以黑色突出显示,文本为:About CPOM。
有人可以帮忙吗?
我假设它是在页面代码的开头给出的,如下:
<!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7" lang="en-GB" prefix="og: http://ogp.me/ns#">
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" lang="en-GB" prefix="og: http://ogp.me/ns#">
<![endif]-->
<!--[if !(IE 7) | !(IE 8) ]><!-->
<html lang="en-GB" prefix="og: http://ogp.me/ns#">
<!--<![endif]-->
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="pingback" href="https://cpom.org.uk/xmlrpc.php">
<title>About CPOM - CPOM</title>
<!-- This site is optimized with the Yoast SEO plugin v5.8 - https://yoast.com/wordpress/plugins/seo/ -->
<link rel="canonical" href="https://cpom.org.uk/about/" />
<meta property="og:locale" content="en_GB" />
<meta property="og:type" content="article" />
<meta property="og:title" content="About CPOM - CPOM" />
<meta property="og:description" content="CPOM studies land ice, sea ice and ice sheets using satellite observations and numerical models of the polar regions. Importantly, we provide UK National Capability in Earth observation and modelling of the cryosphere – the frozen parts of our planet. Our...Read more" />
<meta property="og:url" content="https://cpom.org.uk/about/" />
<meta property="og:site_name" content="CPOM" />
<meta property="og:image" content="https://cpom.org.uk/wp-content/uploads/2015/04/Antarctic-ice-loss-CPOM-ESA.jpg" />
<meta property="og:image:secure_url" content="https://cpom.org.uk/wp-content/uploads/2015/04/Antarctic-ice-loss-CPOM-ESA.jpg" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="CPOM studies land ice, sea ice and ice sheets using satellite observations and numerical models of the polar regions. Importantly, we provide UK National Capability in Earth observation and modelling of the cryosphere – the frozen parts of our planet. Our...Read more" />
<meta name="twitter:title" content="About CPOM - CPOM" />
<meta name="twitter:image" content="https://cpom.org.uk/wp-content/uploads/2015/04/Antarctic-ice-loss-CPOM-ESA.jpg" />
<script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","@id":"#website","url":"https:\/\/cpom.org.uk\/","name":"CPOM","potentialAction":{"@type":"SearchAction","target":"https:\/\/cpom.org.uk\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script>
<!-- / Yoast SEO plugin. -->
【问题讨论】: