HTML Basic Text Tags To Make a Webpage
These tags are used to write text in a webpage: Paragraph Tag (<p> </p>): This tag is used to write simple sentences or paragraphs on your webpage. Italic Tag (<i> </i>): This tag is used to transform the selected text into italic. Underline Tag ( <u> </u> ) : This tag is used to underline the selected text. Bold Tag ( <b> </b> ) : This tag is used to bold the selected text. Emphasize Tag ( <em> </em> ) : This tag is used to emphasize the selected text but with italic mode. Strong Tag ( <strong> </strong> ) : This tag is used to emphasize the selected text but with bold mode. Smaller Tag ( <small> </small> ) : This tag is used to make a text size smaller as compare to normal size, like footnotes. B ig Tag ( <big> </big> ) : This tag is used to make a text size bigger as compare to normal size. Headings Tag ( <h1> </h1> ) : This tag is used to give headings to paragrap...
Good Luck
ReplyDelete