The HTML <p> element defines a paragraph . Example < p > This is a paragraph. < /p > < p > This is another pa...
Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts
HTML Headings
Headings are defined with the <h1> to <h6> tags. <h1> defines the most important heading. <h6> defines the le...
Labels:
HTML
HTML Elements
What is HTML Elements? An HTML element is an individual component of an HTML document or web page. HTML is composed of a tree of HTML no...
Labels:
HTML
HTML Introduction
What is HTML? HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text Markup Language, It's describe...
Labels:
HTML
Tips & Tricks for your Bloggers
Hello guys, Do you want more page views, more traffic, more earnings. So, here the best solution for promote your blogger or blog post. Yo...
Labels:
Blogger Tips,
HTML
HTML Centering Content Tag
Centering Content You can use <center> tag to put any content in the center of the page or any table cell. Example <!DOCTYPE h...
HTML Line Break Tag
Line Break Tag Whenever you use the <br /> element, anything following it starts from the next line. This tag is an example of an em...
HTML Paragraph Tag
Paragraph Tag The <p> tag offers a way to structure your text into different paragraphs. Each paragraph of text should go in betwee...
Animated search bar in html?
Do you want to create animated search bar in html? Here is the solution, When you type something in the search bar, this bar is wide. ...