How to mark inserted text in HTML?

WBOY
Release: 2023-08-26 09:21:26
forward
1175 people have browsed it

How to mark inserted text in HTML?

The content to be inserted is underlined. Underlined text is used to help attract attention.

We use the tag to mark up text in HTML. It represents text in web content that is styled differently than other text

We can also use the style attribute to mark text in HTML. The style attribute specifies the inline style of the element. This property is used inside the HTML

tag together with the CSS property text-decoration property.

grammar

The following is the syntax of thetag.

The text to be inserted
Copy after login
The Chinese translation of

Example

is:

Example

The following is a sample program for tagging inserted text in HTML.

   
  

DLF stands for

Delhi Land and Finance

Delhi Land and Finance is one of the largest commercial real estate developer in India.

Copy after login

Text inserted via inline CSS tag

Use CSS properties to underline text. This attribute is used within

tags.

grammar

The following is the syntax for inserting text using CSS attribute tags.

The content to be underlined

Copy after login
The Chinese translation of

Example

is:

Example

The following is a sample program for inserting text using CSS attribute tags.

   
  

DLF stands for

Delhi Land and Finance.

Delhi Land and Finance is one of the largest commercial real estate developer in India.

Copy after login
The Chinese translation of

Example

is:

Example

We can usetags inside HTML elements. The following is a sample program for tagging inserted and deleted text in HTML.

   
  

DLF stands for Delhi Land and Finance.

Company has changed its name from

DLF Universal Ltd toDLF Ltd.

Delhi Land and Finance is one of the largest commercial real estate developer in India.

Copy after login

The above is the detailed content of How to mark inserted text in HTML?. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!