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

How can I use html code to customize a small paragraph so that I can post it on blogs and websites?

Is there like a website that I can use that has sometime of html code editor where I just plug in what I typed and customize it and then copy and paste the code into a blog or a messageboard or on a profile page? http://www.kevinroth.com/rte/demo.htm type here and click the view source checkbox copy … Continue reading

How to make different pictures using HTML format in web designing?

I want the html format for making different pictures,can u please tell me some formats for making nice pictures for website??? Pictures in html are all handled using the <img statement. If you want other graphics effects, use css: for example, usually background-image: url(‘something.jpg’) for something in your web page (a paragraph or a banner … Continue reading