answersLogoWhite

0


Best Answer

CSS is not capable of doing that. You will need to use an image of some sort.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you put wavy underlining on a word in a webpage maybe using CSS3?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the latest version of css?

The latest version of css is css3


What is latest version of css?

The latest version of css is css3


What are some CSS3 properties that can be used now that work in most modern browsers?

There are several CSS3 properties that will work in most of the major modern browsers of Firefox, Opera, Safari, and Chrome. Internet Explorer, renders very few of them, but most of them won't work until Internet Explorer 9. Some CSS3 properties that you can begin using now for non-critical design elements include text-shadow, border-radius, box-shadow, box-sizing, columns, border-image, RGBA colors (which allows for transparency), embedded fonts via @font-face, and transitions.


What does HTML stand for and what is it?

HTML stands for Hypertext Markup Language, and it is the most basic form of code for making a website. it uses the same format whether your using Xhtml, Html, Css, Css3, Html5, and so on...


Who uses the newest web technology?

Any web designer that uses CSS3 and HTML5 will be up to date on web technology.


How many tag css css3 in HTML?

You can apply as many tags as you want. The CSS tags apply style to the content


Why do you convert design files from PSD to HTML?

Designing is an integral part of the entire website building process. A web design helps you know the entire navigational structure of a website, and what and where things are to be placed. In short, it helps you define your website layout and navigational structure. And without designing you can't go straight out and build a website from scratch. Once the design is completed in Adobe Photoshop, some of its elements are needed to be sliced for use on a particular webpage using the HTML language. HTML is the main base of any website, and it helps building websites with ease, and place images sliced from the PSD designs in a proper manner. Though you can slice an entire PSD design to get it converted into a website via HTML, but that is not a good practice to follow, as it will enhance your web page loading time. This is where the CSS (Cascading Style Sheets) come into play. With the use of CSS3 you can do a great no. of things to make your website more appealing without using images. For example; you can now apply gradient where ever you want to use on your site, which was only achievable via images until CSS3 came. Moreover, now you can also make rounded corners in your navigation bar and buttons used all over your website by developing them via CSS3. What you all need to do to get these things work smoothly is to upload the CSS3Pie in the respective location.


When was released CSS3?

CSS3 (and HTML5) are in the final stages of ratification and so are not yet official releases. Care must be taken with their features as they will not be fully implemented for years. I find that the LCD (Lowest Common Denominator) practice works best!


Did Konqueror pass the acid3 test?

No. Konqueror isn't the latest and greatest in a lot of things. Even though its site says it supports HTML5 and CSS3, it only supports a few implementations of them.


How do you round div corner in CSS?

In CSS3 we will be able to do this easily using the border-radius property. In most modern web browsers (Internet Explorer being the notable exception) you can achieve a rounded corner (or rounded corners) by using the border-radius property. To do this, in your CSS you would use: border-radius: 15px; It is important to note that IE doesn't support this and so people using IE will not see a round corner. This may or may not be important depending on the purpose for the rounded corners.


How can make the rounded box in css?

Using CSS3 capabilities you can use the {border-radius:?px} property. You can change individual corners radius using topleft, topright, bottomleft, bottomright as follows: {border-radius-topleft:?px} etc. At the time of writing (Sept 2010) this capability is only supported in browsers which use the -moz- and -webkit- prefix as follows: {-moz-border-radius:?px}. The upcoming IE9 will hopefully support this capability.


How do you create marquee in html?

You will place the text for scrolling between and tags. You can add element attributes to alter the default behavior of the marquee. It is a block-level element and is not considered standard HTML, though most browsers support it in some way. The CSS3 working draft from the W3C gives a new way to present scrolling elements using CSS, but that is not yet standard either.