answersLogoWhite

0

You can layer CSS element above HTML easily. It can be done as :<style>

#id

{

...

}

</style>

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What are the elements of an HTML document?

The elements of an HTML document are:HEADTITLEBODY


What are the different elements of HTML?

HTML has included a number of elements into it. Head, Body, HTML are some of the elements defined inside it.


What layer of OSI model does HTML operate?

HTML is read by a browser and a browser works at the Application Layer.


Differentiate HTML tag from an HTML documents?

HTML tags are used to delimit HTML elements inside an HTML document.


How does HTML code produce forms in a browser?

HTML has predefined functions. The &lt;form&gt; elements binds all the elements within it.


What is a simple code that provides details about HTML elements?

An HTML element is everything from the start tag to the end tag.An HTML element starts with a start tag / opening tagAn HTML element ends with an end tag / closing tagThe element content is everything between the start and the end tagSome HTML elements have empty contentEmpty elements are closed in the start tagMost HTML elements can have attributesSample CodeHello World


What is a simple code that provides about HTML elements.?

An HTML element is everything from the start tag to the end tag.An HTML element starts with a start tag / opening tagAn HTML element ends with an end tag / closing tagThe element content is everything between the start and the end tagSome HTML elements have empty contentEmpty elements are closed in the start tagMost HTML elements can have attributesSample CodeHello World


What does HTML consist many types of?

HTML consists of many types of elements.


What are 'on' and 'off' tags in HTML documents?

In HTML, all tags are elements and all HTML elements other than empty elements and &lt;p&gt; elements require a start and end tag to delimit the element's content. The &lt;br&gt; tag is an example of an empty element (there is no &lt;/br&gt; tag). However, an empty element can also be closed by the start tag, such that &lt;br /&gt; is acceptable (&lt;br /&gt; is a requirement of XHTML but not HTML).


What are the basic elements of HTML document?

HTML head title /title meta style /style /head body /body /HTML


What is a HTML elements?

HTML tags and their respective attributes are used to create HTML documents so that you can view them in browsers and other user agents.


BASIC element of dynamic HTML?

Dynamic HTML is a combination of HTML tags and interactive web pages. Its basic elements include: an object-oriented view of web elements, cascading style sheets and dynamic fonts.