How to Format Text in HTML?
HTML is nothing but a markup language using tags. You can use different HTML formatting tags to format content on the web page. The text content on a webpage can … Read more
Learning web designing is an essential part of site building. Though you can built a wonderful site with ready made site builders like Weebly or WordPress, knowing the basics will help in troubleshooting. We focus web designing under the topics – HTML, CSS, JavaScript and Bootstrap tutorials.
HTML is nothing but a markup language using tags. You can use different HTML formatting tags to format content on the web page. The text content on a webpage can … Read more
List is one of the most useful HTML element as you can express content easily with bulleted lists. Instead of writing lengthy content, it makes sense to write bullet lists … Read more
Imagine a site consists of hundreds of pages without having any connectivity between those pages. When you create a website, it is an important factor to connect one page to … Read more
What does the term “filling out a form” mean to you? That’s right! That’s the very same meaning it has in HTML. In our previous tutorials, all this while we … Read more
Creating Image Links in HTML Similar to text links, HTML also supports linking an image to a target resource. In most of the practical cases image links are attractive useful … Read more
HTML Image Tag <IMG> “A picture is worth of thousand words” – which is a self-explanatory quote. An image embedded inside text is called as inline image and most of … Read more
In the PRE-Table Era of HTML Imagine creating a time table or a student mark sheet in a webpage without using HTML table tag. Well, once upon a time before … Read more
Purpose of Creating a Website It is a general feeling for every one of us to have a site or blog on our own. Especially when you are stunned while … Read more
Create Alert Dialog Box Using JavaScript Alert dialog box is a pop-up window appearing on the browser only with a “OK” button to inform a very small message to the … Read more
Slideshow adds elegant look to your site especially on adding a slideshow on a landing page will attract users and drive the traffic to important content on your site. Though … Read more