Computer Science, asked by suramyark19, 4 months ago

Write HTML coding for a web page to display five friends names using different heading levels.
Also display two proverbs using paragraph tag in red colour, size 5 and font comic sans MS.
NO SPAMMING​

Answers

Answered by pragatibhatt2922
2

Answer:

Explanation:

This short tutorial is meant for people who want to start using CSS and have never written a CSS style sheet before.

It does not explain much of CSS. It just explains how to create an HTML file, a CSS file and how to make them work together. After that, you can read any of a number of other tutorials to add more features to the HTML and CSS files. Or you can switch to using a dedicated HTML or CSS editor, that helps you set up complex sites.

At the end of the tutorial, you will have made an HTML file that looks like this:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">

<html>

<head>

 <title>My first styled page</title>

</head>

<body>

<!-- Site navigation menu -->

<ul class="navbar">

 <li><a href="index.html">Home page</a>

 <li><a href="musings.html">Musings</a>

 <li><a href="town.html">My town</a>

 <li><a href="links.html">Links</a>

</ul>

<!-- Main content -->

<h1>My first styled page</h1>

<p>Welcome to my styled page!

<p>It lacks images, but at least it has style.

And it has links, even if they don't go

anywhere&hellip;

<p>There should be more here, but I don't know

what yet.

<!-- Sign and date the page, it's only polite! -->

<address>Made 5 April 2004<br>

 by myself.</address>

</body>

</html>

Answered by salmashereen30
4

Answer:

ok....i am zoe...in 7th...ur intro?

Explanation:

follow me if u wanna be my bestie...

Similar questions