HTML TUTORIALS-
HTML Formatting Tag –
Introduction-
HTML Formatting Tag g-
-HTML (HyperText Markup Language) is the standard language used to create web pages. One of its Normal purposes is to define the structure and appearance of text.This improves readability and ensures that key elements stand out to all users.so many tags are user used to bold text, some for italics, and others for underlining, highlighting, and more..
-)🅰️ Basic Text Formatting Tags:-
✨✨✨- The <p> tag makes the text bold but without extra importance.
✨✨✨- The <strong>tag also makes text bold, but it adds semantic importance to the content, which is useful for accessibility and search engines.
<p>This is a <b>bold</b> welcome to wwww.learntosap.com <i>italic</i> one.</p>
<p>This is <strong>important</strong> and <em>welcome to wwww.learntosap.com</em>.</p>
✨✨✨- The <i> tag makes the text italic..
<p>This is a <b>bold</b> welcome to wwww.learntosap.com <i>italic</i> one.</p>
✨✨✨- The <u>tag underlines the text. This can be used to highlight important information, though it's not always recommended because it can be confused with hyperlinks...
<p>This is a <b>bold</b> welcome to wwww.learntosap.com <u>Underlined</u> one.</p>
✨✨✨- The <mark>tag highlights text with a yellow background by default, indicating it as important or worth noticing...
<p>This is a <b>bold</b> welcome to wwww.learntosap.com <mark>Underlined</mark> one.</p>
-)🧩 ✨ Common Style Properties-
-)Common Style Properties:-
Tag | Description | Example |
---|---|---|
<b> | Bold text (no extra importance) | Bold → Bold |
<i> | Italic text (no extra importance) | Italic → Italic |
<u> | Underlined text | Underline → Underline |
<mark> | Highlighted text | Marked → Marked |
<margin> | Adds space outside the element | margin: 10px; |
<small> | Smaller text | Small text → Small text |
<del> | Deleted (strikethrough) text |
-)🧾 Inline Style on Different Elements:-Example
<h1 style="color: green;">Welcome to LearnToSAP</h1> <div style="background-color: pink; padding: 10px;"> This is a styled div.</div>
-How To Import Data(LSMW) LEGACY SYSTEM MIGRATION WORKBENCH