answersLogoWhite

0

<html>

<head>

<title>website</title>

</head>

<body>

<body style="color:white;"> <!--note the style tag is in CSS - this is the Proper way to change text color as defined by HTML 5 standards-->

<h1>my website</h1>

</body>

</html>

Note: see related links for more information about CSS styling.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you evaluate the design of a webpage?

You can evaluate the design of a webpage by it's HTML code. HTML provides all the designing of the page.


How do you make and image automatically switch to a webpage?

You anchor it to an URL. You would like to have the image send a visitor to another webpage. Add this code, direcly above the image code &lt;a href="another webpage address"&gt; and this code direcly after the image code &lt;/a&gt; This will made the image a clickable link to "another webpage address".


What are the tools in webpage design?

For designing a web page you must know HTML. You must also have a proper IDE to run the code.


Why would you save a webpage?

To view it later or to grab a piece of code you want from the source


What is the HTML code for bullets for a webpage?

Code Example:ThisisalistThisisalist


Where can one find classes for web design development?

Many colleges these days offer classes in web design. For example Birkbeck at the University of London and Abertay University in Dundee. There is a good chance that a college near you will offer these classes.


How can you design a webpage using HTML since you are a begginer?

If you want to write the HTML code yourself, you'll have to take a tutorial. There are plenty tutorials available online.


How do you add videos on your webpage?

If you want do it from the code of your webpage using HTML5 it would be: &lt;video src="name_video.mp4" controls autoplay&gt; Video example&lt;/video&gt; Another way, is supporting you with the embedded code provied by YouTube, you are looking for the video of interest, in the lower menu the share option appears and then the "Insert" button immediately shows you the code with the &lt;embed&gt; tag and then what you do is to select, copy and paste in the code your webpage.


What allows us to see the html code as a webpage?

The browser is used to parse an HTML file and return a visual representation of the code as a webpage.


What is the basic code for creating a webpage?

HTML?


What code is a webpage typically written in?

HTML.


Is Source Code the same as CSS Code?

It can be but source code is just the code of a webpage. Whatever format it is.