How to use image as title and change the color of the text in html -


my background black, want make text white. have code, it's not working. want insert pic, it's still not working.

<title color="white">this title</title>  

thank you.

the title tag mandatory html tag defines title of document. not change color or add pictures, more info here.

how format text in html:

if trying add text page , it's not showing try changing color of text, example:

<h1 style="color:white"> title here</h1> 


how add picture in html:


<img src ="address image"/>


Comments

Popular posts from this blog

Java 8 + Maven Javadoc plugin: Error fetching URL -

android - How to delete or change the searchview icon inside the SearchView actionBar? -

c++ - Msgpack packing bools bug -