<a> - Defines a hyperlink
<abbr> - Defines an abbreviation
<address> - Defines an address element
<area> - Defines an area inside an image map
<article> - [HTML5] Defines an article
<aside> - [HTML5] Defines content aside from the page content
<audio> - [HTML5] Defines sound content
<b> - Defines bold text
<base> - Defines a base URL for all the links in a page
<bdo> - Defines the direction of text display
<blockquote> - Defines a long quotation
<body> - Defines the body element
<br> - Inserts a single line break
<button> - Defines a push button
<canvas> - [HTML5] Defines graphics
<caption> - Defines a table caption
<cite> - Defines a citation
<code> - Defines computer code text
<col> - Defines attributes for table columns
<colgroup> - Defines groups of table columns
<command> - [HTML5] Defines a command button
<datalist> - [HTML5] Defines a dropdown list
<dd> - Defines a definition description
<del> - Defines deleted text
<details> - [HTML5] Defines details of an element
<dfn> - Defines a definition term
<div> - Defines a section in a document
<dl> - Defines a definition list
<dt> - Defines a definition term
<em> - Defines emphasized text
<embed> - [HTML5] Defines external interactive content or plugin
<fieldset> - Defines a fieldset
<figcaption> - [HTML5] Defines the caption of a figure element
<figure> - [HTML5] Defines a group of media content, and their caption
<footer> - [HTML5] Defines a footer for a section or page
<form> - Defines a form
<h1> to <h6> - Defines header 1 to header 6
<head> - Defines information about the document
<header> - [HTML5] Defines a header for a section or page
<hgroup> - [HTML5] Defines information about a section in a document
<hr> - Defines a horizontal rule
<html> - Defines an html document
<i> - Defines italic text
<iframe> - Defines an inline sub window (frame)
<img> - Defines an image
<input> - Defines an input field
<ins> - Defines inserted text
<keygen> - [HTML5] Defines a generated key in a form
<kbd> - Defines keyboard text
<label> - Defines a label for a form control
<legend> - Defines a title in a fieldset
<li> - Defines a list item
<link> - Defines a resource reference
<map> - Defines an image map
<mark> - [HTML5] Defines marked text
<menu> - Defines a menu list
<meta> - Defines meta information
<meter> - [HTML5] Defines measurement within a predefined range
<nav> - [HTML5] Defines navigation links
<noscript> - Defines a noscript section
<object> - Defines an embedded object
<ol> - Defines an ordered list
<optgroup> - Defines an option group
<option> - Defines an option in a drop-down list
<output> - [HTML5] Defines some types of output
<p> - Defines a paragraph
<param> - Defines a parameter for an object
<pre> - Defines preformatted text
<progress> - [HTML5] Defines progress of a task of any kind
<q> - Defines a short quotation
<rp> - [HTML5] Used in ruby annotations to define what to show if a browser does not support the ruby element
<rt> - [HTML5] Defines explanation to ruby annotations
<ruby> - [HTML5] Defines ruby annotations
<s> - Defines text that is no longer correct
<samp> - Defines sample computer code
<script> - Defines a script
<section> - [HTML5] Defines a section
<select> - Defines a selectable list
<small> - Defines small text
<source> - [HTML5] Defines media resources
<span> - Defines a section in a document
<strong> - Defines strong text
<style> - Defines a style definition
<sub> - Defines subscripted text
<summary> - [HTML5] Defines the header of a "detail" element
<sup> - Defines superscripted text
<table> - Defines a table
<tbody> - Defines a table body
<td> - Defines a table cell
<textarea> - Defines a text area
<tfoot> - Defines a table footer
<th> - Defines a table header
<thead> - Defines a table header
<time> - [HTML5] Defines a date/time
<title> - Defines the document title
<tr> - Defines a table row
<ul> - Defines an unordered list
<var> - Defines a variable
<video> - [HTML5] Defines a video
<wbr> - [HTML5] Defines a possible line-break
How do i change my color of the text for my header and Tagline title.
You should use css color property for this.