0% found this document useful (0 votes)
2 views1 page

HTML Coding Information

The document provides basic HTML structure and elements for creating a webpage. It includes instructions for starting and stopping HTML, aligning text, and formatting text with bold and italic styles. Additionally, it mentions the use of line breaks without closing tags.

Uploaded by

mahboob.jannat
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

HTML Coding Information

The document provides basic HTML structure and elements for creating a webpage. It includes instructions for starting and stopping HTML, aligning text, and formatting text with bold and italic styles. Additionally, it mentions the use of line breaks without closing tags.

Uploaded by

mahboob.jannat
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Html for start

Head for title

Body for write

<p> paragraph

align="center"> for center align

align="left"> for left align

align="right"> for right align

align="justify"> for justify align

type </html> for stop

<html> for start

<br> Break like don’t use </br> for this welcome


To my channel

 <b> bold </b> stop after text


<strong> for bold also </strong>
 <i> for italic </i>
<em> also for italic </em>

You might also like