answersLogoWhite

0

Webpage example using HTML and css?

Updated: 10/26/2022
User Avatar

Wiki User

βˆ™ 13y ago

Best Answer

This example uses CSS in the head section of the HTML document: (the CSS has been highlighted in bold)

CSS Example

This heading is in blue.

This bold text is green and very large.

This paragraph is in red

However, this text is black as it is not a paragraph.

User Avatar

Wiki User

βˆ™ 13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Webpage example using HTML and css?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is HTML a language for describing a webpage?

It's one of them. Also, the main one. Others are PHP, ASP, JavaScript, CSS, Ruby On Rails, and Perl


What are the importants of css in HTML?

CSS provides styling to the code for interactiveness. It makes the webpage look good and classy.


How to create thumbnail images using HTML and css?

Thumbnail images can be made using HTML and CSS. HTML will import the image and CSS would give the thumbnail style.


How do you make a background on a webpage using HTML?

Making a background on a webpage in HTML is deprecated; you are advised to use CSS instead. However, if you must use HTML and only HTML, then place the "background" attribute in the body tag of the document in question like so: <body background="http://www.example.com/picture.jpg">


What is the definition for a relative address in CSS?

Relative addresses exist on servers and in HTML. A webpage can have a relative address linking a stylesheet to it. They do not exist in CSS.


How do to create a static webpage with only one image as background?

Use html only and that should give you a static page. You can put image as background by using css


What are the language are available to create webpage?

Some web development languages include: HTML, CSS, and JavaScript.


Can you create a forum in a webpage?

Yes, we can create a forum on a page. It would require HTML, CSS and JavaScript.


How do you set margins without CSS in HTML?

HTML does not have a built-in way to set margins without CSS. Margins are a property of Cascading Style Sheets (CSS), not of HTML. To set margins in HTML, you need to use CSS either directly in a β€œstyle” attribute of an HTML element, or by using an external CSS file linked to your HTML document.


Are Cascading style sheets the files inserted into an HTML document that control the appearance of the web pages including layout colors and fonts?

CSS files, which stands for Cascading Style Sheets. CSS can be set up as a separate file which can be referenced by a webpage or you can have CSS directly in a HTML document. HTML itself can also be used to control fonts and colours.


What is webpage format?

HTML + CSS/JAVASCRIPT/FLASH/PHP . The page is coded in HTML code, and objects/interactions/stylesheet if any is runned at the beginning of the site.


What are the language is for patio?

The most commonly used languages for building a patio are HTML, CSS, and JavaScript. HTML provides the structure of the webpage, CSS handles the styling and layout, and JavaScript adds interactive functionality such as animations or form validation.