HTML of Headings
< h1 > This is a heading< /h1 >< h2 > This is a heading< /h2 >< h3 > This is a heading< /h3 >
HTML of Paragraph
< p >This is a paragraph. < /p >< p >This is another paragraph. < /p >
HTML Of Link
< a href= "http://myaim.heck.in" >This is alink < /a >
HTML of Strong Text
< strong >This line will be strong< /strong >
HTML Of Bold Text
< b >This line will be bold< /b >
HLML Of Underlined Text
< u >This line will be underlined< /u >
HLML Of Font Colour Text
< font color="Your colour" >your text< /font >
HLML Of Font Size for text
< font size="Your text size" >your text< /font >
HTML Of Strike Through text
< p style="text-decoration:line-through;" >Your text< /p >
HTML Of Italic font
< i >this text will be in italic font < /i >
No comments:
Post a Comment