Tag Archives: Paragraph
Making a HTML Website on notepad
code: html – means open html body – means text body. p – means paragraph – /p – means end paragraph /body – means end text body. /html – means end html! so your code should be: html body p (your text here) /p /body /html msg me or comment for any questions Video Rating: … Continue reading
How to make a website – html tutorial – Formating – 3
simple html formating. please rate comment subscribe for a free youtube background. Video Rating: 5 / 5 www.freesitetraffic.org Posting your article to WordPress does not have to be difficult simply follow the instructions at the tutorial How to Add Content specifically… – Clean HTML – Formating (h2, paragraph, list, bullet points etc) – “More” tag … Continue reading
what is the difference between HTML and XHTML?
did i need to learn HTML before i learn XHTML,if i learn these two can i create a website myself? XHTML is not very different from the HTML 4.01 standard. So, bringing your code up to the 4.01 standard is a good start. Our complete HTML 4.01 reference can help you with that. In addition, … Continue reading