Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

Friday, September 8, 2017

Vertical Text in HTML

This morning one of my junior asked me how to write vertically in HTML. So I thought to write something on this topic.

Monday, March 21, 2016

HTML file in TextEdit of MAC

TextEdit of MAC is same as NotePad of Windows. So if you want to write a HTML file of your website in MAC, TextEdit is the easiest and cheapest way to do so. There are some steps to write HTML code in MAC which are given below

Sunday, December 6, 2015

How to merge cells in HTML Table

In HTML table, merging cells is a very common work to do. The term "merging cells" means  joining  two or more columns / rows.

Ok, let's have an example on this. The Image given below is a schedule table. If you notice closely many cells are merged in this table, some vertically and  some horizontally.