answersLogoWhite

0

How would you define span in HTML?

Updated: 8/19/2019
User Avatar

Wiki User

13y ago

Best Answer

Span is one of the tag of HTML. It alters the style of written text in the web page.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How would you define span in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How change color of all letters of a word with css?

Assuming you are trying to change the color of the first letters of a word in an HTML file, there's no actual command, term, attribute, or value to identify the first letter of a word - However, there is still a way to color specific letters using CSS + HTML. Wrap a <span> tag around the letter, in this case the first letter of a word. Give the <span> tag a class name. In your CSS source, give the specific span a color attribute, and the value desired. Example: <html> <head> <style type='text/css'> span.one { color: #CCCCCC; } </style> </head> <body> <span class="one">H</span>ello, world! </body> </html>


How would you define the letters HTML?

Hyper Text Markup Language


Does xml replace html in the future of world wide web?

XML probably will not replace HTML. XML is a language to define categories of data. HTML is a language to define format.


How do you insert Javascripts into a HTML?

You use the & tags. So if I wanted my HTML to say...Welcome the User when the page loaded...My Webpage Code could look like:The Welcoming Pagefunction welcomeUser(){alert("Welcome!");}


HTML for space symbol?

The HTML code used to define a blank space is   ...


WHAT does tags do within HTML?

The tags in an HTML document provide a semantic layout for the file. They define what the data is. For instance, the tags define a paragraph.These tags aren't about how the data looks. Instead, the define what the data is.


Which tag is used to define frames in HTML?

<frame>


Who defines HTML standards?

W3c define html standards for web. Vimal Lad vimallad21@yahoo.com


What is the code of HTML of webpage?

HTML in a webpage is the basis of formation of it. It uses tags to define it's usage.


What are HTML style tags?

HTML style tag is used to define CSS in HTML. It is used to style the page according to the user demans.


What are benefits of XHTML?

In the xhtml we can define our self tag means here is user define tag but in HTML it is not.


HTML tags does this to text to define how it appears online?

Mark