Cascading Style Sheets or CSS is a computer programming language used to refer to the layout of text and images on a Web page. It is a straightforward programming language that is simple to use.
Click "Start," and click "Notepad" to open the text editor. Click "File," "New."
Create the index page by typing the title and body using the following script: <html><head> <title>My Home Page</title></head><body></body></html>.
Replace "My Home Page" and "Body" with the title and body of the index page.
Create a title for the CSS page by typing the following script: <html><head> <title>My Home Page</title></head><body></body></html>. The title for the CSS page must end with a CSS suffix.
Place the link of the CSS page within the header of the index page. For example, it should look like this: <html><head> <title>My Home Page</title><link rel=”stylesheet” href=”mycsspage.css” type=”text/css” /></head><body></body></html>
No comments:
Post a Comment