html tag
MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings
From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.
With Motoshare, every parked vehicle finds a purpose.
Owners earn. Renters ride.
🚀 Everyone wins.
HTML: Description of Web Page
Define a description of your web page <meta name=”description” content=”A blog about programming language”>
HTML: Ins and del tag
The <ins> ….. </ins> tag can be used to show content that has been inserted into a document, while the <del> ….. </del> tag can show text that has been deleted from it.
HTML: address tag
The <address> ……. </address> tag is used to contain contact details for the author/owner of the page/article/web site.
HTML: Abbreviation and Acronym
The <abbr> ……… </abbr> tag defines an abbreviation or an acronym. A title attribute on the opening tag is used to specify the full term. <abbr title=”google”>g</abbr>is awesome.
HTML: Blockquote & q tag
Blockquote: The <blockquote> …………… </blockquote> is used for long and multiline quotations. q: The <q> ………………… </q> element is used for shorter quotes that sit within a paragraph.
HTML: Strong & Emphasis tag
Strong tag: The <strong> ……………….. </strong> tag indicates that its content has strong importance. Emphasis: The <em> ………………… </em> indicates emphasis that subtly changes the meaning of a sentence.